Searched refs:WidenLoops (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp343 if (!WidenLoops.hasValue())
344 WidenLoops = getBooleanOption("widen-loops", /*Default=*/false);
345 return WidenLoops.getValue();
/external/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h266 Optional<bool> WidenLoops; member in class:clang::AnalyzerOptions

Completed in 130 milliseconds