Home
last modified time | relevance | path

Searched refs:diagnostics (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def50 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 DDiagnostic.td9 // 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.
166 // the compatibility ids in the same place as the other diagnostics (which means
H A DDiagnosticRefactoringKinds.td1 //==--- DiagnosticRefactoringKinds.td - refactoring diagnostics -----------===//
33 } // end of Refactoring diagnostics
H A DDiagnosticCrossTUKinds.td1 //==--- DiagnosticCrossTUKinds.td - Cross Translation Unit diagnostics ----===//
H A DDiagnosticFrontendKinds.td1 //==--- DiagnosticFrontendKinds.td - frontend diagnostics -----------------===//
148 "unable to merge a subprocess's serialized diagnostics">,
151 "unable to open file %0 for serializing diagnostics (%1)">,
178 "%select{|'%1-%2' }0diagnostics %select{with '%2' severity |}0"
184 "no expected directives found: consider use of '%0-no-diagnostics'">;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp90 DiagnosticManager diagnostics; in MakeFunctionCaller() local
93 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
95 error = Status::FromError(diagnostics.GetAsError( in MakeFunctionCaller()
103 diagnostics.Clear(); in MakeFunctionCaller()
106 if (!m_caller_up->WriteFunctionWrapper(exe_ctx, diagnostics)) { in MakeFunctionCaller()
107 error = Status::FromError(diagnostics.GetAsError( in MakeFunctionCaller()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_LIB_CTX_set_conf_diagnostics.pod6 - Set and get configuration diagnostics
18 diagnostics flag. If I<value> is nonzero subsequent parsing and application
22 diagnostics flag can be also set when a configuration file is being loaded
29 configuration diagnostics flag.
33 OSSL_LIB_CTX_get_conf_diagnostics() returns 0 if the configuration diagnostics
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp98 DiagnosticManager diagnostics; in InferiorCallMmap() local
105 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMmap()
162 DiagnosticManager diagnostics; in InferiorCallMunmap() local
169 exe_ctx, call_plan_sp, options, diagnostics); in InferiorCallMunmap()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp83 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 DBreakpointLocation.cpp230 DiagnosticManager diagnostics; in ConditionSaysStop() local
255 if (!m_user_expression_sp->Parse(diagnostics, exe_ctx, in ConditionSaysStop()
259 diagnostics.GetAsError(lldb::eExpressionParseError, in ConditionSaysStop()
283 diagnostics.Clear(); in ConditionSaysStop()
288 diagnostics, exe_ctx, options, m_user_expression_sp, result_variable_sp); in ConditionSaysStop()
319 error = Status::FromError(diagnostics.GetAsError( in ConditionSaysStop()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp621 DiagnosticManager diagnostics; in MakeLoadImageUtilityFunction() local
699 DiagnosticManager diagnostics; in DoLoadImage() local
860 diagnostics.Clear(); in DoLoadImage()
864 diagnostics)) { in DoLoadImage()
865 error = Status::FromError(diagnostics.GetAsError( in DoLoadImage()
906 exe_ctx, &func_args_addr, options, diagnostics, return_value); in DoLoadImage()
908 error = Status::FromError(diagnostics.GetAsError( in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp169 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 DAppleObjCRuntimeV2.cpp2068 DiagnosticManager diagnostics; in UpdateISAToDescriptorMap() local
2135 diagnostics.Clear(); in UpdateISAToDescriptorMap()
2139 exe_ctx, GetClassInfoArgs(helper), arguments, diagnostics)) { in UpdateISAToDescriptorMap()
2156 diagnostics.Clear(); in UpdateISAToDescriptorMap()
2160 exe_ctx, &GetClassInfoArgs(helper), options, diagnostics, return_value); in UpdateISAToDescriptorMap()
2182 diagnostics.Dump(log); in UpdateISAToDescriptorMap()
2188 diagnostics.Dump(log); in UpdateISAToDescriptorMap()
2337 DiagnosticManager diagnostics; in UpdateISAToDescriptorMap() local
2373 diagnostics.Clear(); in UpdateISAToDescriptorMap()
2377 exe_ctx, m_args, arguments, diagnostics)) { in UpdateISAToDescriptorMap()
[all …]
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp58 DiagnosticManager diagnostics; in InitializeFunctionCaller() local
74 exc_ctx, m_args_addr, options, diagnostics); in InitializeFunctionCaller()
H A DAppleObjCTrampolineHandler.cpp760 DiagnosticManager diagnostics; in SetupDispatchFunction() local
762 exe_ctx, args_addr, dispatch_values, diagnostics)) { in SetupDispatchFunction()
765 diagnostics.Dump(log); in SetupDispatchFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h96 llvm::ArrayRef<StoredDiagnostic> diagnostics() { return Diagnostics; } in diagnostics() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td35 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 Dconf_mod.c195 int ret = 0, diagnostics = OSSL_LIB_CTX_get_conf_diagnostics(libctx); in CONF_modules_load_file_ex() local
225 diagnostics = OSSL_LIB_CTX_get_conf_diagnostics(libctx); in CONF_modules_load_file_ex()
232 if ((flags & CONF_MFLAGS_IGNORE_RETURN_CODES) != 0 && !diagnostics) in CONF_modules_load_file_ex()
/freebsd/contrib/lutok/m4/
H A Ddeveloper-mode.m435 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 Ddeveloper-mode.m435 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 DKconfig67 data and writes diagnostics to the system log.
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def60 "Emits minimal diagnostics to stderr, stating only the "
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td164 def color_diagnostics: JJ<"color-diagnostics=">,
165 HelpText<"Use colors in diagnostics (default: auto)">,
167 def : Flag<["--"], "color-diagnostics">, Alias<color_diagnostics>, AliasArgs<["always"]>,
168 HelpText<"Alias for --color-diagnostics=always">;
169 def : Flag<["--"], "no-color-diagnostics">, Alias<color_diagnostics>, AliasArgs<["never"]>,
170 HelpText<"Alias for --color-diagnostics=never">;
592 def visual_studio_diagnostics_format : FF<"vs-diagnostics">,
593 HelpText<"Format diagnostics for Visual Studio compatibility">;
/freebsd/contrib/nvi/
H A DCMakeLists.txt26 check_c_compiler_flag(-fcolor-diagnostics USE_FCOLOR_DIAGNOSTICS)
28 add_compile_options(-fcolor-diagnostics)
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp617 DiagnosticManager diagnostics; in GetExceptionObjectForThread() local
648 diagnostics, results); in GetExceptionObjectForThread()

1234