Home
last modified time | relevance | path

Searched refs:CREATEFN (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DPathDiagnosticConsumers.h30 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN)\ argument
31 void CREATEFN(AnalyzerOptions &AnalyzerOpts,\
H A DAnalyses.def28 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN)
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp235 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() argument
237 CREATEFN(*Opts.get(), PathConsumers, OutDir, PP); \ in DigestAnalyzerOptions()
248 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() argument
249 case NAME##Model: CreateStoreMgr = CREATEFN; break; in DigestAnalyzerOptions()
256 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() argument
257 case NAME##Model: CreateConstraintMgr = CREATEFN; break; in DigestAnalyzerOptions()