/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 197 bool isZero() const { return Val.isZero(); } isZero() function 300 bool isZero() const { return Val.isZero(); } isZero() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | BranchProbability.h | 46 bool isZero() const { return N == 0; } in isZero() function
|
H A D | TypeSize.h | 156 constexpr bool isZero() const { return Quantity == 0; } in isZero() function
|
H A D | KnownBits.h | 72 bool isZero() const { isZero() function
|
H A D | ScaledNumber.h | 543 bool isZero() const { return !Digits; } in isZero() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CharUnits.h | 122 bool isZero() const { return Quantity == 0; } in isZero() function
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 211 bool isZero(Expr *E) { in isZero() function in __anon6f98f1d90111::ZeroOutInDeallocRemover
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 183 bool isZero() const { in isZero() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Boolean.h | 69 bool isZero() const { return !V; } isZero() function
|
H A D | Pointer.h | 195 bool isZero() const { return Pointee == nullptr; } isZero() function
|
H A D | Floating.h | 91 bool isZero() const { return F.isZero(); } in isZero() function
|
H A D | IntegralAP.h | 138 bool isZero() const { return V.isZero(); } in isZero() function
|
/freebsd-src/contrib/llvm-project/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 | 292 bool isZero(ProgramStateRef State, NonLoc Val) { isZero() function
|
H A D | IvarInvalidationChecker.cpp | 627 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anon7be946890111::IvarInvalidationCheckerImpl::MethodCrawler
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 1031 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | ICF.cpp | 228 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 401 bool isZero() const { return category == fcZero; } isZero() function 1291 bool isZero() const { return getCategory() == fcZero; } isZero() function [all...] |
H A D | APInt.h | 358 bool isZero() const { isZero() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 526 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, isZero() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 323 static bool isZero(Value *V) { isZero() function
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1638 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; IsNilReference() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 74 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); } in isZero() function in __anonf0822f780111::FAddendCoef 142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anonf0822f780111::FAddend [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 231 bool isZero() { in isZero() function in __anon82ee56080211::VEOperand
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 1305 bool isZero = true; get() local 1356 bool isZero = C->isNullValue(); getImpl() local [all...] |