/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Constants.h | 193 bool isZero() const { return Val.isZero(); } in isZero() function 301 bool isZero() const { return Val.isZero(); } in isZero() function
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BranchProbability.h | 46 bool isZero() const { return N == 0; } in isZero() function
|
H A D | TypeSize.h | 151 constexpr bool isZero() const { return Quantity == 0; } in isZero() function
|
H A D | KnownBits.h | 72 bool isZero() const { in isZero() function
|
H A D | ScaledNumber.h | 542 bool isZero() const { return !Digits; } in isZero() function
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | CharUnits.h | 122 bool isZero() const { return Quantity == 0; } in isZero() function
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperands.cpp | 53 static bool isZero(Use &Op) { in isZero() function
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 211 bool isZero(Expr *E) { in isZero() function in __anonbf7838de0111::ZeroOutInDeallocRemover
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 172 bool isZero() const { return hasValue() && getValue() == 0; } in isZero() function
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Pointer.h | 163 bool isZero() const { return Pointee == nullptr; } in isZero() function
|
H A D | Boolean.h | 70 bool isZero() const { return !V; } in isZero() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/ |
H A D | Common.pm | 980 sub isZero subroutine
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 135 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
|
H A D | IteratorRangeChecker.cpp | 298 bool isZero(ProgramStateRef State, const NonLoc &Val) { in isZero() function
|
H A D | IvarInvalidationChecker.cpp | 640 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anonbf9cd7ce0111::IvarInvalidationCheckerImpl::MethodCrawler
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 365 bool isZero() const { return category == fcZero; } in isZero() function 1225 bool isZero() const { return getCategory() == fcZero; } in isZero() function
|
H A D | APInt.h | 366 bool isZero() const { in isZero() function
|
/openbsd-src/gnu/llvm/lld/MachO/ |
H A D | ICF.cpp | 228 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 1150 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | Lint.cpp | 524 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1494 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anonb54f4bbd0111::FAddendCoef 142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anonb54f4bbd0111::FAddend
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 116 bool isZero() const { return Kind == Zero; } in isZero() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 232 bool isZero() { in isZero() function in __anon0d4fa8ad0211::VEOperand
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 779 bool R600TargetLowering::isZero(SDValue Op) const { in isZero() function in R600TargetLowering
|