Searched refs:plugins (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp42 ClangCheckerRegistry(ArrayRef<std::string> plugins,
48 ClangCheckerRegistry::ClangCheckerRegistry(ArrayRef<std::string> plugins, argument
52 for (ArrayRef<std::string>::iterator i = plugins.begin(), e = plugins.end();
105 ArrayRef<std::string> plugins,
116 ClangCheckerRegistry allCheckers(plugins, &diags);
129 void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) { argument
133 ClangCheckerRegistry(plugins).printHelp(out);
103 createCheckerManager(AnalyzerOptions &opts, const LangOptions &langOpts, ArrayRef<std::string> plugins, DiagnosticsEngine &diags) argument
H A DAnalysisConsumer.h37 ArrayRef<std::string> plugins);
H A DAnalysisConsumer.cpp207 ArrayRef<std::string> plugins)
209 Ctx(0), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins) {
705 ArrayRef<std::string> plugins) {
709 return new AnalysisConsumer(pp, outDir, opts, plugins);
204 AnalysisConsumer(const Preprocessor& pp, const std::string& outdir, AnalyzerOptionsRef opts, ArrayRef<std::string> plugins) argument
702 CreateAnalysisConsumer(const Preprocessor& pp, const std::string& outDir, AnalyzerOptionsRef opts, ArrayRef<std::string> plugins) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistration.h26 ArrayRef<std::string> plugins,
H A DFrontendActions.h29 void printCheckerHelp(raw_ostream &OS, ArrayRef<std::string> plugins);
/freebsd-10.2-release/sys/modules/wtap/
H A DMakefile14 .PATH: ${.CURDIR}/../../dev/wtap/plugins
/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c184 } plugins[] = { variable in typeref:struct:pmc_plugins
843 if (plugins[args.pa_pplugin].pl_initimage != NULL)
844 plugins[args.pa_pplugin].pl_initimage(pi);
845 if (plugins[args.pa_plugin].pl_initimage != NULL)
846 plugins[args.pa_plugin].pl_initimage(pi);
1058 * plugins hook.
1072 if (plugins[args.pa_pplugin].pl_newpmc != NULL)
1073 plugins[args.pa_pplugin].pl_newpmc(ps, pr);
1074 if (plugins[args.pa_plugin].pl_newpmc != NULL)
1075 plugins[arg
[all...]
/freebsd-10.2-release/tools/tools/wtap/vis_map/
H A Dvis_map.c39 #include <plugins/visibility_ioctl.h>
/freebsd-10.2-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb27 :plugins => [],
181 output.puts('#include "CException.h"') if @options[:plugins].include?(:cexception)
265 cexception = @options[:plugins].include? :cexception
362 options[:plugins] = [:cexception]; true

Completed in 333 milliseconds