Searched refs:MicrosoftInteger (Results 1 – 3 of 3) sorted by relevance
85 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, i64, or variable
921 MicrosoftInteger = 0; in NumericLiteralParser()1111 MicrosoftInteger = Bits; in NumericLiteralParser()1189 MicrosoftInteger = 0; in NumericLiteralParser()
3940 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()