Searched refs:orig_args (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
H A D | ParseXS.pm | 354 my ($class, $orig_args); 355 ($class, $self->{func_name}, $orig_args) = ($1, $2, $3); 378 $orig_args =~ s/\\\s*/ /g; # process line continuations 384 if ($self->{argtypes} and $orig_args =~ /\S/) { 385 my $args = "$orig_args ,"; 431 @args = split(/\s*,\s*/, $orig_args); 432 Warn( $self, "Warning: cannot parse argument list '$orig_args', fallback to split"); 436 @args = split(/\s*,\s*/, $orig_args);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | semantics.c | 1765 tree orig_args; in finish_call_expr() local 1775 orig_args = args; in finish_call_expr() 1790 args = build_non_dependent_args (orig_args); in finish_call_expr() 1839 return build_nt (CALL_EXPR, orig_fn, orig_args, NULL_TREE); in finish_call_expr() 1884 orig_args, NULL_TREE); in finish_call_expr()
|
H A D | decl2.c | 3402 tree orig_args; in build_offset_ref_call_from_tree() local 3407 orig_args = args; in build_offset_ref_call_from_tree() 3446 return build_min_non_dep (CALL_EXPR, expr, orig_fn, orig_args, NULL_TREE); in build_offset_ref_call_from_tree()
|
H A D | call.c | 5337 tree orig_args; in build_new_method_call() local 5359 orig_args = args; in build_new_method_call() 5385 args = build_non_dependent_args (orig_args); in build_new_method_call() 5563 orig_args, NULL_TREE)); in build_new_method_call()
|