Home
last modified time | relevance | path

Searched refs:OVERLOAD_TYPE_P (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc686 if (OVERLOAD_TYPE_P (node) || DECL_CLASS_TEMPLATE_P (node)) in find_substitution()
2166 if (TYPE_ATTRIBUTES (t) && !OVERLOAD_TYPE_P (t)) in write_type()
2495 if (!OVERLOAD_TYPE_P (type)) in write_CV_qualifiers_for_type()
H A Ddecl2.cc1022 if (OVERLOAD_TYPE_P (TREE_TYPE (value)) in grokfield()
2538 else if (OVERLOAD_TYPE_P (*tp) in min_vis_r()
5753 if ((TREE_CODE (scope) == NAMESPACE_DECL || OVERLOAD_TYPE_P (scope)) in cp_warn_deprecated_use_scopes()
H A Dtree.cc1517 if (OVERLOAD_TYPE_P (result)) in apply_identity_attributes()
4945 else if (OVERLOAD_TYPE_P (*node)) in handle_nodiscard_attribute()
5221 if (!OVERLOAD_TYPE_P (*node)) in handle_abi_tag_attribute()
H A Dcall.cc6446 && (OVERLOAD_TYPE_P (arg1_type) || OVERLOAD_TYPE_P (arg2_type))) in add_operator_candidates()
6574 else if (! OVERLOAD_TYPE_P (arg1_type) in build_new_op()
6575 && (! arg2 || ! OVERLOAD_TYPE_P (arg2_type))) in build_new_op()
H A Ddecl.cc5262 gcc_assert (OVERLOAD_TYPE_P (class_type)); in warn_misplaced_attr_for_class_type()
5338 if (declared_type && !OVERLOAD_TYPE_P (declared_type)) in check_tag_decl()
5623 && OVERLOAD_TYPE_P (TREE_TYPE (decl)) in start_decl()
14778 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type)) in type_is_deprecated()
14815 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type)) in type_is_unavailable()
H A Dclass.cc1556 if (!OVERLOAD_TYPE_P (*tp)) in find_abi_tags_r()
1580 if (!OVERLOAD_TYPE_P (*tp)) in mark_abi_tags_r()
H A Dcp-tree.h2234 #define OVERLOAD_TYPE_P(T) \ macro
H A DChangeLog-20133125 (IS_OVERLOAD_TYPE): Rename to OVERLOAD_TYPE_P, adjust.
H A Dpt.cc357 if (OVERLOAD_TYPE_P (t)) in get_template_info()
10209 if (OVERLOAD_TYPE_P (t) in lookup_template_class_1()
H A Dparser.cc15413 && OVERLOAD_TYPE_P (decl_specifiers.type)) in cp_parser_simple_declaration()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmangle.c682 if (OVERLOAD_TYPE_P (node) || DECL_CLASS_TEMPLATE_P (node)) in find_substitution()
2081 if (TYPE_ATTRIBUTES (t) && !OVERLOAD_TYPE_P (t)) in write_type()
2410 if (!OVERLOAD_TYPE_P (type)) in write_CV_qualifiers_for_type()
H A Ddecl2.c880 if (OVERLOAD_TYPE_P (TREE_TYPE (value)) in grokfield()
2335 else if (OVERLOAD_TYPE_P (*tp) in min_vis_r()
5443 if ((TREE_CODE (scope) == NAMESPACE_DECL || OVERLOAD_TYPE_P (scope)) in cp_warn_deprecated_use_scopes()
H A Dtree.c1434 if (OVERLOAD_TYPE_P (result)) in apply_identity_attributes()
4642 else if (OVERLOAD_TYPE_P (*node)) in handle_nodiscard_attribute()
4918 if (!OVERLOAD_TYPE_P (*node)) in handle_abi_tag_attribute()
H A Dcall.c6048 && (OVERLOAD_TYPE_P (arg1_type) || OVERLOAD_TYPE_P (arg2_type))) in add_operator_candidates()
6175 else if (! OVERLOAD_TYPE_P (arg1_type) in build_new_op_1()
6176 && (! arg2 || ! OVERLOAD_TYPE_P (arg2_type))) in build_new_op_1()
H A Ddecl.c4932 gcc_assert (OVERLOAD_TYPE_P (class_type)); in warn_misplaced_attr_for_class_type()
5008 if (declared_type && !OVERLOAD_TYPE_P (declared_type)) in check_tag_decl()
5288 && OVERLOAD_TYPE_P (TREE_TYPE (decl)) in start_decl()
14029 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type)) in type_is_deprecated()
H A Dclass.c1464 if (!OVERLOAD_TYPE_P (*tp)) in find_abi_tags_r()
1488 if (!OVERLOAD_TYPE_P (*tp)) in mark_abi_tags_r()
H A Dcp-tree.h2075 #define OVERLOAD_TYPE_P(T) \ macro
H A Dpt.c352 if (OVERLOAD_TYPE_P (t)) in get_template_info()
9967 if (OVERLOAD_TYPE_P (t) in lookup_template_class_1()
H A Dparser.c13887 && OVERLOAD_TYPE_P (decl_specifiers.type)) in cp_parser_simple_declaration()