HomeSort by relevance Sort by last modified time
    Searched refs:WidenLoops (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 343 if (!WidenLoops.hasValue())
344 WidenLoops = getBooleanOption("widen-loops", /*Default=*/false);
345 return WidenLoops.getValue();
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 266 Optional<bool> WidenLoops;

Completed in 902 milliseconds