Searched refs:MicrosoftInteger (Results 1 – 3 of 3) sorted by relevance
75 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
857 MicrosoftInteger = 0; in NumericLiteralParser()1034 MicrosoftInteger = Bits; in NumericLiteralParser()1086 MicrosoftInteger = 0; in NumericLiteralParser()
4011 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()4012 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()4016 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()4050 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()