Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h85 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp923 MicrosoftInteger = 0; in NumericLiteralParser()
1109 MicrosoftInteger = Bits; in NumericLiteralParser()
1187 MicrosoftInteger = 0; in NumericLiteralParser()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3922 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()
3923 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()
3927 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()
3961 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()