Searched refs:ANALYSIS_PURGE (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 67 #ifndef ANALYSIS_PURGE 68 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) 71 ANALYSIS_PURGE( 75 ANALYSIS_PURGE( 79 ANALYSIS_PURGE(PurgeNone, "none", 95 #undef ANALYSIS_PURGE
|
D | AnalyzerOptions.h | 68 #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
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 461 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro
|