/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 201 bool isNegative() const { return Val.isNegative(); } in isNegative() function 319 bool isNegative() const { return Val.isNegative(); } in isNegative() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 131 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/freebsd/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 | 409 bool isNegative() const { return sign; } in isNegative() function 1354 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
|
H A D | APInt.h | 309 bool isNegative() const { return (*this)[BitWidth - 1]; } in isNegative() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 189 bool isNegative() const { in isNegative() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 167 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h | 71 constexpr static bool isNegative() { return false; } in 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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 94 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 273 static bool isNegative(SValBuilder &SVB, ProgramStateRef State, NonLoc Value) { in isNegative() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 895 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member 3889 bool isNegative, SMLoc S, SMLoc E, ARMAsmParser &Parser, in CreateMem() 5723 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local 6036 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local 6075 bool isNegative = false; in parseMemory() local 6237 bool isNegative = false; in parseFPImm() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 410 bool isNegative; in readExponent() local 5049 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
|
H A D | APInt.cpp | 562 unsigned isNegative = *p == '-'; in getBitsNeeded() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3313 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local 4907 bool isNegative = false; in parseOperand() local
|