/freebsd/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 -----------------===// 150 "unable to merge a subprocess's serialized diagnostics">, 153 "unable to open file %0 for serializing diagnostics (%1)">, 180 "'%0' diagnostics %select{expected|seen}1 but not %select{seen|expected}1: " 183 "%select{expected|'%0-no-diagnostics'}1 directive cannot follow " 184 "%select{'%0-no-diagnostics' directive|other expected directives}1">; 186 "no expected directives found: consider use of '%0-no-diagnostics'">;
|
H A D | DiagnosticCrossTUKinds.td | 1 //==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | UtilityFunction.cpp | 90 DiagnosticManager diagnostics; in MakeFunctionCaller() local 93 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller() 97 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller() 102 diagnostics.Clear(); in MakeFunctionCaller() 105 if (!m_caller_up->WriteFunctionWrapper(exe_ctx, diagnostics)) { in MakeFunctionCaller() 108 m_function_name.c_str(), diagnostics.GetString().c_str()); in MakeFunctionCaller()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | InferiorCallPOSIX.cpp | 103 DiagnosticManager diagnostics; in InferiorCallMmap() 110 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap() 172 DiagnosticManager diagnostics; in InferiorCallMunmap() 179 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap() 104 DiagnosticManager diagnostics; InferiorCallMmap() local 173 DiagnosticManager diagnostics; InferiorCallMunmap() local
|
/freebsd/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/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 242 DiagnosticManager diagnostics; in ConditionSaysStop() local 264 if (!m_user_expression_sp->Parse(diagnostics, exe_ctx, in ConditionSaysStop() 269 diagnostics.GetString().c_str()); in ConditionSaysStop() 291 diagnostics.Clear(); in ConditionSaysStop() 296 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp); in ConditionSaysStop() 327 diagnostics.GetString().c_str()); in ConditionSaysStop()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.cpp | 613 DiagnosticManager diagnostics; in MakeLoadImageUtilityFunction() local 689 DiagnosticManager diagnostics; in DoLoadImage() local 849 diagnostics.Clear(); in DoLoadImage() 853 diagnostics)) { in DoLoadImage() 856 diagnostics.GetString().c_str()); in DoLoadImage() 894 exe_ctx, &func_args_addr, options, diagnostics, return_value); in DoLoadImage() 898 diagnostics.GetString().c_str()); in DoLoadImage()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 169 DiagnosticManager diagnostics; in GetObjectDescription() local 187 diagnostics); in GetObjectDescription() 190 exe_ctx, wrapper_struct_addr, arg_value_list, diagnostics); in GetObjectDescription() 202 exe_ctx, &wrapper_struct_addr, options, diagnostics, ret); in GetObjectDescription()
|
H A D | AppleObjCRuntimeV2.cpp | 2052 DiagnosticManager diagnostics; in UpdateISAToDescriptorMap() local 2119 diagnostics.Clear(); in UpdateISAToDescriptorMap() 2123 exe_ctx, GetClassInfoArgs(helper), arguments, diagnostics)) { in UpdateISAToDescriptorMap() 2140 diagnostics.Clear(); in UpdateISAToDescriptorMap() 2144 exe_ctx, &GetClassInfoArgs(helper), options, diagnostics, return_value); in UpdateISAToDescriptorMap() 2166 diagnostics.Dump(log); in UpdateISAToDescriptorMap() 2172 diagnostics.Dump(log); in UpdateISAToDescriptorMap() 2321 DiagnosticManager diagnostics; in UpdateISAToDescriptorMap() local 2357 diagnostics.Clear(); in UpdateISAToDescriptorMap() 2361 exe_ctx, m_args, arguments, diagnostics)) { in UpdateISAToDescriptorMap() [all …]
|
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 58 DiagnosticManager diagnostics; in InitializeFunctionCaller() local 74 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
|
H A D | AppleObjCTrampolineHandler.cpp | 760 DiagnosticManager diagnostics; in SetupDispatchFunction() 762 exe_ctx, args_addr, dispatch_values, diagnostics)) { in SetupDispatchFunction() 765 diagnostics.Dump(log); in SetupDispatchFunction() 761 DiagnosticManager diagnostics; SetupDispatchFunction() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Testing/ |
H A D | TestAST.h | 96 llvm::ArrayRef<StoredDiagnostic> diagnostics() { return Diagnostics; } in diagnostics() function
|
/freebsd/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/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 185 int ret = 0, diagnostics = 0; in CONF_modules_load_file_ex() local 215 diagnostics = conf_diagnostics(conf); in CONF_modules_load_file_ex() 222 if ((flags & CONF_MFLAGS_IGNORE_RETURN_CODES) != 0 && !diagnostics) in CONF_modules_load_file_ex()
|
/freebsd/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/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/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | Kconfig | 67 data and writes diagnostics to the system log.
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Analyses.def | 60 "Emits minimal diagnostics to stderr, stating only the "
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 147 def color_diagnostics: JJ<"color-diagnostics=">, 148 HelpText<"Use colors in diagnostics (default: auto)">, 150 def : Flag<["--"], "color-diagnostics">, Alias<color_diagnostics>, AliasArgs<["always"]>, 151 HelpText<"Alias for --color-diagnostics=always">; 152 def : Flag<["--"], "no-color-diagnostics">, Alias<color_diagnostics>, AliasArgs<["never"]>, 153 HelpText<"Alias for --color-diagnostics=never">; 562 def visual_studio_diagnostics_format : FF<"vs-diagnostics">, 563 HelpText<"Format diagnostics for Visual Studio compatibility">;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 621 DiagnosticManager diagnostics; in GetExceptionObjectForThread() local 652 diagnostics, results); in GetExceptionObjectForThread()
|
/freebsd/contrib/nvi/ |
H A D | CMakeLists.txt | 26 check_c_compiler_flag(-fcolor-diagnostics USE_FCOLOR_DIAGNOSTICS) 28 add_compile_options(-fcolor-diagnostics)
|
/freebsd/usr.bin/sed/tests/ |
H A D | hanoi.sed | 40 # cleaning, diagnostics
|