Home
last modified time | relevance | path

Searched refs:DECL_DECLARES_FUNCTION_P (Results 1 – 15 of 15) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c747 else if (!DECL_DECLARES_FUNCTION_P (fns)) in add_fns()
1186 if (DECL_DECLARES_FUNCTION_P (decl)) in fields_linear_search()
1521 if (DECL_DECLARES_FUNCTION_P (fields)) in count_class_fields()
1539 if (DECL_DECLARES_FUNCTION_P (fields)) in member_vec_append_class_fields()
2269 && !DECL_DECLARES_FUNCTION_P (decl) in diagnose_name_conflict()
2392 if (DECL_DECLARES_FUNCTION_P (decl)) in update_binding()
3058 if (DECL_DECLARES_FUNCTION_P (decl)) in do_pushdecl()
4943 if (!DECL_DECLARES_FUNCTION_P (decl)) in set_decl_namespace()
H A Dsearch.c672 if (DECL_DECLARES_FUNCTION_P (scope)) in friend_accessible_p()
689 if (DECL_DECLARES_FUNCTION_P (scope)) in friend_accessible_p()
H A Dclass.c2065 else if (!DECL_DECLARES_FUNCTION_P (fn)) in maybe_warn_about_overly_private_class()
4378 if (DECL_DECLARES_FUNCTION_P (x)) in check_methods()
4879 if (DECL_DECLARES_FUNCTION_P (fndecl) in set_method_tm_attributes()
5630 if (DECL_DECLARES_FUNCTION_P (fn) in check_bases_and_members()
6898 if (DECL_DECLARES_FUNCTION_P (x)) in finish_struct_1()
7036 else if (DECL_DECLARES_FUNCTION_P (x)) in finish_struct()
H A Dcp-tree.h1233 (DECL_DECLARES_FUNCTION_P (FNDECL) \
2660 if (!DECL_DECLARES_FUNCTION_P (NODE) \
3019 (DECL_DECLARES_FUNCTION_P (NODE) && DECL_CONSTRUCTOR_P (NODE) \
3105 ((DECL_DECLARES_FUNCTION_P (NODE) \
4606 #define DECL_DECLARES_FUNCTION_P(NODE) \ macro
H A Dmethod.c2276 && DECL_DECLARES_FUNCTION_P (fn) in after_nsdmi_defaulted_late_checks()
H A Dmangle.c1351 else if (DECL_DECLARES_FUNCTION_P (decl)) in write_unqualified_name()
H A Ddecl.c1348 gcc_assert (DECL_DECLARES_FUNCTION_P (decl)); in check_redeclaration_no_default_args()
2048 if (DECL_DECLARES_FUNCTION_P (olddecl) && DECL_DECLARES_FUNCTION_P (newdecl)) in duplicate_decls()
2402 if (DECL_DECLARES_FUNCTION_P (newdecl)) in duplicate_decls()
H A Ddecl2.c660 if (!DECL_DECLARES_FUNCTION_P (fndecl)) in check_classfn()
H A Dtree.c2282 gcc_checking_assert (!DECL_DECLARES_FUNCTION_P (ovl)); in ovl_skip_hidden()
H A Dsemantics.c3113 if (DECL_DECLARES_FUNCTION_P (decl)) in finish_member_declaration()
H A Dparser.c24068 || !DECL_DECLARES_FUNCTION_P (decl)) in cp_parser_member_declaration()
27030 && DECL_DECLARES_FUNCTION_P (decl) in cp_parser_template_declaration_after_parameters()
27082 && DECL_DECLARES_FUNCTION_P (decl)) in cp_parser_template_declaration_after_parameters()
H A Dpt.c5214 && DECL_DECLARES_FUNCTION_P (decl) in check_default_tmpl_args()
11109 else if (DECL_DECLARES_FUNCTION_P (t)) in instantiate_class_template_1()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.h2024 if (!DECL_DECLARES_FUNCTION_P (NODE) || lt->u.base.selector != 1) \
2104 (DECL_DECLARES_FUNCTION_P (NODE) && DECL_CONSTRUCTOR_P (NODE) \
2123 (DECL_DECLARES_FUNCTION_P (NODE) && DECL_DESTRUCTOR_P (NODE) \
2425 ((DECL_DECLARES_FUNCTION_P (NODE) \
3705 #define DECL_DECLARES_FUNCTION_P(NODE) \ macro
H A Dmangle.c1201 else if (DECL_DECLARES_FUNCTION_P (decl)) in write_unqualified_name()
H A Dpt.c4270 && DECL_DECLARES_FUNCTION_P (decl) in check_default_tmpl_args()