Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcp-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);
H A Dclass.c4161 decl_cloned_function_p (const_tree decl, bool just_testing) in decl_cloned_function_p() function
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-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);
H A Dclass.c4554 decl_cloned_function_p (const_tree decl, bool just_testing) in decl_cloned_function_p() function