Searched refs:MicrosoftInteger (Results 1 – 3 of 3) sorted by relevance
529 MicrosoftInteger = 0; in NumericLiteralParser()606 if (isLong || isLongLong || MicrosoftInteger) in NumericLiteralParser()614 MicrosoftInteger = 8; in NumericLiteralParser()619 MicrosoftInteger = 16; in NumericLiteralParser()625 MicrosoftInteger = 32; in NumericLiteralParser()631 MicrosoftInteger = 64; in NumericLiteralParser()638 if (MicrosoftInteger) { in NumericLiteralParser()670 MicrosoftInteger = 0; in NumericLiteralParser()
69 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. variable
3429 if (Literal.MicrosoftInteger) { in ActOnNumericConstant()3430 if (Literal.MicrosoftInteger == 8 && !Literal.isUnsigned) { in ActOnNumericConstant()3434 Width = Literal.MicrosoftInteger; in ActOnNumericConstant()