/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 192 bool isNegative() const { return Val.isNegative(); } isNegative() function 303 bool isNegative() const { return Val.isNegative(); } isNegative() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 154 bool CheckerContext::isNegative(const Expr *E) { isNegative() function in CheckerContext
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 49 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
H A D | APFloat.h | 386 bool isNegative() const { return sign; } isNegative() function 1295 bool isNegative() const { return getIEEE().isNegative(); } isNegative() function [all...] |
H A D | APInt.h | 307 bool isNegative() const { return (*this)[BitWidth - 1]; } isNegative() function
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 189 bool isNegative() const { in isNegative() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h | 76 constexpr static bool isNegative() { return false; } isNegative() function
|
H A D | Floating.h | 89 bool isNegative() const { return F.isNegative(); } in isNegative() function
|
H A D | IntegralAP.h | 140 bool isNegative() const { return !V.isNonNegative(); } in isNegative() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 96 bool isNegative() const { return One.isSignBitSet(); } isNegative() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 869 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) global() member 3802 CreateMem(unsigned BaseRegNum,const MCExpr * OffsetImm,unsigned OffsetRegNum,ARM_AM::ShiftOpc ShiftType,unsigned ShiftImm,unsigned Alignment,bool isNegative,SMLoc S,SMLoc E,SMLoc AlignmentLoc=SMLoc ()) CreateMem() argument 5552 bool isNegative = Parser.getTok().is(AsmToken::Minus); parseAM3Offset() local 5797 bool isNegative = getParser().getTok().is(AsmToken::Minus); parseMemory() local 5834 bool isNegative = false; parseMemory() local 5984 bool isNegative = false; parseFPImm() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 379 bool isNegative; readExponent() local 4928 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } isNegative() function in llvm::detail::DoubleAPFloat [all...] |
H A D | APInt.cpp | 562 unsigned isNegative = *p == '-'; in getBitsNeeded() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3284 bool isNegative = parseOptionalToken(AsmToken::Minus); tryParseFPImm() local 4851 bool isNegative = false; parseOperand() local
|