| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenerator.cpp | 30 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 D | CIRGenModule.h | 62 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 D | CIRGenModule.cpp | 62 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 D | StackExhaustionHandler.h | 23 StackExhaustionHandler(DiagnosticsEngine &diags) : DiagsRef(diags) {} in StackExhaustionHandler() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/ |
| H A D | CIRGenerator.h | 39 clang::DiagnosticsEngine &diags; variable 73 CIRGenerator(clang::DiagnosticsEngine &diags,
|
| /freebsd/usr.bin/ofed/ |
| H A D | Makefile | 6 infiniband-diags
|
| /freebsd/usr.bin/ofed/infiniband-diags/ |
| H A D | Makefile.inc | 1 _spath= ${SRCTOP}/contrib/ofed/infiniband-diags
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 167 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 D | LiteralSupport.h | 254 DiagnosticsEngine *diags = nullptr) 255 : SM(sm), Features(features), Target(target), Diags(diags), in SM()
|
| H A D | Preprocessor.h | 1191 Preprocessor(const PreprocessorOptions &PPOpts, DiagnosticsEngine &diags,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 78 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() argument 84 : Diags(diags), Ctx(nullptr), FS(std::move(FS)), HeaderSearchOpts(HSO), in CodeGeneratorImpl()
|
| H A D | CodeGenModule.cpp | 405 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 D | test.data | 143 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 D | RAIIObjectsForParser.h | 261 ExtensionRAIIObject(DiagnosticsEngine &diags) : Diags(diags) { in ExtensionRAIIObject() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 265 DiagnosticsEngine diags(diag_ids, diags_opts); in TokenVerifier() local 266 clang::SourceManager SM(diags, file_mgr); in TokenVerifier()
|
| H A D | ClangExpressionParser.cpp | 186 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 D | Makefile | 1101 ${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 D | Diagnostic.cpp | 77 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 D | Preprocessor.cpp | 82 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 D | CommandInterpreter.cpp | 3303 std::string diags = in IOHandlerInputComplete() local 3305 PrintCommandOutput(io_handler, diags, true); in IOHandlerInputComplete()
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | t4fw_api.h | 2395 } diags; member
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3568 DiagnosticsEngine &diags) { in ParseAPINotesArgs() argument 3571 diags.Report(diag::err_drv_invalid_value) in ParseAPINotesArgs()
|
| /freebsd/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 8662 } diags; member
|