| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | FunctionPointer.h | 29 bool isZero() const { return !Func; } in isZero() function
|
| H A D | MemberPointer.h | 85 bool isZero() const { return Base.isZero() && !Dcl; } in isZero() function
|
| H A D | BitcastBuffer.h | 34 bool isZero() const { return N == 0; } in isZero() function
|
| H A D | Boolean.h | 60 bool isZero() const { return !V; } in isZero() function
|
| H A D | FixedPoint.h | 57 bool isZero() const { return V.getValue().isZero(); } in isZero() function
|
| H A D | IntegralAP.h | 155 bool isZero() const { return getValue().isZero(); } in isZero() function
|
| H A D | Floating.h | 143 bool isZero() const { return getValue().isZero(); } in isZero() function
|
| H A D | Pointer.h | 267 bool isZero() const { in isZero() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Constants.h | 214 bool isZero() const { return Val.isZero(); } in isZero() function 324 bool isZero() const { return Val.isZero(); } in isZero() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CharUnits.h | 122 bool isZero() const { return Quantity == 0; } in isZero() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | BranchProbability.h | 48 bool isZero() const { return N == 0; } in isZero() function
|
| H A D | TypeSize.h | 157 constexpr bool isZero() const { return Quantity == 0; } in isZero() function
|
| H A D | KnownBits.h | 80 bool isZero() const { return Zero.isAllOnes(); } in isZero() function
|
| H A D | ScaledNumber.h | 546 bool isZero() const { return !Digits; } in isZero() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryLocation.h | 169 bool isZero() const { in isZero() function
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | TestAfterDivZeroChecker.cpp | 132 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
|
| H A D | IteratorRangeChecker.cpp | 297 bool isZero(ProgramStateRef State, NonLoc Val) { in isZero() function
|
| H A D | IvarInvalidationChecker.cpp | 626 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anon47e17cb70111::IvarInvalidationCheckerImpl::MethodCrawler
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | ObjCLanguage.cpp | 1048 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 519 bool isZero() const { return category == fltCategory::fcZero; } in isZero() function 1463 bool isZero() const { return getCategory() == fcZero; } in isZero() function
|
| H A D | APInt.h | 380 bool isZero() const { in isZero() function
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | ICF.cpp | 240 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 321 static bool isZero(Value *V) { in isZero() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 546 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Constant.h | 190 bool isZero() const { return cast<llvm::ConstantInt>(Val)->isZero(); } in isZero() function 301 bool isZero() const { return cast<llvm::ConstantFP>(Val)->isZero(); } in isZero() function
|