Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def36 #ifndef ANALYSIS_PURGE
37 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC)
40 ANALYSIS_PURGE(PurgeStmt, "statement", "Purge symbols, bindings, and constraints before every stat…
41 ANALYSIS_PURGE(PurgeBlock, "block", "Purge symbols, bindings, and constraints before every basic bl…
42 ANALYSIS_PURGE(PurgeNone, "none", "Do not purge symbols, bindings, or constraints")
54 #undef ANALYSIS_PURGE
DAnalyzerOptions.h67 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME, macro
/external/clang/lib/Frontend/
DCompilerInvocation.cpp210 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro