Home
last modified time | relevance | path

Searched refs:orig_args (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/share/examples/printing/
DpsdfX9 orig_args="$@"
31 /usr/local/bin/dvips -f ) | eval /usr/local/libexec/lprps $orig_args
/freebsd-12-stable/contrib/gcc/cp/
Dsemantics.c1794 tree orig_args; in finish_call_expr() local
1804 orig_args = args; in finish_call_expr()
1819 args = build_non_dependent_args (orig_args); in finish_call_expr()
1868 return build_nt (CALL_EXPR, orig_fn, orig_args, NULL_TREE); in finish_call_expr()
1913 orig_args, NULL_TREE); in finish_call_expr()
Ddecl2.c3485 tree orig_args; in build_offset_ref_call_from_tree() local
3490 orig_args = args; in build_offset_ref_call_from_tree()
3529 return build_min_non_dep (CALL_EXPR, expr, orig_fn, orig_args, NULL_TREE); in build_offset_ref_call_from_tree()
Dcall.c5379 tree orig_args; in build_new_method_call() local
5401 orig_args = args; in build_new_method_call()
5427 args = build_non_dependent_args (orig_args); in build_new_method_call()
5605 orig_args, NULL_TREE)); in build_new_method_call()