Home
last modified time | relevance | path

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

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