Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h84 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp923 MicrosoftInteger = 0; in NumericLiteralParser()
1108 MicrosoftInteger = Bits; in NumericLiteralParser()
1160 MicrosoftInteger = 0; in NumericLiteralParser()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4182 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()
4183 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()
4187 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()
4221 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()