Searched refs:ENUM (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | DiagnosticInfos.cpp | 43 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ argument 44 { diag::ENUM, CLASS, STR_SIZE(ADDRDESC, uint16_t), ADDRDESC } \ 62 #define DIAG(ENUM, CLASS, ADDRDESC, LOCDESC) \ argument 63 { diag::ENUM, CLASS, STR_SIZE(LOCDESC, uint16_t), LOCDESC } \
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagnosticInfos.h | 18 #define DIAG(ENUM, CLASS, ADDRMSG, LINEMSG) ENUM, argument
|
/frameworks/rs/api/ |
D | GenerateHeaderFiles.cpp | 144 case ENUM: { in writeTypeSpecification()
|
D | GenerateStubsWhiteList.cpp | 83 case ENUM: in findSubstitute()
|
D | Specification.h | 283 ENUM, enumerator
|
D | GenerateDocumentation.cpp | 366 case ENUM: { in writeDetailedTypeSpecification()
|
D | Specification.cpp | 427 spec->mKind = ENUM; in scanTypeSpecification()
|