Home
last modified time | relevance | path

Searched refs:LOOKUP_COMPLAIN (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dcvt.c454 (flags & LOOKUP_COMPLAIN) in convert_to_reference()
490 if (flags & LOOKUP_COMPLAIN) in convert_to_reference()
544 if (flags & LOOKUP_COMPLAIN) in convert_to_reference()
680 if (flags & LOOKUP_COMPLAIN) in ocp_convert()
692 if (flags & LOOKUP_COMPLAIN) in ocp_convert()
712 if (flags & LOOKUP_COMPLAIN) in ocp_convert()
727 if (flags & LOOKUP_COMPLAIN) in ocp_convert()
774 if (flags & LOOKUP_COMPLAIN) in ocp_convert()
1037 (convert_to_reference (type, e, CONV_C_CAST, LOOKUP_COMPLAIN, in convert_force()
Dname-lookup.c1634 id = lookup_name_real (id, 2, 1, /*block_p=*/true, 0, LOOKUP_COMPLAIN); in identifier_type_value()
3751 flags |= LOOKUP_COMPLAIN; in lookup_qualified_name()
4074 return lookup_name_real (name, 0, 1, /*block_p=*/true, 0, LOOKUP_COMPLAIN); in lookup_name_nonclass()
4083 LOOKUP_COMPLAIN), in lookup_function_nonclass()
4090 return lookup_name_real (name, 0, 0, /*block_p=*/true, 0, LOOKUP_COMPLAIN); in lookup_name()
4097 0, LOOKUP_COMPLAIN); in lookup_name_prefer_type()
Dcall.c2670 if (flags & LOOKUP_COMPLAIN) in build_user_type_conversion_1()
3819 if (flags & LOOKUP_COMPLAIN) in build_new_op()
3841 if (flags & LOOKUP_COMPLAIN) in build_new_op()
3855 if (flags & LOOKUP_COMPLAIN) in build_new_op()
Dcp-tree.h3451 #define LOOKUP_COMPLAIN (1 << 1) macro
3452 #define LOOKUP_NORMAL (LOOKUP_PROTECT | LOOKUP_COMPLAIN)
Dinit.c879 LOOKUP_COMPLAIN); in construct_virtual_base()
DChangeLog-19943965 (convert_force): Call convert_to_reference with LOOKUP_COMPLAIN.
5046 LOOKUP_COMPLAIN is set.
5049 LOOKUP_COMPLAIN to match style of rest of code.
Dpt.c5589 LOOKUP_COMPLAIN | LOOKUP_HIDDEN); in tsubst_friend_class()
DChangeLog-19951618 (convert_force): Pass LOOKUP_COMPLAIN to cp_convert.
Dparser.c15511 flags |= LOOKUP_COMPLAIN; in cp_parser_lookup_name()
DChangeLog-2004818 * cvt.c (ocp_convert): Check LOOKUP_COMPLAIN for a pedwarn. Disallow
DChangeLog-19995865 (lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.
DChangeLog4789 * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to