Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DFunctionPointer.h29 bool isZero() const { return !Func; } in isZero() function
H A DMemberPointer.h85 bool isZero() const { return Base.isZero() && !Dcl; } in isZero() function
H A DBitcastBuffer.h34 bool isZero() const { return N == 0; } in isZero() function
H A DBoolean.h60 bool isZero() const { return !V; } in isZero() function
H A DFixedPoint.h57 bool isZero() const { return V.getValue().isZero(); } in isZero() function
H A DIntegralAP.h155 bool isZero() const { return getValue().isZero(); } in isZero() function
H A DFloating.h143 bool isZero() const { return getValue().isZero(); } in isZero() function
H A DPointer.h267 bool isZero() const { in isZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h214 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 DCharUnits.h122 bool isZero() const { return Quantity == 0; } in isZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h48 bool isZero() const { return N == 0; } in isZero() function
H A DTypeSize.h157 constexpr bool isZero() const { return Quantity == 0; } in isZero() function
H A DKnownBits.h80 bool isZero() const { return Zero.isAllOnes(); } in isZero() function
H A DScaledNumber.h546 bool isZero() const { return !Digits; } in isZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h169 bool isZero() const { in isZero() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp132 bool TestAfterDivZeroChecker::isZero(SVal S, CheckerContext &C) const { in isZero() function in TestAfterDivZeroChecker
H A DIteratorRangeChecker.cpp297 bool isZero(ProgramStateRef State, NonLoc Val) { in isZero() function
H A DIvarInvalidationChecker.cpp626 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 DObjCLanguage.cpp1048 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h519 bool isZero() const { return category == fltCategory::fcZero; } in isZero() function
1463 bool isZero() const { return getCategory() == fcZero; } in isZero() function
H A DAPInt.h380 bool isZero() const { in isZero() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DICF.cpp240 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp321 static bool isZero(Value *V) { in isZero() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp546 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DConstant.h190 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

12