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.h241 unsigned NoRetryExhausted : 1; variable
298 PrintStats(false), NoRetryExhausted(false), AnalyzerWerror(false) {} in AnalyzerOptions()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2561 if ((!AMgr.options.NoRetryExhausted && in processCFGBlockEntrance()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6939 MarshallingInfoFlag<AnalyzerOpts<"NoRetryExhausted">>;