Home
last modified time | relevance | path

Searched refs:isReachable (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cpp90 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/
DDeadStoresChecker.cpp77 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/
DCFGReachabilityAnalysis.h42 bool isReachable(const CFGBlock *Src, const CFGBlock *Dst);
DConsumed.h180 bool isReachable() const { return Reachable; } in isReachable() function
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DCFGReachabilityAnalysis.cpp26 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable() function in CFGReverseBlockReachabilityAnalysis
DConsumed.cpp1334 } else if (!CurrStates->isReachable()) { in run()
DCFG.cpp5258 if (!AB.isReachable()) in isLinear()
5372 B->Preds.push_back(AdjacentBlock(this, Succ.isReachable()), C); in addSuccessor()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DStackLifetime.cpp41 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() function in StackLifetime
380 if (!Instr || !SL.isReachable(Instr)) in printInfoComment()
DStackSafetyAnalysis.cpp406 if (!SL.isReachable(I)) in analyzeAllUses()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h110 bool isReachable(uptr from, const BV &targets) { in isReachable() function
Dsanitizer_deadlock_detector.h205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore()
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DStackLifetime.h155 bool isReachable(const Instruction *I) const;
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DLookup.h351 static bool isReachable(Sema &SemaRef, NamedDecl *D);
356 : isReachable(SemaRef, D); in isAcceptable()
DSema.h2366 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/
DSIFixSGPRCopies.cpp399 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/
DAnalysisBasedWarnings.cpp300 if (!Succ.isReachable() || Queued[Succ->getBlockID()]) in throwEscapes()
2370 if (!cra->isReachable(&AC.getCFG()->getEntry(), block)) { in IssueWarnings()
DSemaLookup.cpp2046 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()
DSemaDecl.cpp1765 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/
DDeclBase.h828 bool isReachable() const { in isReachable() function
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DCFG.h833 bool isReachable() const { in isReachable() function