Home
last modified time | relevance | path

Searched refs:tf_decltype (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20133459 the type if tf_decltype is set.
3732 * cp-tree.h (tsubst_flags): Add tf_decltype.
3740 (cp_parser_postfix_expression): Likewise. Pass tf_decltype.
3744 * pt.c (tsubst) [DECLTYPE_TYPE]: Pass tf_decltype.
3745 (tsubst_copy_and_build): Pass tf_decltype down only for
H A Dcall.cc3559 false, complain & tf_decltype); in add_template_candidate_real()
6712 ocomplain &= ~tf_decltype; in build_new_op()
9386 tsubst_flags_t decltype_flag = (complain & tf_decltype); in build_over_call()
9387 complain &= ~tf_decltype; in build_over_call()
10457 if (!(complain & tf_decltype)) in build_cxx_call()
H A Ddecl2.cc428 &overload, complain & tf_decltype); in grok_array_decl()
436 complain & tf_decltype); in grok_array_decl()
H A Dtypeck2.cc155 if (!(complain & (tf_error|tf_decltype))) in abstract_virtuals_error_sfinae()
H A Dpt.cc16448 complain|tf_decltype, in_decl, in tsubst()
20138 tsubst_flags_t decltype_flag = (complain & tf_decltype); in tsubst_copy_and_build()
20139 complain &= ~tf_decltype; in tsubst_copy_and_build()
20736 complain & ~tf_decltype, in_decl, in tsubst_copy_and_build()
22095 complain |= tf_decltype; in fn_type_unification()
H A DChangeLog1453 * semantics.cc (finish_decltype_type): Pass tf_decltype to
H A Dcp-tree.h5558 tf_decltype = 1 << 7, /* We are the operand of decltype. enumerator
H A Dsemantics.cc11323 expr = instantiate_non_dependent_expr_sfinae (expr, complain|tf_decltype); in finish_decltype_type()
H A DChangeLog-20212477 instead of build_new_function_call. Don't use tf_decltype or
H A DChangeLog-2019281 * call.c (build_new_op_1): Clear tf_decltype on inner call.
H A Dparser.cc5033 complain |= tf_decltype; in complain_flags()
8103 | (decltype_p ? tf_decltype : 0)); in cp_parser_postfix_open_square_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c3423 false, complain & tf_decltype); in add_template_candidate_real()
6312 ocomplain &= ~tf_decltype; in build_new_op_1()
8682 tsubst_flags_t decltype_flag = (complain & tf_decltype); in build_over_call()
8683 complain &= ~tf_decltype; in build_over_call()
9725 if (!(complain & tf_decltype)) in build_cxx_call()
H A Dtypeck2.c265 if (!(complain & (tf_error|tf_decltype))) in abstract_virtuals_error_sfinae()
H A Dpt.c16038 complain|tf_decltype, in_decl, in tsubst()
19355 tsubst_flags_t decltype_flag = (complain & tf_decltype); in tsubst_copy_and_build()
19356 complain &= ~tf_decltype; in tsubst_copy_and_build()
19899 complain & ~tf_decltype, in_decl, in tsubst_copy_and_build()
21279 complain |= tf_decltype; in fn_type_unification()
29140 call = build_new_function_call (list_cands, &args, tf_decltype); in do_class_deduction()
29169 call = build_new_function_call (cands, &args, tf_decltype); in do_class_deduction()
29179 call = build_new_function_call (cands, &args, complain | tf_decltype); in do_class_deduction()
H A Ddecl2.c402 complain |= tf_decltype; in grok_array_decl()
H A Dcp-tree.h5324 tf_decltype = 1 << 7, /* We are the operand of decltype. enumerator
H A Dparser.c4759 complain |= tf_decltype; in complain_flags()