reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1504 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) 1506 uint64_t Val64 = Lex.getAPSIntVal().getLimitedValue(0xFFFFFFFFULL+1); 1517 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) 1519 Val = Lex.getAPSIntVal().getLimitedValue(); 2790 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned() || 2791 Lex.getAPSIntVal().getBitWidth() > 64) 2795 uint64_t Size = Lex.getAPSIntVal().getZExtValue(); 3090 ID.APSIntVal = Lex.getAPSIntVal(); 3946 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) 3949 auto &U = Lex.getAPSIntVal(); 4126 if (Lex.getKind() == lltok::APSInt && !Lex.getAPSIntVal().isSigned()) { 4166 if (Lex.getKind() == lltok::APSInt && !Lex.getAPSIntVal().isSigned()) { 4203 auto &S = Lex.getAPSIntVal(); 4280 if (Lex.getAPSIntVal().isSigned()) { 4967 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) 4970 auto &U = Lex.getAPSIntVal(); 8236 if (Lex.getKind() != lltok::APSInt || Lex.getAPSIntVal().isSigned()) 8238 Val = (unsigned)Lex.getAPSIntVal().getBoolValue();