| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 76 bool isReachable(const CFGBlock *block) const { in isReachable() function in __anonfa4b2eb10111::ReachableCode 91 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks() local 92 if (isReachable) in computeReachableBlocks() 94 isReachable = true; in computeReachableBlocks() 203 if (!reachableCode->isReachable(currentBlock)) in Report()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | CFGReachabilityAnalysis.h | 42 bool isReachable(const CFGBlock *Src, const CFGBlock *Dst);
|
| H A D | Consumed.h | 184 bool isReachable() const { return Reachable; } in isReachable() function
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFGReachabilityAnalysis.cpp | 25 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable() function in CFGReverseBlockReachabilityAnalysis
|
| H A D | Consumed.cpp | 1330 } else if (!CurrStates->isReachable()) { in run()
|
| H A D | CFG.cpp | 5372 if (!AB.isReachable()) in isLinear() 5487 B->Preds.push_back(AdjacentBlock(this, Succ.isReachable()), C); in addSuccessor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 41 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() function in StackLifetime 380 if (!Instr || !SL.isReachable(Instr)) in printInfoComment()
|
| H A D | StackSafetyAnalysis.cpp | 428 if (!SL.isReachable(I)) in analyzeAllUses()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bvgraph.h | 110 bool isReachable(uptr from, const BV &targets) { in isReachable() function
|
| H A D | sanitizer_deadlock_detector.h | 205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | StackLifetime.h | 155 bool isReachable(const Instruction *I) const;
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Lookup.h | 374 static bool isReachable(Sema &SemaRef, NamedDecl *D); 379 : isReachable(SemaRef, D); in isAcceptable()
|
| H A D | Sema.h | 9589 return isReachable(D) || hasReachableDeclarationSlow(D, Modules); 15287 bool isReachable(const NamedDecl *D) { in isReachable() function 15295 return Kind == AcceptableKind::Visible ? isVisible(D) : isReachable(D); in isAcceptable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIFixSGPRCopies.cpp | 420 static bool isReachable(const MachineInstr *From, in isReachable() function 501 bool MayClobberFrom = isReachable(Clobber, &*From, MBBTo, MDT); in hoistAndMergeSGPRInits() 502 bool MayClobberTo = isReachable(Clobber, &*To, MBBTo, MDT); in hoistAndMergeSGPRInits()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 2120 assert(!isReachable(D) && "not in slow case"); in hasReachableDeclarationSlow() 2158 bool LookupResult::isReachable(Sema &SemaRef, NamedDecl *D) { in isReachable() function in LookupResult 3976 if (AssociatedClasses.count(RD) && isReachable(D)) { in ArgumentDependentLookup()
|
| H A D | AnalysisBasedWarnings.cpp | 324 if (!Succ.isReachable() || Queued[Succ->getBlockID()]) in throwEscapes() 2940 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) { in IssueWarnings()
|
| H A D | SemaDecl.cpp | 1733 assert(const_cast<Sema *>(this)->isReachable(New) && in IsRedefinitionInModule() 1734 const_cast<Sema *>(this)->isReachable(Old) && in IsRedefinitionInModule()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 867 bool isReachable() const { in isReachable() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclBase.h | 860 bool isReachable() const { in isReachable() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6629 …ymous namespace)::IdempotentOperationChecker::CFGReachabilityAnalysis::isReachable(clang::CFGBlock…
|