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

  /src/external/gpl3/gcc/dist/gcc/fortran/
error.cc 539 TYPE_HWINT, TYPE_HWUINT, TYPE_CHAR, TYPE_STRING, TYPE_SIZE,
672 arg[pos].type = TYPE_SIZE;
771 case TYPE_SIZE:
  /src/external/gpl3/gcc/dist/gcc/
tree.h 708 #define COMPLETE_TYPE_P(NODE) (TYPE_SIZE (NODE) != NULL_TREE)
2237 be greater than TYPE_SIZE for a C++ FIELD_DECL representing a base
2240 #define TYPE_SIZE(NODE) (TYPE_CHECK (NODE)->type_common.size)
2779 Need not be constant and may be null. May be less than TYPE_SIZE
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 613 #define COMPLETE_TYPE_P(NODE) (TYPE_SIZE (NODE) != NULL_TREE)
2085 be greater than TYPE_SIZE for a C++ FIELD_DECL representing a base
2088 #define TYPE_SIZE(NODE) (TYPE_CHECK (NODE)->type_common.size)
2624 Need not be constant and may be null. May be less than TYPE_SIZE

Completed in 32 milliseconds