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

  /src/external/gpl3/gcc/dist/gcc/cp/
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);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
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);

Completed in 40 milliseconds