| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticOptions.def | 50 DIAGOPT(ShowLine, 1, 1) /// Show line number on diagnostics. 51 DIAGOPT(ShowColumn, 1, 1) /// Show column number on diagnostics. 55 DIAGOPT(ShowCarets, 1, 1) /// Show carets in diagnostics. 59 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics. 61 /// diagnostics. 66 ENUM_DIAGOPT(Format, TextDiagnosticFormat, 2, Clang) /// Format for diagnostics: 68 DIAGOPT(ShowColors, 1, 0) /// Show diagnostics with ANSI color sequences. 72 DIAGOPT(VerifyDiagnostics, 1, 0) /// Check that diagnostics match the expected 73 /// diagnostics, indicated by markers in the 76 DiagnosticLevelMask::None) /// Ignore unexpected diagnostics of [all …]
|
| H A D | Diagnostic.td | 9 // This file defines the TableGen core definitions for the diagnostics 41 // Textual substitutions which may be performed on the text of diagnostics 45 // 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 -----------===// 33 } // end of Refactoring diagnostics
|
| H A D | DiagnosticFrontendKinds.td | 1 //==--- DiagnosticFrontendKinds.td - frontend diagnostics -----------------===// 124 "unable to merge a subprocess's serialized diagnostics">, 127 "unable to open file %0 for serializing diagnostics (%1)">, 154 "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: " 157 "%select{expected|'expected-no-diagnostics'}0 directive cannot follow " 158 "%select{'expected-no-diagnostics' directive|other expected directives}0">; 160 "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-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | UtilityFunction.cpp | 86 DiagnosticManager diagnostics; in MakeFunctionCaller() local 89 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller() 93 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller() 98 diagnostics.Clear(); in MakeFunctionCaller() 101 if (!m_caller_up->WriteFunctionWrapper(exe_ctx, diagnostics)) { in MakeFunctionCaller() 104 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 100 DiagnosticManager diagnostics; in InferiorCallMmap() local 107 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap() 168 DiagnosticManager diagnostics; in InferiorCallMunmap() local 175 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanCallUserExpression.cpp | 83 DiagnosticManager diagnostics; in MischiefManaged() local 88 diagnostics, exe_ctx, m_result_var_sp, function_stack_bottom, in MischiefManaged()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointLocation.cpp | 250 DiagnosticManager diagnostics; in ConditionSaysStop() local 271 if (!m_user_expression_sp->Parse(diagnostics, exe_ctx, in ConditionSaysStop() 276 diagnostics.GetString().c_str()); in ConditionSaysStop() 298 diagnostics.Clear(); in ConditionSaysStop() 303 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp); in ConditionSaysStop() 334 diagnostics.GetString().c_str()); in ConditionSaysStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 642 DiagnosticManager diagnostics; in MakeLoadImageUtilityFunction() local 717 DiagnosticManager diagnostics; in DoLoadImage() local 874 diagnostics.Clear(); in DoLoadImage() 878 diagnostics)) { in DoLoadImage() 881 diagnostics.GetString().c_str()); in DoLoadImage() 919 exe_ctx, &func_args_addr, options, diagnostics, return_value); in DoLoadImage() 923 diagnostics.GetString().c_str()); in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 163 DiagnosticManager diagnostics; in GetObjectDescription() local 180 diagnostics); in GetObjectDescription() 183 exe_ctx, wrapper_struct_addr, arg_value_list, diagnostics); in GetObjectDescription() 195 exe_ctx, &wrapper_struct_addr, options, diagnostics, ret); in GetObjectDescription()
|
| H A D | AppleObjCRuntimeV2.cpp | 1792 DiagnosticManager diagnostics; in UpdateISAToDescriptorMap() local 1823 diagnostics.Clear(); in UpdateISAToDescriptorMap() 1844 diagnostics.Clear(); in UpdateISAToDescriptorMap() 1870 diagnostics.Dump(log); in UpdateISAToDescriptorMap() 1876 diagnostics.Dump(log); in UpdateISAToDescriptorMap() 2015 DiagnosticManager diagnostics; in UpdateISAToDescriptorMap() local 2051 diagnostics.Clear(); in UpdateISAToDescriptorMap() 2055 exe_ctx, m_args, arguments, diagnostics)) { in UpdateISAToDescriptorMap() 2072 diagnostics.Clear(); in UpdateISAToDescriptorMap() 2133 diagnostics.Dump(log); in UpdateISAToDescriptorMap() [all …]
|
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 54 DiagnosticManager diagnostics; in InitializeFunctionCaller() local 70 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
|
| H A D | AppleObjCTrampolineHandler.cpp | 854 DiagnosticManager diagnostics; in SetupDispatchFunction() local 856 exe_ctx, args_addr, dispatch_values, diagnostics)) { in SetupDispatchFunction() 859 diagnostics.Dump(log); in SetupDispatchFunction()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | Options.td | 35 def color_diagnostics: Flag<["--"], "color-diagnostics">, 36 HelpText<"Alias for --color-diagnostics=always">; 37 def no_color_diagnostics: Flag<["--"], "no-color-diagnostics">, 38 HelpText<"Alias for --color-diagnostics=never">; 39 def color_diagnostics_eq: Joined<["--"], "color-diagnostics=">, 40 HelpText<"Use colors in diagnostics (default: auto)">,
|
| /freebsd-13.1/contrib/lutok/m4/ |
| H A D | developer-mode.m4 | 35 dnl compilers available and their different warning diagnostics. 38 dnl gain a bunch of extra warning diagnostics. These will NOT be enforced
|
| /freebsd-13.1/contrib/kyua/m4/ |
| H A D | developer-mode.m4 | 35 dnl compilers available and their different warning diagnostics. 38 dnl gain a bunch of extra warning diagnostics. These will NOT be enforced
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | Kconfig | 54 data and writes diagnostics to the system log.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 67 "Emits minimal diagnostics to stderr, stating only the "
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 546 DiagnosticManager diagnostics; in GetExceptionObjectForThread() local 577 diagnostics, results); in GetExceptionObjectForThread()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Options.td | 125 defm color_diagnostics: B<"color-diagnostics", 126 "Alias for --color-diagnostics=always", 127 "Alias for --color-diagnostics=never">; 128 def color_diagnostics_eq: J<"color-diagnostics=">, 129 HelpText<"Use colors in diagnostics (default: auto)">, 500 def visual_studio_diagnostics_format : F<"vs-diagnostics">, 501 HelpText<"Format diagnostics for Visual Studio compatibility">;
|
| /freebsd-13.1/contrib/nvi/ |
| H A D | CMakeLists.txt | 26 check_c_compiler_flag(-fcolor-diagnostics USE_FCOLOR_DIAGNOSTICS) 28 add_compile_options(-fcolor-diagnostics)
|
| /freebsd-13.1/usr.bin/sed/tests/ |
| H A D | hanoi.sed | 45 # cleaning, diagnostics
|