Searched refs:tf_decltype (Results 1 – 17 of 17) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-2013 | 3459 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 D | call.cc | 3559 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 D | decl2.cc | 428 &overload, complain & tf_decltype); in grok_array_decl() 436 complain & tf_decltype); in grok_array_decl()
|
| H A D | typeck2.cc | 155 if (!(complain & (tf_error|tf_decltype))) in abstract_virtuals_error_sfinae()
|
| H A D | pt.cc | 16448 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 D | ChangeLog | 1453 * semantics.cc (finish_decltype_type): Pass tf_decltype to
|
| H A D | cp-tree.h | 5558 tf_decltype = 1 << 7, /* We are the operand of decltype. enumerator
|
| H A D | semantics.cc | 11323 expr = instantiate_non_dependent_expr_sfinae (expr, complain|tf_decltype); in finish_decltype_type()
|
| H A D | ChangeLog-2021 | 2477 instead of build_new_function_call. Don't use tf_decltype or
|
| H A D | ChangeLog-2019 | 281 * call.c (build_new_op_1): Clear tf_decltype on inner call.
|
| H A D | parser.cc | 5033 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 D | call.c | 3423 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 D | typeck2.c | 265 if (!(complain & (tf_error|tf_decltype))) in abstract_virtuals_error_sfinae()
|
| H A D | pt.c | 16038 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 D | decl2.c | 402 complain |= tf_decltype; in grok_array_decl()
|
| H A D | cp-tree.h | 5324 tf_decltype = 1 << 7, /* We are the operand of decltype. enumerator
|
| H A D | parser.c | 4759 complain |= tf_decltype; in complain_flags()
|