Searched refs:MicrosoftInteger (Results 1 – 3 of 3) sorted by relevance
85 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
923 MicrosoftInteger = 0; in NumericLiteralParser()1109 MicrosoftInteger = Bits; in NumericLiteralParser()1187 MicrosoftInteger = 0; in NumericLiteralParser()
3922 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()3923 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()3927 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()3961 assert(!Literal.MicrosoftInteger && in ActOnNumericConstant()