Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dmangle.c682 if (OVERLOAD_TYPE_P (node) || DECL_CLASS_TEMPLATE_P (node)) in find_substitution()
2115 if (TYPE_ATTRIBUTES (t) && !OVERLOAD_TYPE_P (t)) in write_type()
2422 if (!OVERLOAD_TYPE_P (type)) in write_CV_qualifiers_for_type()
H A Dtree.c1340 if (OVERLOAD_TYPE_P (result)) in apply_identity_attributes()
4467 else if (OVERLOAD_TYPE_P (*node)) in handle_nodiscard_attribute()
4682 if (!OVERLOAD_TYPE_P (*node)) in handle_abi_tag_attribute()
H A Ddecl2.c878 if (OVERLOAD_TYPE_P (TREE_TYPE (value)) in grokfield()
2233 else if (OVERLOAD_TYPE_P (*tp) in min_vis_r()
H A Dcp-tree.h1863 (OVERLOAD_TYPE_P (NODE) && anon_aggrname_p (TYPE_LINKAGE_IDENTIFIER (NODE)))
1900 #define OVERLOAD_TYPE_P(T) \ macro
H A Dclass.c1406 if (!OVERLOAD_TYPE_P (*tp)) in find_abi_tags_r()
1426 if (!OVERLOAD_TYPE_P (*tp)) in mark_abi_tags_r()
H A Ddecl.c4754 gcc_assert (OVERLOAD_TYPE_P (class_type)); in warn_misplaced_attr_for_class_type()
5076 && OVERLOAD_TYPE_P (TREE_TYPE (decl)) in start_decl()
12816 if (OVERLOAD_TYPE_P (type) && type != TYPE_MAIN_VARIANT (type)) in type_is_deprecated()
H A Dcall.c5670 else if (! OVERLOAD_TYPE_P (TREE_TYPE (arg1)) in build_new_op_1()
5671 && (! arg2 || ! OVERLOAD_TYPE_P (TREE_TYPE (arg2)))) in build_new_op_1()
H A Dpt.c351 if (OVERLOAD_TYPE_P (t)) in get_template_info()
9513 if (OVERLOAD_TYPE_P (t) in lookup_template_class_1()
H A Dparser.c13188 && OVERLOAD_TYPE_P (decl_specifiers.type)) in cp_parser_simple_declaration()