| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | pt.c | 3546 complain & tf_error); 3553 if (complain & tf_error) 3569 if (in_decl && (complain & tf_error)) 3608 if (in_decl && (complain & tf_error)) 3681 else if (val == error_mark_node && (complain & tf_error)) 3724 if (complain & tf_error) 4154 if (complain & tf_error) 4166 if (complain & tf_error) 4907 tf_error | tf_warning, NULL_TREE); 4910 tf_error | tf_warning, NULL_TREE); [all …]
|
| H A D | parse.y | 1168 $$ = make_unbound_class_template ($1, $3, tf_error | tf_parsing); 3101 = make_typename_type ($1, $3, tf_error | tf_parsing); } 3105 = make_typename_type ($1, $2, tf_error | tf_parsing); } 3108 = make_typename_type ($1, $2, tf_error | tf_parsing); } 3150 $$ = make_typename_type ($1, $2, tf_error | tf_parsing); 3163 { $$ = make_typename_type ($1, $2, tf_error | tf_parsing); } 3165 { $$ = make_typename_type ($1, $3, tf_error | tf_parsing); } 3179 $$ = make_typename_type ($1, $2, tf_error | tf_parsing); 3191 = make_typename_type ($1, $2, tf_error | tf_parsing); } 3194 = make_typename_type ($1, $3, tf_error | tf_parsing); }
|
| H A D | cvt.c | 281 return instantiate_type (type, expr, tf_error | tf_warning); 455 ? tf_error | tf_warning : tf_none);
|
| H A D | decl.c | 5870 tf_error | tf_warning); 6037 if (complain & tf_error) 6053 if (complain & tf_error) 6059 if (complain & tf_error) 6071 tf_error | tf_warning); 6079 if (complain & tf_error) 6089 if (complain & tf_error) 6094 if (complain & tf_error) 6124 if (complain & tf_error) 6163 if (complain & tf_error) [all …]
|
| H A D | tree.c | 547 else if (!(complain & (tf_error | tf_ignore_bad_quals))) 549 else if (bad_func_quals && !(complain & tf_error))
|
| H A D | class.c | 6102 if (flags & tf_error) 6226 if (flags & tf_error) 6247 if (flags & tf_error) 6274 if (!(flags & tf_error)) 6321 int complain = (flags & tf_error);
|
| H A D | decl2.c | 1149 t = tsubst (t, args, tf_error | tf_warning, NULL_TREE); 4935 decl = make_typename_type (scope, id, tf_error);
|
| H A D | cp-tree.h | 3146 tf_error = 1 << 0, /* give error messages */ enumerator 4368 cp_build_qualified_type_real ((TYPE), (QUALS), tf_error | tf_warning)
|
| H A D | typeck.c | 5753 return instantiate_type (type, pfn, tf_error | tf_warning); 5987 instantiate_type (type, rhs, tf_error | tf_warning);
|
| H A D | call.c | 4177 expr = instantiate_type (totype, expr, tf_error | tf_warning); in convert_like_real()
|
| H A D | ChangeLog | 1968 * decl.c (make_typename_type): Check access only when tf_error. 2039 * decl.c (make_unbound_class_template): Adjust. Check for tf_error. 2040 * pt.c (tsubst) [OFFSET_TYPE]: Check for tf_error. 5351 (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | pt.c | 2144 return instantiate_template (tmpl, targs, tf_error); in check_explicit_specialization() 3458 tf_error, in fold_non_dependent_expr() 4004 complain & tf_error); in convert_template_argument() 4011 if (complain & tf_error) in convert_template_argument() 4030 if (in_decl && (complain & tf_error)) in convert_template_argument() 4070 if (in_decl && (complain & tf_error)) in convert_template_argument() 4117 else if (val == error_mark_node && (complain & tf_error)) in convert_template_argument() 4161 if (complain & tf_error) in coerce_template_parms() 4206 if (complain & tf_error) in coerce_template_parms() 4556 if (complain & tf_error) in lookup_template_class() [all …]
|
| H A D | friend.c | 305 tf_error); in make_friend_class() 308 = make_typename_type (ctype, name, class_type, tf_error); in make_friend_class()
|
| H A D | class.c | 5790 if (flags & tf_error) in resolve_address_of_overloaded_function() 5918 if (flags & tf_error) in resolve_address_of_overloaded_function() 5939 if (flags & tf_error) in resolve_address_of_overloaded_function() 5966 if (!(flags & tf_error)) in resolve_address_of_overloaded_function() 6027 if (flags & tf_error) in instantiate_type() 6044 if (flags & tf_error) in instantiate_type() 6061 if (flags & tf_error) in instantiate_type()
|
| H A D | decl.c | 2851 if (complain & tf_error) in make_typename_type() 2863 if (complain & tf_error) in make_typename_type() 2871 if (complain & tf_error) in make_typename_type() 2878 if (complain & tf_error) in make_typename_type() 2884 if (complain & tf_error) in make_typename_type() 2931 if (complain & tf_error) in make_unbound_class_template() 2939 if (complain & tf_error) in make_unbound_class_template() 2947 if (complain & tf_error) in make_unbound_class_template()
|
| H A D | parser.c | 2592 return make_typename_type (scope, id, typename_type, tf_error); in cp_parser_make_typename_type() 9525 /*complain=*/tf_error); in cp_parser_explicit_instantiation() 10232 /*complain=*/tf_error); in cp_parser_elaborated_type_specifier() 13043 /*complain=*/tf_error); in cp_parser_class_name() 13063 decl = make_typename_type (scope, decl, tag_type, tf_error); in cp_parser_class_name() 15084 /*complain=*/tf_error); in cp_parser_lookup_name() 15093 /*complain=*/tf_error); in cp_parser_lookup_name()
|
| H A D | tree.c | 567 else if (!(complain & (tf_error | tf_ignore_bad_quals))) in cp_build_qualified_type_real()
|
| H A D | cp-tree.h | 3205 tf_error = 1 << 0, /* give error messages */ enumerator 3219 tf_warning_or_error = tf_warning | tf_error
|
| H A D | ChangeLog-2002 | 502 * decl.c (make_unbound_class_template): Adjust. Check for tf_error. 503 * pt.c (tsubst) [OFFSET_TYPE]: Check for tf_error. 3948 (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
|
| H A D | ChangeLog | 3713 with tf_error instead of magic value 1. 3715 with tf_error instead of magic value 1. 3963 pt.c (tsubst): Accept zero-length array if tf_error is set
|
| H A D | ChangeLog-2003 | 6704 * decl.c (make_typename_type): Check access only when tf_error.
|