Home
last modified time | relevance | path

Searched refs:diags (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp30 CIRGenerator::CIRGenerator(clang::DiagnosticsEngine &diags, in CIRGenerator() argument
33 : diags(diags), fs(std::move(vfs)), codeGenOpts{cgo}, in CIRGenerator()
37 assert(deferredInlineMemberFuncDefs.empty() || diags.hasErrorOccurred()); in ~CIRGenerator()
63 *mlirContext.get(), astContext, codeGenOpts, diags); in Initialize()
75 if (diags.hasUnrecoverableErrorOccurred()) in HandleTopLevelDecl()
88 if (!diags.hasErrorOccurred() && cgm) in HandleTranslationUnit()
97 if (diags.hasErrorOccurred()) in HandleInlineFunctionDefinition()
137 if (diags.hasErrorOccurred()) in HandleTagDeclDefinition()
156 if (diags.hasErrorOccurred()) in CompleteTentativeDefinition()
H A DCIRGenModule.h62 clang::DiagnosticsEngine &diags);
81 clang::DiagnosticsEngine &diags; variable
374 diags.getCustomDiagID(DiagnosticsEngine::Error, in errorNYI()
376 return diags.Report(loc, diagID) << feature << name; in errorNYI()
381 unsigned diagID = diags.getCustomDiagID( in errorNYI()
383 return diags.Report(diagID) << feature; in errorNYI()
388 unsigned diagID = diags.getCustomDiagID( in errorNYI()
390 return diags.Report(diagID) << feature; in errorNYI()
H A DCIRGenModule.cpp62 DiagnosticsEngine &diags) in CIRGenModule() argument
66 diags(diags), target(astContext.getTargetInfo()),
1964 unsigned diagID = diags.getCustomDiagID( in errorNYI()
1966 return diags.Report(loc, diagID) << feature; in errorNYI()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStackExhaustionHandler.h23 StackExhaustionHandler(DiagnosticsEngine &diags) : DiagsRef(diags) {} in StackExhaustionHandler() argument
/freebsd/contrib/llvm-project/clang/include/clang/CIR/
H A DCIRGenerator.h39 clang::DiagnosticsEngine &diags; variable
73 CIRGenerator(clang::DiagnosticsEngine &diags,
/freebsd/usr.bin/ofed/
H A DMakefile6 infiniband-diags
/freebsd/usr.bin/ofed/infiniband-diags/
H A DMakefile.inc1 _spath= ${SRCTOP}/contrib/ofed/infiniband-diags
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp167 DiagnosticsEngine diags(diag_ids, diags_opts); in Highlight() local
168 clang::SourceManager SM(diags, file_mgr); in Highlight()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h254 DiagnosticsEngine *diags = nullptr)
255 : SM(sm), Features(features), Target(target), Diags(diags), in SM()
H A DPreprocessor.h1191 Preprocessor(const PreprocessorOptions &PPOpts, DiagnosticsEngine &diags,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp78 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() argument
84 : Diags(diags), Ctx(nullptr), FS(std::move(FS)), HeaderSearchOpts(HSO), in CodeGeneratorImpl()
H A DCodeGenModule.cpp405 DiagnosticsEngine &diags, in CodeGenModule() argument
408 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
410 VMContext(M.getContext()), VTables(*this), StackHandler(diags), in CodeGenModule()
/freebsd/contrib/one-true-awk/testdir/
H A Dtest.data143 4diag:*:0:996:Hardware Diagnostics:/usr/diags:/bin/csh
173 4d iag * 0 996 Hardware Diagnostics /usr/diags /bin/csh
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h261 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp265 DiagnosticsEngine diags(diag_ids, diags_opts); in TokenVerifier() local
266 clang::SourceManager SM(diags, file_mgr); in TokenVerifier()
H A DClangExpressionParser.cpp186 auto &diags = m_manager->Diagnostics(); in MaybeGetLastClangDiag() local
187 for (auto it = diags.rbegin(); it != diags.rend(); it++) { in MaybeGetLastClangDiag()
/freebsd/lib/clang/libclang/
H A DMakefile1101 ${CLANG_TBLGEN} -gen-clang-diags-compat-ids -clang-component=${hdr} \
1108 ${CLANG_TBLGEN} -gen-clang-diags-enums -clang-component=${hdr} \
1115 ${CLANG_TBLGEN} -gen-clang-diags-defs -clang-component=${hdr} \
1122 ${CLANG_TBLGEN} -gen-clang-diags-iface -clang-component=${hdr} \
1130 ${CLANG_TBLGEN} -gen-clang-diags-compat-ids \
1144 ${CLANG_TBLGEN} -gen-clang-diags-index-name \
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp77 DiagnosticsEngine::DiagnosticsEngine(IntrusiveRefCntPtr<DiagnosticIDs> diags, in DiagnosticsEngine() argument
81 : Diags(std::move(diags)), DiagOpts(DiagOpts) { in DiagnosticsEngine()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp82 DiagnosticsEngine &diags, const LangOptions &opts, in Preprocessor() argument
87 : PPOpts(PPOpts), Diags(&diags), LangOpts(opts), in Preprocessor()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3303 std::string diags = in IOHandlerInputComplete() local
3305 PrintCommandOutput(io_handler, diags, true); in IOHandlerInputComplete()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2395 } diags; member
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3568 DiagnosticsEngine &diags) { in ParseAPINotesArgs() argument
3571 diags.Report(diag::err_drv_invalid_value) in ParseAPINotesArgs()
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8662 } diags; member