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

  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 2738 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...)
2876 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg);
2991 exp = build_call_nofold_loc (EXPR_LOCATION (exp),
3592 tree result = build_call_nofold_loc (loc, fn, 2, dst, src);
4293 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4296 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
4554 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2);
4662 tree call = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len);
10243 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len);
10289 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4
2737 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 2766 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...)
3198 exp = build_call_nofold_loc (EXPR_LOCATION (exp), fallback_fndecl, 1, arg);
3313 exp = build_call_nofold_loc (EXPR_LOCATION (exp),
3912 tree result = build_call_nofold_loc (loc, fn, 2, dst, src);
4754 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 3,
4757 fn = build_call_nofold_loc (EXPR_LOCATION (orig_exp), fndecl, 2,
5016 tree fn = build_call_nofold_loc (EXPR_LOCATION (exp), fndecl, 2, arg1, arg2);
5124 tree call = build_call_nofold_loc (loc, fndecl, 3, arg1, arg2, len);
11449 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 3, dest, src, len);
11495 fn = build_call_nofold_loc (EXPR_LOCATION (exp), fn, 4
2765 build_call_nofold_loc (location_t loc, tree fndecl, int n, ...) function
    [all...]

Completed in 26 milliseconds