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, i64, or variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp921 MicrosoftInteger = 0; in NumericLiteralParser()
1111 MicrosoftInteger = Bits; in NumericLiteralParser()
1189 MicrosoftInteger = 0; in NumericLiteralParser()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3940 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()
3941 if (Literal.MicrosoftInteger == 128 && in ActOnNumericConstant()
3945 BitsNeeded = Literal.MicrosoftInteger; in ActOnNumericConstant()
3978 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()
3979 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()
3983 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()
4017 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()