Searched refs:CREATEFN (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | PathDiagnosticConsumers.h | 36 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) \ argument 37 void CREATEFN(PathDiagnosticConsumerOptions Diagopts, \
|
| H A D | Analyses.def | 25 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN)
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 165 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() argument 167 CREATEFN(Opts.getDiagOpts(), PathConsumers, OutDir, PP, CTU, \ in DigestAnalyzerOptions() 181 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() argument 182 case NAME##Model: CreateConstraintMgr = CREATEFN; break; in DigestAnalyzerOptions()
|