Home
last modified time | relevance | path

Searched defs:isReachable (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp26 bool CFGReverseBlockReachabilityAnalysis::isReachable(const CFGBlock *Src, in isReachable() function in CFGReverseBlockReachabilityAnalysis
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp77 bool isReachable(const CFGBlock *block) const { in isReachable() function in __anone65385fe0111::ReachableCode
92 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks() local
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h110 bool isReachable(uptr from, const BV &targets) { in isReachable() function
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DConsumed.h180 bool isReachable() const { return Reachable; } in isReachable() function
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bvgraph_test.cpp213 TEST(BVGraph, isReachable) { in TEST() argument
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DStackLifetime.cpp41 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() function in StackLifetime
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDeclBase.h828 bool isReachable() const { in isReachable() function
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp399 static bool isReachable(const MachineInstr *From, in isReachable() function
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h833 bool isReachable() const { in isReachable() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp2084 bool LookupResult::isReachable(Sema &SemaRef, NamedDecl *D) { in isReachable() function in LookupResult
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2366 bool isReachable(const NamedDecl *D) { in isReachable() function