Home
last modified time | relevance | path

Searched defs:isNegative (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstants.h187 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 DCharUnits.h125 bool isNegative() const { return Quantity < 0; } in isNegative() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp128 bool CheckerContext::isNegative(const Expr *E) { in isNegative() function in CheckerContext
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPSInt.h48 bool isNegative() const { return isSigned() && APInt::isNegative(); } in isNegative() function
H A DAPFloat.h340 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 Dubsan_value.h187 bool isNegative() const { in isNegative() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.h189 bool isNegative() const { in isNegative() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.h185 bool isNegative() const { in isNegative() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DBoolean.h71 constexpr static bool isNegative() { return false; } in isNegative() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DKnownBits.h96 bool isNegative() const { return One.isSignBitSet(); } in isNegative() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h139 bool isNegative() const { in isNegative() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Djson.d982 bool isFloat, isNegative; in parseValue() local
H A Dbigint.d983 bool isNegative() pure const nothrow @nogc @safe in isNegative() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp856 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 Dtime.d1699 @property bool isNegative() const nothrow @nogc in zero() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp256 bool isNegative; in readExponent() local
4589 bool DoubleAPFloat::isNegative() const { return Floats[0].isNegative(); } in isNegative() function in llvm::detail::DoubleAPFloat
H A DAPInt.cpp498 unsigned isNegative = *p == '-'; in getBitsNeeded() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2634 bool isNegative = parseOptionalToken(AsmToken::Minus); in tryParseFPImm() local
3806 bool isNegative = false; in parseOperand() local