HomeSort by: relevance | last modified time | path
    Searched defs:fundecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 3524 tree fntype, fundecl = NULL_TREE;
3541 fundecl = function;
3543 orig_fundecl = fundecl;
3584 if (fundecl && TREE_THIS_VOLATILE (fundecl))
3595 origtypes, function, fundecl);
3620 if (fundecl
3621 && fndecl_built_in_p (fundecl)
3622 && !check_builtin_function_arguments (loc, arg_loc, fundecl,
3627 bool warned_p = check_function_arguments (loc, fundecl, fntype
3512 tree fntype, fundecl = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 3112 tree fntype, fundecl = NULL_TREE;
3129 fundecl = function;
3131 orig_fundecl = fundecl;
3172 if (fundecl && TREE_THIS_VOLATILE (fundecl))
3182 origtypes, function, fundecl);
3209 if (fundecl
3210 && fndecl_built_in_p (fundecl)
3211 && !check_builtin_function_arguments (loc, arg_loc, fundecl,
3216 bool warned_p = check_function_arguments (loc, fundecl, fntype
3102 tree fntype, fundecl = NULL_TREE; local
    [all...]

Completed in 41 milliseconds