Home
last modified time | relevance | path

Searched refs:ReachableBlocks (Results 1 – 2 of 2) sorted by relevance

/external/clang/utils/analyzer/
DSumTimerInfo.py28 ReachableBlocks = 0 variable
52 ReachableBlocks = ReachableBlocks + int(s[0]) variable
77 print "Reachable Blocks %d" % (ReachableBlocks)
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp915 assert(ReachableBlocks.empty() && "ReachableBlocks already filled"); in fillReachableBlocks()
918 ReachableBlocks.insert(&Cfg->getEntry()); in fillReachableBlocks()
926 if (L && isa<SwitchCase>(L) && ReachableBlocks.insert(B)) in fillReachableBlocks()
936 if (*I && ReachableBlocks.insert(*I)) in fillReachableBlocks()
943 assert(!ReachableBlocks.empty() && "ReachableBlocks empty"); in checkFallThroughIntoBlock()
966 if (!ReachableBlocks.count(P)) { in checkFallThroughIntoBlock()
1064 llvm::SmallPtrSet<const CFGBlock *, 16> ReachableBlocks; member in __anon94e2d5210511::FallthroughMapper