Searched refs:MicrosoftInteger (Results 1 – 3 of 3) sorted by relevance
72 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
555 MicrosoftInteger = 0; in NumericLiteralParser()721 MicrosoftInteger = Bits; in NumericLiteralParser()754 MicrosoftInteger = 0; in NumericLiteralParser()
3930 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()3931 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()3935 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()3943 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()