Home
last modified time | relevance | path

Searched refs:decl_cloned_function_p (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-tree.h2146 #define DECL_CLONED_FUNCTION_P(NODE) (!!decl_cloned_function_p (NODE, true))
2150 #define DECL_CLONED_FUNCTION(NODE) (*decl_cloned_function_p (NODE, false))
4980 extern tree* decl_cloned_function_p (const_tree, bool);
HDclass.c4161 decl_cloned_function_p (const_tree decl, bool just_testing) in decl_cloned_function_p() function
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-tree.h2790 #define DECL_CLONED_FUNCTION_P(NODE) (!!decl_cloned_function_p (NODE, true))
2794 #define DECL_CLONED_FUNCTION(NODE) (*decl_cloned_function_p (NODE, false))
6194 extern tree* decl_cloned_function_p (const_tree, bool);
HDclass.c4554 decl_cloned_function_p (const_tree decl, bool just_testing) in decl_cloned_function_p() function