Home
last modified time | relevance | path

Searched refs:MicrosoftInteger (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h72 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp555 MicrosoftInteger = 0; in NumericLiteralParser()
721 MicrosoftInteger = Bits; in NumericLiteralParser()
754 MicrosoftInteger = 0; in NumericLiteralParser()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3897 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()
3898 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()
3902 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()
3910 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()