/llvm-project/clang/lib/AST/Interp/ |
H A D | FunctionPointer.h |
|
H A D | MemberPointer.h |
|
H A D | Boolean.h |
|
H A D | Floating.h |
|
H A D | Pointer.h |
|
H A D | IntegralAP.h |
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Constants.h | 206 bool isZero() const { return Val.isZero(); } isZero() function 316 bool isZero() const { return Val.isZero(); } isZero() function
|
/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(); } isZero() function
|
/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; } isZero() function 816 bool isZero() const { return IsZero; } isZero() function
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseDefaultMemberInitCheck.cpp | 112 static bool isZero(const Expr *E) { in isZero() function
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperands.cpp | 53 static bool isZero(Use &Op) { in isZero() function
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 211 bool isZero(Expr *E) { in isZero() function in __anon3c9294fa0111::ZeroOutInDeallocRemover
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 183 bool isZero() const { isZero() function
|
/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 | 297 bool isZero(ProgramStateRef State, NonLoc Val) { in isZero() function
|
H A D | IvarInvalidationChecker.cpp | 627 bool IvarInvalidationCheckerImpl::MethodCrawler::isZero(const Expr *E) const { in isZero() function in __anoncc7e06ea0111::IvarInvalidationCheckerImpl::MethodCrawler
|
/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 232 bool isZero() const { isZero() function
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 1031 bool isZero = valobj.GetValueAsUnsigned(0, &canReadValue) == 0; in IsNilReference() local
|
/llvm-project/lld/MachO/ |
H A D | ICF.cpp | 228 auto isZero = [](Defined *d) { return d->value == 0; }; equalsVariable() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 420 bool isZero() const { return category == fcZero; } isZero() function 1344 bool isZero() const { return getCategory() == fcZero; } isZero() function [all...] |
/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 528 static bool isZero(Value *V, const DataLayout &DL, DominatorTree *DT, isZero() function
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 324 static bool isZero(Value *V) { isZero() function
|