Searched refs:MicrosoftInteger (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Lex/
H A DLiteralSupport.cpp525 MicrosoftInteger = 0;
609 if (isLong || isLongLong || MicrosoftInteger)
618 MicrosoftInteger = 8;
625 MicrosoftInteger = 16;
631 MicrosoftInteger = 128;
640 MicrosoftInteger = 32;
648 MicrosoftInteger = 64;
654 if (MicrosoftInteger)
684 MicrosoftInteger = 0;
/external/clang/include/clang/Lex/
H A DLiteralSupport.h66 uint8_t MicrosoftInteger; // Microsoft suffix extension i8, i16, i32, or i64. member in class:clang::NumericLiteralParser
/external/clang/lib/Sema/
H A DSemaExpr.cpp3206 if (Literal.MicrosoftInteger == 128 && MaxWidth < 128 &&
3229 if (Literal.MicrosoftInteger) {
3230 if (Literal.MicrosoftInteger > MaxWidth) {
3236 Width = Literal.MicrosoftInteger;

Completed in 127 milliseconds