Home
last modified time | relevance | path

Searched refs:isLong (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h158 bool isLong; variable
182 return isLong ? storage.externalStorage : storage.localStorage; in getBuffer()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp521 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()
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h62 bool isLong; // This is *not* set for long long. variable
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp178 bool isLong() const { return !Float && ElementBitwidth == 64; } in isLong() function in __anon870a9de20111::Type
2267 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
2300 if (T.isDouble() || (T.isPoly() && T.isLong())) in run()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6177 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument
6182 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp3259 else if (!Literal.isLong) in ActOnNumericConstant()
3332 if (Ty.isNull() && !Literal.isLong && !Literal.isLongLong) { in ActOnNumericConstant()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9426 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument
9431 return (Cnt >= 0 && (isLong ? Cnt-1 : Cnt) < ElementBits); in isVShiftLImm()