Home
last modified time | relevance | path

Searched refs:shouldWidenLoops (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h534 bool shouldWidenLoops();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp342 bool AnalyzerOptions::shouldWidenLoops() { in shouldWidenLoops() function in AnalyzerOptions
DExprEngine.cpp1427 AMgr.options.shouldWidenLoops()) { in processCFGBlockEntrance()