Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h73 bool isLong : 1; // This is *not* set for long long. variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp912 isLong = false; in NumericLiteralParser()
1058 isLong = true; in NumericLiteralParser()
1180 isLong = false; in NumericLiteralParser()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp199 bool isLong() const { return isInteger() && ElementBitwidth == 64; } in isLong() function in __anonfaf0748f0111::Type
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3830 } else if (Literal.isLong) { in ActOnNumericConstant()
3838 } else if (Literal.isLong) { in ActOnNumericConstant()
3879 else if (Literal.isLong) in ActOnNumericConstant()
3969 if (getLangOpts().HLSL && !Literal.isLong && Literal.isLongLong) { in ActOnNumericConstant()
3970 Literal.isLong = true; in ActOnNumericConstant()
4033 if (Ty.isNull() && !Literal.isLong && !Literal.isLongLong && in ActOnNumericConstant()
4067 ? Literal.isLong in ActOnNumericConstant()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6697 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument
6702 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15706 static bool isVShiftLImm(SDValue Op, EVT VT, bool isLong, int64_t &Cnt) { in isVShiftLImm() argument
15711 return (Cnt >= 0 && (isLong ? Cnt - 1 : Cnt) < ElementBits); in isVShiftLImm()