Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDpt.c2144 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 …]
HDfriend.c305 tf_error); in make_friend_class()
308 = make_typename_type (ctype, name, class_type, tf_error); in make_friend_class()
HDclass.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()
HDdecl.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()
HDparser.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()
HDtree.c567 else if (!(complain & (tf_error | tf_ignore_bad_quals))) in cp_build_qualified_type_real()
HDcp-tree.h3245 tf_error = 1 << 0, /* give error messages */ enumerator
3259 tf_warning_or_error = tf_warning | tf_error
HDChangeLog-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,
HDChangeLog3782 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
HDChangeLog-20036704 * decl.c (make_typename_type): Check access only when tf_error.