/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnosticPrinter.cpp | 25 DiagnosticOptions *diags, in TextDiagnosticPrinter() argument 27 : OS(os), DiagOpts(diags), in TextDiagnosticPrinter()
|
H A D | CompilerInvocation.cpp | 3403 DiagnosticsEngine &diags) { in ParseAPINotesArgs() argument 3406 diags.Report(diag::err_drv_invalid_value) in ParseAPINotesArgs()
|
/freebsd/usr.bin/ofed/ |
H A D | Makefile | 6 infiniband-diags
|
/freebsd/contrib/diff/src/ |
H A D | analyze.c | 794 lin diags; in diff_2_files() local 885 diags = (cmp->file[0].nondiscarded_lines in diff_2_files() 887 fdiag = xmalloc (diags * (2 * sizeof *fdiag)); in diff_2_files() 888 bdiag = fdiag + diags; in diff_2_files() 895 for (; diags != 0; diags >>= 2) in diff_2_files()
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | Internals.h | 36 void reportDiagnostics(DiagnosticsEngine &diags) const; 46 ArrayRef<StoredDiagnostic> diags,
|
H A D | ARCMT.cpp | 102 CaptureDiagnosticConsumer(DiagnosticsEngine &diags, in CaptureDiagnosticConsumer() argument 105 : Diags(diags), DiagClient(client), CapturedDiags(capturedDiags), in CaptureDiagnosticConsumer()
|
/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 | 168 DiagnosticsEngine diags(diag_ids, diags_opts); in Highlight() local 169 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 | 1179 DiagnosticsEngine &diags, const LangOptions &LangOpts,
|
/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 | 338 DiagnosticsEngine &diags, in CodeGenModule() argument 341 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(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 | 266 DiagnosticsEngine diags(diag_ids, diags_opts); in TokenVerifier() local 267 clang::SourceManager SM(diags, file_mgr); in TokenVerifier()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 72 IntrusiveRefCntPtr<DiagnosticIDs> diags, in DiagnosticsEngine() argument 75 : Diags(std::move(diags)), DiagOpts(std::move(DiagOpts)) { in DiagnosticsEngine()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 84 DiagnosticsEngine &diags, const LangOptions &opts, in Preprocessor() argument 89 : PPOpts(std::move(PPOpts)), Diags(&diags), LangOpts(opts), in Preprocessor()
|
/freebsd/lib/clang/libclang/ |
H A D | Makefile | 1018 ${CLANG_TBLGEN} -gen-clang-diags-defs -clang-component=${hdr} \ 1033 ${CLANG_TBLGEN} -gen-clang-diags-index-name \
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2395 } diags; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7419 } diags; member
|