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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp549 MicrosoftInteger = 0;
662 if (isLong || isLongLong || MicrosoftInteger)
670 MicrosoftInteger = 8;
675 MicrosoftInteger = 16;
681 MicrosoftInteger = 32;
687 MicrosoftInteger = 64;
694 if (MicrosoftInteger) {
725 MicrosoftInteger = 0;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h69 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. member in class:clang::NumericLiteralParser
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3749 if (Literal.MicrosoftInteger) {
3750 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) {
3754 Width = Literal.MicrosoftInteger;

Completed in 213 milliseconds