Searched refs:ANALYSIS_PURGE (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 36 #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
|
D | AnalyzerOptions.h | 67 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME, macro
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 210 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro
|