Searched refs:call_args (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h186 iterator_range<arg_iterator> call_args() const {
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c9192 tree call_args;
9229 call_args = RECUR (TREE_OPERAND (t, 1));
9241 function = perform_koenig_lookup (function, call_args);
9254 return build_offset_ref_call_from_tree (function, call_args);
9258 return finish_call_expr (function, call_args,
9265 call_args, NULL_TREE,
9269 return finish_call_expr (function, call_args,
9191 tree call_args; local

Completed in 81 milliseconds