Searched refs:ANALYSIS_STORE (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| HD | Analyses.def | 14 #ifndef ANALYSIS_STORE 15 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) 18 ANALYSIS_STORE(RegionStore, "region", "Use region-based analyzer store", CreateRegionStoreManager) 51 #undef ANALYSIS_STORE
|
| HD | AnalyzerOptions.h | 44 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) NAME##Model, macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| HD | AnalysisConsumer.cpp | 233 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | CompilerInvocation.cpp | 141 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \ in ParseAnalyzerArgs() macro
|