OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReachableBlocks
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/analyzer/
SumTimerInfo.py
28
ReachableBlocks
= 0
52
ReachableBlocks
=
ReachableBlocks
+ int(s[0])
77
print "Reachable Blocks %d" % (
ReachableBlocks
)
/external/clang/lib/Sema/
AnalysisBasedWarnings.cpp
707
assert(
ReachableBlocks
.empty() && "
ReachableBlocks
already filled");
710
ReachableBlocks
.insert(&Cfg->getEntry());
719
if (L && isa<SwitchCase>(L) &&
ReachableBlocks
.insert(B))
729
if (*I &&
ReachableBlocks
.insert(*I))
736
assert(!
ReachableBlocks
.empty() && "
ReachableBlocks
empty");
761
if (!
ReachableBlocks
.count(P)) {
856
llvm::SmallPtrSet<const CFGBlock *, 16>
ReachableBlocks
;
[
all
...]
Completed in 534 milliseconds