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

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.h 1032 #define NULLPTR_TYPE_P(TYPE) (TREE_CODE (TYPE) == NULLPTR_TYPE)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 4434 #define NULLPTR_TYPE_P(TYPE) (TREE_CODE (TYPE) == NULLPTR_TYPE)
4449 || NULLPTR_TYPE_P (TYPE))

Completed in 63 milliseconds