| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 89 DiagnosticManager diagnostics; in MakeFunctionCaller() local 92 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller() 96 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller() 101 diagnostics.Clear(); in MakeFunctionCaller() 104 if (!m_caller_up->WriteFunctionWrapper(exe_ctx, diagnostics)) { in MakeFunctionCaller() 107 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics. 54 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics. 58 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics. 60 /// diagnostics. 65 ENUM_DIAGOPT(Format, TextDiagnosticFormat, 2, Clang) /// Format for diagnostics: 67 DIAGOPT(ShowColors, 1, 0) /// Show diagnostics with ANSI color sequences. 70 DIAGOPT(VerifyDiagnostics, 1, 0) /// Check that diagnostics match the expected 71 /// diagnostics, indicated by markers in the 74 DiagnosticLevelMask::None) /// Ignore unexpected diagnostics of 94 /// Column limit for formatting message diagnostics, or 0 if unused.
|
| H A D | Diagnostic.td | 10 // This file defines the TableGen core definitions for the diagnostics 42 // Textual substitutions which may be performed on the text of diagnostics 46 // diagnostics 52 // diagnostics to specify a category. 77 // All diagnostics emitted by the compiler are an indirect subclass of this.
|
| H A D | DiagnosticRefactoringKinds.td | 1 //==--- DiagnosticRefactoringKinds.td - refactoring diagnostics -----------===// 34 } // end of Refactoring diagnostics
|
| H A D | DiagnosticFrontendKinds.td | 1 //==--- DiagnosticFrontendKinds.td - frontend diagnostics -----------------===// 113 "unable to merge a subprocess's serialized diagnostics">, 116 "unable to open file %0 for serializing diagnostics (%1)">, 134 "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: " 137 "%select{expected|'expected-no-diagnostics'}0 directive cannot follow " 138 "%select{'expected-no-diagnostics' directive|other expected directives}0">; 140 "no expected directives found: consider use of 'expected-no-diagnostics'">;
|
| H A D | DiagnosticAnalysisKinds.td | 1 //==--- DiagnosticAnalysisKinds.td - libanalysis diagnostics --------------===//
|
| H A D | DiagnosticCrossTUKinds.td | 1 //==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
|
| H A D | DiagnosticCommentKinds.td | 1 //==--- DiagnosticCommentKinds.td - diagnostics related to comments -------===//
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 95 DiagnosticManager diagnostics; in InferiorCallMmap() local 102 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap() 163 DiagnosticManager diagnostics; in InferiorCallMunmap() local 170 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap() 212 DiagnosticManager diagnostics; in InferiorCall() local 219 process->RunThreadPlan(exe_ctx, call_plan_sp, options, diagnostics); in InferiorCall()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 1325 diagnostics.Clear(); in UpdateISAToDescriptorMapDynamic() 1373 diagnostics.Clear(); in UpdateISAToDescriptorMapDynamic() 1404 diagnostics.Clear(); in UpdateISAToDescriptorMapDynamic() 1424 diagnostics.Clear(); in UpdateISAToDescriptorMapDynamic() 1457 diagnostics.Dump(log); in UpdateISAToDescriptorMapDynamic() 1581 diagnostics.Clear(); in UpdateISAToDescriptorMapSharedCache() 1624 diagnostics.Clear(); in UpdateISAToDescriptorMapSharedCache() 1654 diagnostics.Clear(); in UpdateISAToDescriptorMapSharedCache() 1659 diagnostics)) { in UpdateISAToDescriptorMapSharedCache() 1675 diagnostics.Clear(); in UpdateISAToDescriptorMapSharedCache() [all …]
|
| H A D | AppleObjCTrampolineHandler.cpp | 761 DiagnosticManager diagnostics; in SetupDispatchFunction() local 788 if (!m_impl_code->Install(diagnostics, exe_ctx)) { in SetupDispatchFunction() 791 diagnostics.Dump(log); in SetupDispatchFunction() 823 diagnostics.Clear(); in SetupDispatchFunction() 832 exe_ctx, args_addr, dispatch_values, diagnostics)) { in SetupDispatchFunction() 835 diagnostics.Dump(log); in SetupDispatchFunction()
|
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 59 DiagnosticManager diagnostics; in InitializeFunctionCaller() local 75 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
|
| H A D | AppleObjCRuntime.cpp | 147 DiagnosticManager diagnostics; in GetObjectDescription() local 164 diagnostics); in GetObjectDescription() 167 exe_ctx, wrapper_struct_addr, arg_value_list, diagnostics); in GetObjectDescription() 179 exe_ctx, &wrapper_struct_addr, options, diagnostics, ret); in GetObjectDescription()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 246 DiagnosticManager diagnostics; in ConditionSaysStop() local 268 if (!m_user_expression_sp->Parse(diagnostics, exe_ctx, in ConditionSaysStop() 273 diagnostics.GetString().c_str()); in ConditionSaysStop() 295 diagnostics.Clear(); in ConditionSaysStop() 300 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp); in ConditionSaysStop() 331 diagnostics.GetString().c_str()); in ConditionSaysStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanCallUserExpression.cpp | 87 DiagnosticManager diagnostics; in MischiefManaged() local 92 diagnostics, exe_ctx, m_result_var_sp, function_stack_bottom, in MischiefManaged()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Options.td | 23 def color_diagnostics: Flag<["--"], "color-diagnostics">, 24 HelpText<"Use colors in diagnostics">; 25 def color_diagnostics_eq: Joined<["--"], "color-diagnostics=">, 26 HelpText<"Use colors in diagnostics; one of 'always', 'never', 'auto'">; 55 def no_color_diagnostics: F<"no-color-diagnostics">, 56 HelpText<"Do not use colors in diagnostics">;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 991 DiagnosticManager diagnostics; in MakeLoadImageUtilityFunction() local 1003 if (!dlopen_utility_func_up->Install(diagnostics, exe_ctx)) { in MakeLoadImageUtilityFunction() 1006 diagnostics.GetString().c_str()); in MakeLoadImageUtilityFunction() 1068 DiagnosticManager diagnostics; in DoLoadImage() local 1219 diagnostics.Clear(); in DoLoadImage() 1223 diagnostics)) { in DoLoadImage() 1226 diagnostics.GetString().c_str()); in DoLoadImage() 1258 exe_ctx, &func_args_addr, options, diagnostics, return_value); in DoLoadImage() 1262 diagnostics.GetString().c_str()); in DoLoadImage()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/ |
| H A D | CLCompatOptions.td | 68 def _SLASH_diagnostics_caret : CLFlag<"diagnostics:caret">, 69 HelpText<"Enable caret and column diagnostics (on by default)">; 70 def _SLASH_diagnostics_column : CLFlag<"diagnostics:column">, 71 HelpText<"Disable caret diagnostics but keep column info">; 72 def _SLASH_diagnostics_classic : CLFlag<"diagnostics:classic">, 73 HelpText<"Disable column and caret diagnostics">;
|
| /freebsd-12.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | Kconfig | 54 data and writes diagnostics to the system log.
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Options.td | 88 def color_diagnostics: F<"color-diagnostics">, 89 HelpText<"Alias for --color-diagnostics=always">; 91 def color_diagnostics_eq: J<"color-diagnostics=">, 92 HelpText<"Use colors in diagnostics">, 224 def no_color_diagnostics: F<"no-color-diagnostics">, 225 HelpText<"Do not use colors in diagnostics">;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 565 DiagnosticManager diagnostics; in GetExceptionObjectForThread() local 593 diagnostics, results); in GetExceptionObjectForThread()
|
| /freebsd-12.1/contrib/llvm/tools/clang/ |
| H A D | FREEBSD-Xlist | 114 utils/find-unused-diagnostics.sh
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | standards.texi | 62 all the diagnostics required by the standard, you should also specify 77 @option{-pedantic} to receive all required diagnostics).
|
| H A D | cppopts.texi | 181 Issue all the mandatory diagnostics listed in the C standard. Some of 187 Issue all the mandatory diagnostics, and make all mandatory diagnostics 188 into errors. This includes mandatory diagnostics that GCC issues 607 Do not print column numbers in diagnostics. This may be necessary if 608 diagnostics are being scanned by a program that does not understand the
|
| /freebsd-12.1/usr.bin/sed/tests/ |
| H A D | hanoi.sed | 45 # cleaning, diagnostics
|