/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 206 bool isZero() const { return Val.isZero(); } in isZero() function 316 bool isZero() const { return Val.isZero(); } in isZero() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | FunctionPointer.h | 34 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 | Boolean.h | 64 bool isZero() const { return !V; } in isZero() function
|
H A D | Floating.h | 91 bool isZero() const { return F.isZero(); } in isZero() function
|
H A D | Pointer.h | 247 bool isZero() const { in isZero() function
|
H A D | IntegralAP.h | 138 bool isZero() const { return V.isZero(); } in isZero() function
|
/freebsd/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 | 76 bool isZero() const { return Zero.isAllOnes(); } in isZero() function
|
H A D | ScaledNumber.h | 543 bool isZero() const { return !Digits; } 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
|
H A D | OpenACCClause.h | 784 bool isZero() const { return IsZero; } in isZero() function 816 bool isZero() const { return IsZero; } in isZero() function
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 211 bool isZero(Expr *E) { in isZero() function in __anon7bb8f6870111::ZeroOutInDeallocRemover
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 183 bool isZero() const { in isZero() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 232 bool isZero() const { in isZero() function
|
/freebsd/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/contrib/llvm-project/lld/MachO/ |
H A D | ICF.cpp | 228 auto isZero = [](Defined *d) { return d->value == 0; }; in equalsVariable() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorRangeChecker.cpp | 297 bool isZero(ProgramStateRef State, NonLoc Val) { in isZero() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 424 bool isZero() const { return category == fcZero; } in isZero() function 1350 bool isZero() const { return getCategory() == fcZero; } in isZero() function
|
H A D | APInt.h | 360 bool isZero() const { in isZero() function
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 512 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, in isZero() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 324 static bool isZero(Value *V) { in isZero() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusLanguage.cpp | 1683 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
/freebsd/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 __anon84b617a60111::FAddendCoef 142 bool isZero() const { return Coeff.isZero(); } in isZero() function in __anon84b617a60111::FAddend
|