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

  /src/external/gpl3/gcc/dist/gcc/
tree.h 613 #define INTEGRAL_TYPE_P(TYPE) \
623 (INTEGRAL_TYPE_P (TYPE) \
626 && INTEGRAL_TYPE_P (TREE_TYPE (TYPE))))
983 (INTEGRAL_TYPE_P (TYPE) \
5603 return (INTEGRAL_TYPE_P (type)
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 523 #define INTEGRAL_TYPE_P(TYPE) \
532 (INTEGRAL_TYPE_P (TYPE) \
535 && INTEGRAL_TYPE_P (TREE_TYPE (TYPE))))
877 (INTEGRAL_TYPE_P (TYPE) \
5319 return (INTEGRAL_TYPE_P (type)

Completed in 38 milliseconds