HomeSort by: relevance | last modified time | path
    Searched defs:DECL_CLONED_FUNCTION_P (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 3209 #define DECL_CLONED_FUNCTION_P(NODE) \
3214 /* If DECL_CLONED_FUNCTION_P holds, this is the function that was
3232 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 3151 #define DECL_CLONED_FUNCTION_P(NODE) \
3156 /* If DECL_CLONED_FUNCTION_P holds, this is the function that was
3174 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \

Completed in 39 milliseconds