OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphTrimInterval
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp
240
if (!
GraphTrimInterval
.hasValue())
241
GraphTrimInterval
= getOptionAsInteger("graph-trim-interval", 1000);
242
return
GraphTrimInterval
.getValue();
/external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h
240
Optional<unsigned>
GraphTrimInterval
;
Completed in 41 milliseconds