OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxCFGSize
(Results
1 - 2
of
2
) sorted by null
/external/clang/utils/analyzer/
SumTimerInfo.py
33
MaxCFGSize
= 0
58
if (
MaxCFGSize
< int(s[0])) :
59
MaxCFGSize
= int(s[0])
83
print "Max CFG Size %d" % (
MaxCFGSize
)
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
63
STATISTIC(
MaxCFGSize
, "The maximum number of basic blocks in a function.");
585
MaxCFGSize
=
MaxCFGSize
< CFGSize ? CFGSize :
MaxCFGSize
;
Completed in 71 milliseconds