Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h270 unsigned NoRetryExhausted : 1; variable
326 UnoptimizedCFG(false), PrintStats(false), NoRetryExhausted(false), in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2608 if ((!AMgr.options.NoRetryExhausted && replayWithoutInlining(Pred, LC))) in processCFGBlockEntrance()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7457 MarshallingInfoFlag<AnalyzerOpts<"NoRetryExhausted">>;