HomeSort by: relevance | last modified time | path
    Searched refs:build_call_a (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 1806 finish_expr_stmt (build_call_a (terminate_fn, 0, nullptr));
2002 tree call = build_call_a (DECL_PRE_FN (fndecl), args->length (),
2020 tree call = build_call_a (DECL_POST_FN (fndecl), args->length (),
lambda.cc 1115 /* Non-template conversion operators are defined directly with build_call_a
1243 call = build_call_a (callop, direct_argvec->length (),
cp-gimplify.cc 2527 t = build_call_a (fn, i, argarray);
2562 t = build_call_a (fn, i, argarray);
call.cc 307 two variants. build_call_a is the primitive taking an array of
314 return build_call_a (function, 0, NULL);
325 return build_call_a (function, n, argarray);
330 called. Split out of build_call_a so that bot_manip can use it too. */
361 build_call_a (tree function, int n, tree *argarray) function
11085 fn = build_call_a (fn, nargs, argarray);
cp-tree.h 6725 extern tree build_call_a (tree, int, tree*);
pt.cc 20951 ret = build_call_a (function, call_args->length (),
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-gimplify.cc 2041 t = build_call_a (fn, i, argarray);
2076 t = build_call_a (fn, i, argarray);
lambda.cc 1085 /* Non-template conversion operators are defined directly with build_call_a
1199 call = build_call_a (callop, direct_argvec->length (),
call.cc 298 two variants. build_call_a is the primitive taking an array of
305 return build_call_a (function, 0, NULL);
316 return build_call_a (function, n, argarray);
321 called. Split out of build_call_a so that bot_manip can use it too. */
352 build_call_a (tree function, int n, tree *argarray) function
10404 fn = build_call_a (fn, nargs, argarray);
cp-tree.h 6545 extern tree build_call_a (tree, int, tree*);
pt.cc 20912 ret = build_call_a (function, call_args->length (),

Completed in 116 milliseconds