/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 187 bool isNegative() const { return Val.isNegative(); } in isNegative() function 302 bool isNegative() const { return Val.isNegative(); } in isNegative() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CharUnits.h | 125 bool isNegative() const { return Quantity < 0; } in isNegative() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 128 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
|
H A D | APFloat.h | 340 bool isNegative() const { return sign; } in isNegative() function 1217 bool isNegative() const { return getIEEE().isNegative(); } in isNegative() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_value.h | 187 bool isNegative() const { in isNegative() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_value.h | 189 bool isNegative() const { in isNegative() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_value.h | 185 bool isNegative() const { in isNegative() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Boolean.h | 71 constexpr static bool isNegative() { return false; } in isNegative() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 139 bool isNegative() const { in isNegative() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | json.d | 982 bool isFloat, isNegative; in parseValue() local
|
H A D | bigint.d | 983 bool isNegative() pure const nothrow @nogc @safe in isNegative() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 856 unsigned isNegative : 1; // Negated OffsetReg? (~'U' bit) member 3805 bool isNegative, SMLoc S, SMLoc E, SMLoc AlignmentLoc = SMLoc()) { in CreateMem() 5685 bool isNegative = Parser.getTok().is(AsmToken::Minus); in parseAM3Offset() local 5933 bool isNegative = getParser().getTok().is(AsmToken::Minus); in parseMemory() local 5970 bool isNegative = false; in parseMemory() local 6121 bool isNegative = false; in parseFPImm() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | time.d | 1699 @property bool isNegative() const nothrow @nogc in zero() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFloat.cpp | 256 bool isNegative; in readExponent() local 4589 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
|
H A D | APInt.cpp | 498 unsigned isNegative = *p == '-'; in getBitsNeeded() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 2634 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local 3806 bool isNegative = false; in parseOperand() local
|