Searched refs:orig_args (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | decl2.cc | 5504 vec<tree, va_gc> *orig_args = NULL; in build_offset_ref_call_from_tree() local 5519 orig_args = make_tree_vector_copy (*args); in build_offset_ref_call_from_tree() 5556 expr = build_min_non_dep_call_vec (expr, orig_fn, orig_args); in build_offset_ref_call_from_tree() 5558 if (orig_args != NULL) in build_offset_ref_call_from_tree() 5559 release_tree_vector (orig_args); in build_offset_ref_call_from_tree()
|
| D | semantics.cc | 2698 vec<tree, va_gc> *orig_args = *args; in finish_call_expr() local 2757 orig_args = make_tree_vector_copy (*args); in finish_call_expr() 2894 tree arg0 = (*orig_args)[0]; in finish_call_expr() 2895 tree arg1 = (*orig_args)[1]; in finish_call_expr() 2896 tree arg2 = (*orig_args)[2]; in finish_call_expr() 2954 result = build_call_vec (TREE_TYPE (result), orig_fn, orig_args); in finish_call_expr() 2957 release_tree_vector (orig_args); in finish_call_expr()
|
| D | call.cc | 10868 vec<tree, va_gc> *orig_args = NULL; in build_new_method_call() local 10936 orig_args = args == NULL ? NULL : make_tree_vector_copy (*args); in build_new_method_call() 11263 orig_args)); in build_new_method_call() 11273 if (orig_args != NULL) in build_new_method_call() 11274 release_tree_vector (orig_args); in build_new_method_call()
|
| D | pt.cc | 21686 instantiate_template_1 (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template_1() argument 21688 tree targ_ptr = orig_args; in instantiate_template_1() 21744 = retrieve_specialization (tmpl, orig_args, 0)) in instantiate_template_1() 21862 instantiate_template (tree tmpl, tree orig_args, tsubst_flags_t complain) in instantiate_template() argument 21866 ret = instantiate_template_1 (tmpl, orig_args, complain); in instantiate_template()
|