Home
last modified time | relevance | path

Searched refs:ANALYSIS_PURGE (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DAnalyses.def67 #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
DAnalyzerOptions.h68 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) NAME, macro
/external/clang/lib/Frontend/
DCompilerInvocation.cpp210 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp461 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro