Searched refs:isLong (Results 1 – 7 of 7) sorted by relevance
158 bool isLong; variable182 return isLong ? storage.externalStorage : storage.localStorage; in getBuffer()
521 isLong = false; in NumericLiteralParser()584 if (isFloat || isLong) break; // FF, LF invalid. in NumericLiteralParser()595 if (isLong || isLongLong) break; // Cannot be repeated. in NumericLiteralParser()604 isLong = true; in NumericLiteralParser()610 if (isLong || isLongLong || MicrosoftInteger) in NumericLiteralParser()680 isLong = false; in NumericLiteralParser()
62 bool isLong; // This is *not* set for long long. variable
178 bool isLong() const { return !Float && ElementBitwidth == 64; } in isLong() function in __anon870a9de20111::Type2267 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()2300 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
6177 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument6182 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()
3259 else if (!Literal.isLong) in ActOnNumericConstant()3332 if (Ty.isNull() && !Literal.isLong && !Literal.isLongLong) { in ActOnNumericConstant()
9426 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument9431 return (Cnt >= 0 && (isLong ? Cnt-1 : Cnt) < ElementBits); in isVShiftLImm()