Home
last modified time | relevance | path

Searched refs:DECL_FUNCTION_TEMPLATE_P (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dsearch.c784 || DECL_FUNCTION_TEMPLATE_P (scope)) in friend_accessible_p()
803 || DECL_FUNCTION_TEMPLATE_P (scope)) in friend_accessible_p()
1476 || DECL_FUNCTION_TEMPLATE_P (function)); in class_method_index_for_fn()
Dname-lookup.c681 || DECL_FUNCTION_TEMPLATE_P (x)) in pushdecl_maybe_friend()
726 if (TREE_CODE (x) == FUNCTION_DECL || DECL_FUNCTION_TEMPLATE_P (x)) in pushdecl_maybe_friend()
750 else if (DECL_FUNCTION_TEMPLATE_P (x) && DECL_NAMESPACE_SCOPE_P (x)) in pushdecl_maybe_friend()
Dsemantics.c2284 || DECL_FUNCTION_TEMPLATE_P (decl)) in finish_member_declaration()
2593 && !DECL_FUNCTION_TEMPLATE_P (decl)) in finish_id_expression()
Ddecl.c1327 && DECL_FUNCTION_TEMPLATE_P (olddecl)) in duplicate_decls()
1329 && DECL_FUNCTION_TEMPLATE_P (newdecl))) in duplicate_decls()
1640 if (DECL_FUNCTION_TEMPLATE_P (newdecl)) in duplicate_decls()
1659 if (DECL_FUNCTION_TEMPLATE_P (newdecl)) in duplicate_decls()
1843 || DECL_FUNCTION_TEMPLATE_P (newdecl)) in duplicate_decls()
Dtree.c863 || DECL_FUNCTION_TEMPLATE_P (OVL_CURRENT (x)) in is_overloaded_fn()
Dpt.c798 return (DECL_FUNCTION_TEMPLATE_P (tmpl) in optimize_specialization_lookup_p()
3199 if (DECL_FUNCTION_TEMPLATE_P (tmpl) in push_template_decl_real()
5896 || DECL_FUNCTION_TEMPLATE_P (t)) in instantiate_class_template()
8129 else if (DECL_FUNCTION_TEMPLATE_P (t) && DECL_MEMBER_TEMPLATE_P (t)) in tsubst_copy()
Dparser.c9021 gcc_assert ((DECL_FUNCTION_TEMPLATE_P (template) in cp_parser_template_id()
9243 if (DECL_FUNCTION_TEMPLATE_P (decl) || !DECL_P (decl)) in cp_parser_template_name()
15884 || DECL_FUNCTION_TEMPLATE_P (decl))) in cp_parser_template_declaration_after_export()
16197 if (DECL_FUNCTION_TEMPLATE_P (member_function)) in cp_parser_late_parsing_for_member()
Dcp-tree.h2816 #define DECL_FUNCTION_TEMPLATE_P(NODE) \ macro
DChangeLog-19971164 * class.c (grow_method): Use DECL_FUNCTION_TEMPLATE_P instead of
DChangeLog-20046869 (DECL_FUNCTION_TEMPLATE_P): Use it.
DChangeLog-20002933 * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.