Searched defs:orig_args (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 5227 vec<tree, va_gc> *orig_args = NULL; in build_offset_ref_call_from_tree() local
|
H A D | semantics.c | 2469 vec<tree, va_gc> *orig_args = *args; in finish_call_expr() local
|
H A D | call.c | 10135 vec<tree, va_gc> *orig_args = NULL; in build_new_method_call_1() local
|
H A D | pt.c | 20902 instantiate_template_1 (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template_1() 21072 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl2.cc | 5504 vec<tree, va_gc> *orig_args = NULL; in build_offset_ref_call_from_tree() local
|
H A D | semantics.cc | 2698 vec<tree, va_gc> *orig_args = *args; in finish_call_expr() local
|
H A D | call.cc | 10868 vec<tree, va_gc> *orig_args = NULL; in build_new_method_call() local
|
H A D | pt.cc | 21686 instantiate_template_1 (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template_1() 21862 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template()
|