Searched refs:ANALYSIS_PURGE (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| HD | 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
|
| HD | AnalyzerOptions.h | 67 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME, macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | CompilerInvocation.cpp | 189 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro
|