| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_bvgraph_test.cpp | 90 bool is_reachable = g.isReachable(from, target); in BasicTest() 180 EXPECT_FALSE(g.isReachable(f0, target)); in Test_isReachable() 181 EXPECT_FALSE(g.isReachable(f1, target)); in Test_isReachable() 182 EXPECT_FALSE(g.isReachable(f2, target)); in Test_isReachable() 183 EXPECT_FALSE(g.isReachable(f3, target)); in Test_isReachable() 188 EXPECT_FALSE(g.isReachable(f0, target)); in Test_isReachable() 189 EXPECT_FALSE(g.isReachable(f1, target)); in Test_isReachable() 190 EXPECT_FALSE(g.isReachable(f2, target)); in Test_isReachable() 191 EXPECT_FALSE(g.isReachable(f3, target)); in Test_isReachable() 194 EXPECT_TRUE(g.isReachable(f0, target)); in Test_isReachable() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| D | DeadStoresChecker.cpp | 77 bool isReachable(const CFGBlock *block) const { in isReachable() function in __anonf0433d2d0111::ReachableCode 92 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks() local 93 if (isReachable) in computeReachableBlocks() 95 isReachable = true; in computeReachableBlocks() 204 if (!reachableCode->isReachable(currentBlock)) in Report()
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| D | CFGReachabilityAnalysis.h | 42 bool isReachable(const CFGBlock *Src, const CFGBlock *Dst);
|
| D | Consumed.h | 180 bool isReachable() const { return Reachable; } in isReachable() function
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | CFGReachabilityAnalysis.cpp | 26 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable() function in CFGReverseBlockReachabilityAnalysis
|
| D | Consumed.cpp | 1334 } else if (!CurrStates->isReachable()) { in run()
|
| D | CFG.cpp | 5258 if (!AB.isReachable()) in isLinear() 5372 B->Preds.push_back(AdjacentBlock(this, Succ.isReachable()), C); in addSuccessor()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | StackLifetime.cpp | 41 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() function in StackLifetime 380 if (!Instr || !SL.isReachable(Instr)) in printInfoComment()
|
| D | StackSafetyAnalysis.cpp | 406 if (!SL.isReachable(I)) in analyzeAllUses()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_bvgraph.h | 110 bool isReachable(uptr from, const BV &targets) { in isReachable() function
|
| D | sanitizer_deadlock_detector.h | 205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | StackLifetime.h | 155 bool isReachable(const Instruction *I) const;
|
| /openbsd/src/gnu/llvm/clang/include/clang/Sema/ |
| D | Lookup.h | 351 static bool isReachable(Sema &SemaRef, NamedDecl *D); 356 : isReachable(SemaRef, D); in isAcceptable()
|
| D | Sema.h | 2366 bool isReachable(const NamedDecl *D) { in isReachable() function 2374 return Kind == AcceptableKind::Visible ? isVisible(D) : isReachable(D); in isAcceptable() 2390 return isReachable(D) || hasReachableDeclarationSlow(D, Modules);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIFixSGPRCopies.cpp | 399 static bool isReachable(const MachineInstr *From, in isReachable() function 479 bool MayClobberFrom = isReachable(Clobber, &*From, MBBTo, MDT); in hoistAndMergeSGPRInits() 480 bool MayClobberTo = isReachable(Clobber, &*To, MBBTo, MDT); in hoistAndMergeSGPRInits()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 300 if (!Succ.isReachable() || Queued[Succ->getBlockID()]) in throwEscapes() 2370 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) { in IssueWarnings()
|
| D | SemaLookup.cpp | 2046 assert(!isReachable(D) && "not in slow case"); in hasReachableDeclarationSlow() 2084 bool LookupResult::isReachable(Sema &SemaRef, NamedDecl *D) { in isReachable() function in LookupResult 3928 if (AssociatedClasses.count(RD) && isReachable(D)) { in ArgumentDependentLookup()
|
| D | SemaDecl.cpp | 1765 assert(const_cast<Sema *>(this)->isReachable(New) && in IsRedefinitionInModule() 1766 const_cast<Sema *>(this)->isReachable(Old) && in IsRedefinitionInModule()
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | DeclBase.h | 828 bool isReachable() const { in isReachable() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Analysis/ |
| D | CFG.h | 833 bool isReachable() const { in isReachable() function
|