Home
last modified time | relevance | path

Searched refs:AnalysisPurgeOpt (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h211 AnalysisPurgeMode AnalysisPurgeOpt = PurgeStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp282 if (LastSt && Blk && AMgr.options.AnalysisPurgeOpt != PurgeNone) { in processCallExit()
H A DExprEngine.cpp668 if (AMgr.options.AnalysisPurgeOpt == PurgeNone) in shouldRemoveDeadBindings()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp829 if (Opts.AnalysisPurgeOpt != PurgeStmt) { in GenerateAnalyzerArgs()
830 switch (Opts.AnalysisPurgeOpt) { in GenerateAnalyzerArgs()
948 Opts.AnalysisPurgeOpt = Value; in ParseAnalyzerArgs()