Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLiteralSupport.h75 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp855 MicrosoftInteger = 0; in NumericLiteralParser()
1036 MicrosoftInteger = Bits; in NumericLiteralParser()
1088 MicrosoftInteger = 0; in NumericLiteralParser()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp4005 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()
4006 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()
4010 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()
4044 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()