Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/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.c1639 id = lookup_name_real (id, 2, 1, /*block_p=*/true, 0, LOOKUP_COMPLAIN); in identifier_type_value()
3538 if (flags & LOOKUP_COMPLAIN) in ambiguous_decl()
3740 flags |= LOOKUP_COMPLAIN; in lookup_qualified_name()
4020 return lookup_name_real (name, 0, 1, /*block_p=*/true, 0, LOOKUP_COMPLAIN); in lookup_name_nonclass()
4029 LOOKUP_COMPLAIN), in lookup_function_nonclass()
4036 return lookup_name_real (name, 0, 0, /*block_p=*/true, 0, LOOKUP_COMPLAIN); in lookup_name()
4043 0, LOOKUP_COMPLAIN); in lookup_name_prefer_type()
Dcall.c2657 if (flags & LOOKUP_COMPLAIN) in build_user_type_conversion_1()
3797 if (flags & LOOKUP_COMPLAIN) in build_new_op()
3819 if (flags & LOOKUP_COMPLAIN) in build_new_op()
3833 if (flags & LOOKUP_COMPLAIN) in build_new_op()
Dcp-tree.h3411 #define LOOKUP_COMPLAIN (1 << 1) macro
3412 #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.c5580 LOOKUP_COMPLAIN | LOOKUP_HIDDEN); in tsubst_friend_class()
DChangeLog-19951618 (convert_force): Pass LOOKUP_COMPLAIN to cp_convert.
Dparser.c15001 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.
DChangeLog4720 * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dcvt.c454 (flags & LOOKUP_COMPLAIN)
494 if (flags & LOOKUP_COMPLAIN)
550 if (flags & LOOKUP_COMPLAIN)
694 if (flags & LOOKUP_COMPLAIN)
731 if (flags & LOOKUP_COMPLAIN)
778 if (flags & LOOKUP_COMPLAIN)
979 return fold (convert_to_reference (type, e, CONV_C_CAST, LOOKUP_COMPLAIN,
Dcall.c541 if ((flags & LOOKUP_COMPLAIN)
2728 if (flags & LOOKUP_COMPLAIN)
3725 if (flags & LOOKUP_COMPLAIN)
3744 if (flags & LOOKUP_COMPLAIN)
3756 if (flags & LOOKUP_COMPLAIN)
5019 if ((flags & LOOKUP_COMPLAIN) && basetype != error_mark_node) in build_new_method_call()
Ddecl2.c3857 if (flags & LOOKUP_COMPLAIN) in ambiguous_decl()
3881 if (flags & LOOKUP_COMPLAIN) in ambiguous_decl()
Dtypeck.c2722 if (flags & LOOKUP_COMPLAIN)
5159 LOOKUP_COMPLAIN, NULL_TREE)));
Dinit.c895 LOOKUP_COMPLAIN); in construct_virtual_base()
Dcp-tree.h3423 #define LOOKUP_COMPLAIN (2) macro
Ddecl.c6489 flags |= LOOKUP_COMPLAIN;
6537 flags |= LOOKUP_COMPLAIN;
DChangeLog.11267 (convert_force): Pass LOOKUP_COMPLAIN to cp_convert.
7405 (convert_force): Call convert_to_reference with LOOKUP_COMPLAIN.
8486 LOOKUP_COMPLAIN is set.
8489 LOOKUP_COMPLAIN to match style of rest of code.
DChangeLog.25865 (lookup_name_real): Set LOOKUP_COMPLAIN when *not* parsing.