Searched defs:EX (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/test/Layout/ |
H A D | ms-x86-primary-bases.cpp | 241 struct EX : virtual B1X { int a; EX() : a(0xf000000E) {} virtual void g() { printf("E"); } }; in EX() struct
|
/llvm-project/flang/include/flang/Parser/ |
H A D | format-specification.h | 39 enum class Kind { I, B, O, Z, F, E, EN, ES, EX, G, L, A, D }; enumerator
|
/llvm-project/flang/include/flang/Common/ |
H A D | format.h | 41 ENUM_CLASS(TokenKind, None, A, B, BN, BZ, D, DC, DP, DT, E, EN, ES, EX, F, G, I, in ENUM_CLASS() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 12768 QualType EX = X->getElementType(), EY = Y->getElementType(); getCommonArrayElementType() local 13329 const auto *EX = cast<ElaboratedType>(X), *EY = cast<ElaboratedType>(Y); getCommonSugarTypeNode() local
|