Searched refs:diags (Results 1 - 22 of 22) sorted by relevance

/freebsd-current/usr.bin/ofed/
H A DMakefile7 infiniband-diags
/freebsd-current/usr.bin/ofed/infiniband-diags/
H A DMakefile.inc2 _spath= ${SRCTOP}/contrib/ofed/infiniband-diags
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DPlistReporter.cpp35 ArrayRef<StoredDiagnostic> diags,
46 I = diags.begin(), E = diags.end(); I != E; ++I) {
82 DI = diags.begin(), DE = diags.end(); DI != DE; ++DI) {
34 writeARCDiagsToPlist(const std::string &outPath, ArrayRef<StoredDiagnostic> diags, SourceManager &SM, const LangOptions &LangOpts) argument
H A DInternals.h36 void reportDiagnostics(DiagnosticsEngine &diags) const;
46 ArrayRef<StoredDiagnostic> diags,
H A DARCMT.cpp102 CaptureDiagnosticConsumer(DiagnosticsEngine &diags, argument
105 : Diags(diags), DiagClient(client), CapturedDiags(capturedDiags),
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticPrinter.h41 TextDiagnosticPrinter(raw_ostream &os, DiagnosticOptions *diags,
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp25 DiagnosticOptions *diags,
27 : OS(os), DiagOpts(diags),
24 TextDiagnosticPrinter(raw_ostream &os, DiagnosticOptions *diags, bool _OwnsOutputStream) argument
H A DLogDiagnosticPrinter.cpp21 raw_ostream &os, DiagnosticOptions *diags,
24 DiagOpts(diags) {}
20 LogDiagnosticPrinter( raw_ostream &os, DiagnosticOptions *diags, std::unique_ptr<raw_ostream> StreamOwner) argument
H A DCompilerInvocation.cpp3281 DiagnosticsEngine &diags) {
3284 diags.Report(diag::err_drv_invalid_value)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp168 DiagnosticsEngine diags(diag_ids, diags_opts);
169 clang::SourceManager SM(diags, file_mgr);
/freebsd-current/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h255 DiagnosticsEngine *diags = nullptr)
256 : SM(sm), Features(features), Target(target), Diags(diags),
H A DPreprocessor.h1159 DiagnosticsEngine &diags, const LangOptions &LangOpts,
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp78 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, argument
84 : Diags(diags), Ctx(nullptr), FS(std::move(FS)), HeaderSearchOpts(HSO),
H A DCodeGenModule.cpp334 DiagnosticsEngine &diags,
337 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags),
329 CodeGenModule(ASTContext &C, IntrusiveRefCntPtr<llvm::vfs::FileSystem> FS, const HeaderSearchOptions &HSO, const PreprocessorOptions &PPO, const CodeGenOptions &CGO, llvm::Module &M, DiagnosticsEngine &diags, CoverageSourceInfo *CoverageInfo) argument
/freebsd-current/contrib/diff/src/
H A Danalyze.c799 lin diags;
890 diags = (cmp->file[0].nondiscarded_lines
892 fdiag = xmalloc (diags * (2 * sizeof *fdiag));
893 bdiag = fdiag + diags;
900 for (; diags != 0; diags >>= 2)
794 lin diags; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp266 DiagnosticsEngine diags(diag_ids, diags_opts);
267 clang::SourceManager SM(diags, file_mgr);
/freebsd-current/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h261 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp72 IntrusiveRefCntPtr<DiagnosticIDs> diags,
75 : Diags(std::move(diags)), DiagOpts(std::move(DiagOpts)) {
71 DiagnosticsEngine( IntrusiveRefCntPtr<DiagnosticIDs> diags, IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, DiagnosticConsumer *client, bool ShouldOwnClient) argument
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp80 DiagnosticsEngine &diags, const LangOptions &opts,
85 : PPOpts(std::move(PPOpts)), Diags(&diags), LangOpts(opts),
79 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, DiagnosticsEngine &diags, const LangOptions &opts, SourceManager &SM, HeaderSearch &Headers, ModuleLoader &TheModuleLoader, IdentifierInfoLookup *IILookup, bool OwnsHeaders, TranslationUnitKind TUKind) argument
/freebsd-current/lib/clang/libclang/
H A DMakefile981 ${CLANG_TBLGEN} -gen-clang-diags-defs -clang-component=${hdr} \
996 ${CLANG_TBLGEN} -gen-clang-diags-index-name \
/freebsd-current/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2395 } diags; member in union:fw_port_cmd::fw_port
/freebsd-current/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h7419 } diags; member in union:fw_port_cmd::fw_port

Completed in 507 milliseconds