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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 3507 #define DECL_BUILT_IN_CLASS(NODE) \
6818 return DECL_BUILT_IN_CLASS (node) != NOT_BUILT_IN;
6827 return fndecl_built_in_p (node) && DECL_BUILT_IN_CLASS (node) == klass;
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 3340 #define DECL_BUILT_IN_CLASS(NODE) \
6478 return DECL_BUILT_IN_CLASS (node) != NOT_BUILT_IN;
6487 return fndecl_built_in_p (node) && DECL_BUILT_IN_CLASS (node) == klass;

Completed in 37 milliseconds