Home
last modified time | relevance | path

Searched refs:tf_error (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dpt.c3458 tf_error, in fold_non_dependent_expr()
4004 complain & tf_error); in convert_template_argument()
4011 if (complain & tf_error) in convert_template_argument()
4206 if (complain & tf_error) in coerce_template_parms()
7185 if (complain & tf_error) in tsubst_function_type()
7558 if (complain & tf_error in tsubst()
7752 if (complain & tf_error) in tsubst()
7979 if (complain & tf_error) in tsubst_qualified_id()
8109 if (complain & tf_error) in tsubst_copy()
9556 if (complain & tf_error) in check_instantiated_args()
[all …]
H A Dfriend.c305 tf_error); in make_friend_class()
308 = make_typename_type (ctype, name, class_type, tf_error); in make_friend_class()
H A Dclass.c5819 if (flags & tf_error) in resolve_address_of_overloaded_function()
5947 if (flags & tf_error) in resolve_address_of_overloaded_function()
5968 if (flags & tf_error) in resolve_address_of_overloaded_function()
5995 if (!(flags & tf_error)) in resolve_address_of_overloaded_function()
6056 if (flags & tf_error) in instantiate_type()
6073 if (flags & tf_error) in instantiate_type()
6090 if (flags & tf_error) in instantiate_type()
H A Ddecl.c2866 if (complain & tf_error) in make_typename_type()
2878 if (complain & tf_error) in make_typename_type()
2886 if (complain & tf_error) in make_typename_type()
2893 if (complain & tf_error) in make_typename_type()
2899 if (complain & tf_error) in make_typename_type()
2946 if (complain & tf_error) in make_unbound_class_template()
2954 if (complain & tf_error) in make_unbound_class_template()
2962 if (complain & tf_error) in make_unbound_class_template()
H A Dparser.c2768 return make_typename_type (scope, id, typename_type, tf_error); in cp_parser_make_typename_type()
9943 /*complain=*/tf_error); in cp_parser_explicit_instantiation()
10650 /*complain=*/tf_error); in cp_parser_elaborated_type_specifier()
13551 /*complain=*/tf_error); in cp_parser_class_name()
13571 decl = make_typename_type (scope, decl, tag_type, tf_error); in cp_parser_class_name()
15594 /*complain=*/tf_error); in cp_parser_lookup_name()
15603 /*complain=*/tf_error); in cp_parser_lookup_name()
H A Dtree.c567 else if (!(complain & (tf_error | tf_ignore_bad_quals))) in cp_build_qualified_type_real()
H A Dcp-tree.h3245 tf_error = 1 << 0, /* give error messages */ enumerator
3259 tf_warning_or_error = tf_warning | tf_error
H A DChangeLog-2002502 * 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 DChangeLog3782 with tf_error instead of magic value 1.
3784 with tf_error instead of magic value 1.
4032 pt.c (tsubst): Accept zero-length array if tf_error is set
H A DChangeLog-20036704 * decl.c (make_typename_type): Check access only when tf_error.