| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticCommentKinds.td | 16 def warn_doc_html_start_tag_expected_quoted_string : Warning< 20 def warn_doc_html_start_tag_expected_ident_or_greater : Warning< 29 def warn_doc_html_end_forbidden : Warning< 33 def warn_doc_html_end_unbalanced : Warning< 37 def warn_doc_html_start_end_mismatch : Warning< 46 def warn_doc_block_command_empty_paragraph : Warning< 50 def warn_doc_block_command_duplicate : Warning< 62 def warn_doc_param_invalid_direction : Warning< 67 def warn_doc_param_spaces_in_direction : Warning< 71 def warn_doc_param_not_attached_to_a_function_decl : Warning< [all …]
|
| D | DiagnosticLexKinds.td | 16 def null_in_string : Warning<"null character(s) preserved in string literal">, 18 def null_in_char : Warning<"null character(s) preserved in character literal">, 20 def null_in_file : Warning<"null character ignored">, InGroup<NullCharacter>; 21 def warn_nested_block_comment : Warning<"'/*' within block comment">, 23 def escaped_newline_block_comment_end : Warning< 26 def backslash_newline_space : Warning< 31 def warn_cxx98_compat_less_colon_colon : Warning< 36 def trigraph_ignored : Warning<"trigraph ignored">, InGroup<Trigraphs>; 37 def trigraph_ignored_block_comment : Warning< 39 def trigraph_ends_block_comment : Warning<"trigraph ends block comment">, [all …]
|
| D | DiagnosticDriverKinds.td | 117 def warn_O4_is_O3 : Warning<"-O4 is equivalent to -O3">, InGroup<Deprecated>; 118 def warn_drv_optimization_value : Warning<"optimization level '%0' is unsupported; using '%1%2' ins… 120 def warn_c_kext : Warning< 122 def warn_drv_input_file_unused : Warning< 125 def warn_drv_input_file_unused_by_cpp : Warning< 128 def warn_drv_preprocessed_input_file_unused : Warning< 131 def warn_drv_unused_argument : Warning< 134 def warn_drv_empty_joined_argument : Warning< 137 def warn_drv_unused_sanitizer : Warning<"'%0' is ignored in absence of '%1'">, 139 def warn_drv_clang_unsupported : Warning< [all …]
|
| D | DiagnosticSemaKinds.td | 18 def warn_variables_not_in_loop_body : Warning< 22 def warn_redundant_loop_iteration : Warning< 28 def warn_duplicate_enum_values : Warning< 65 def ext_predef_outside_function : Warning< 68 def warn_float_overflow : Warning< 71 def warn_float_underflow : Warning< 74 def warn_double_const_requires_fp64 : Warning< 80 def warn_vla_used : Warning<"variable length array used">, 125 def warn_subobject_initializer_overrides : Warning< 128 def warn_initializer_overrides : Warning< [all …]
|
| D | DiagnosticParseKinds.td | 16 def w_asm_qualifier_ignored : Warning<"ignored %0 qualifier on asm">, 18 def warn_file_asm_volatile : Warning< 35 def warn_cxx98_compat_top_level_semi : Warning< 48 def warn_extra_semi_after_mem_fn_def : Warning< 54 def warn_duplicate_declspec : Warning<"duplicate '%0' declaration specifier">, 85 def warn_cxx98_compat_enumerator_list_comma : Warning< 98 def warn_cxx98_compat_enum_fixed_underlying_type : Warning< 101 def warn_cxx98_compat_alignof : Warning< 107 def warn_microsoft_dependent_exists : Warning< 178 def warn_attribute_on_function_definition : Warning< [all …]
|
| D | DiagnosticFrontendKinds.td | 53 def warn_fe_macro_contains_embedded_newline : Warning< 55 def warn_fe_cc_print_header_failure : Warning< 57 def warn_fe_cc_log_diagnostics_failure : Warning< 64 def warn_fe_serialized_diag_failure : Warning< 103 def warn_unknown_warning_option : Warning< 106 def warn_unknown_negative_warning_option : Warning< 109 def warn_unknown_warning_option_suggest : Warning< 112 def warn_unknown_negative_warning_option_suggest : Warning< 115 def warn_unknown_warning_specifier : Warning< 121 def warn_incompatible_analyzer_plugin_api : Warning< [all …]
|
| D | DiagnosticCommonKinds.td | 64 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">; 65 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">, 73 Warning<"variadic templates are incompatible with C++98">, 99 def warn_cxx98_compat_longlong : Warning< 104 def warn_integer_too_large_for_signed : Warning<
|
| D | DiagnosticIDs.h | 116 Ignored, Note, Warning, Error, Fatal enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | AnalysisBasedWarnings.cpp | 1312 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << LockName); in warnLockMismatch() local 1313 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in warnLockMismatch() 1336 PartialDiagnosticAt Warning(Loc, in handleInvalidLockExp() local 1338 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleInvalidLockExp() 1369 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << LockName); in handleMutexHeldEndOfScope() local 1372 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleMutexHeldEndOfScope() 1375 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleMutexHeldEndOfScope() 1381 PartialDiagnosticAt Warning( in handleExclusiveAndShared() local 1385 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleExclusiveAndShared() 1395 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | DiagnosticIDs.cpp | 410 Result = DiagnosticIDs::Warning; in getDiagnosticLevel() 423 Result = DiagnosticIDs::Warning; in getDiagnosticLevel() 442 Result = DiagnosticIDs::Warning; in getDiagnosticLevel() 446 if (Result == DiagnosticIDs::Ignored || Result == DiagnosticIDs::Warning) in getDiagnosticLevel() 458 if (Result == DiagnosticIDs::Warning && Diag.IgnoreAllWarnings) in getDiagnosticLevel() 462 if (Result == DiagnosticIDs::Warning) { in getDiagnosticLevel() 477 if (Result >= DiagnosticIDs::Warning && in getDiagnosticLevel() 671 if (DiagLevel == DiagnosticIDs::Warning) in EmitDiag()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/MCParser/ |
| D | MCAsmParserExtension.h | 59 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function 60 return getParser().Warning(L, Msg); in Warning()
|
| D | MCAsmParser.h | 124 virtual bool Warning(SMLoc L, const Twine &Msg,
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | AddressResolverName.cpp | 43 … log->Warning ("function name regexp: \"%s\" did not compile.", m_func_name.AsCString()); in AddressResolverName() 106 log->Warning ("Class/method function specification not supported yet.\n"); in SearchCallback() 147 log->Warning ("glob is not supported yet."); in SearchCallback()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/ |
| D | TextDiagnosticBuffer.cpp | 35 case DiagnosticsEngine::Warning: in HandleDiagnostic() 71 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning, in FlushDiagnostics()
|
| D | LogDiagnosticPrinter.cpp | 35 case DiagnosticsEngine::Warning: return "warning"; in getLevelName()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Breakpoint/ |
| D | BreakpointResolverName.cpp | 49 log->Warning ("function name regexp: \"%s\" did not compile.", name_cstr); in BreakpointResolverName() 203 log->Warning ("Class/method function specification not supported yet.\n"); in SearchCallback() 245 log->Warning ("glob is not supported yet."); in SearchCallback()
|
| /freebsd-10-stable/contrib/tcsh/nls/C/ |
| D | set18 | 4 1 Warning: ridiculously long PATH truncated\n
|
| D | set11 | 4 1 Warning: no access to tty (%s).\n
|
| /freebsd-10-stable/contrib/bmake/mk/ |
| D | install-mk | 120 Warning() { 124 [ "$FORCE_SYS_MK" ] && Warning "ignoring: FORCE_{BSD,SYS}_MK (no longer supported)"
|
| /freebsd-10-stable/etc/defaults/ |
| D | periodic.conf | 326 echo "Warning: Variable \$$dailyvar is deprecated," \
|
| /freebsd-10-stable/usr.sbin/pc-sysinstall/doc/ |
| D | help-start-autoinstall | 26 Warning: Setting this to NO will start an installation as soon as start-autoinstall
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | Log.h | 156 Warning (const char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
|
| /freebsd-10-stable/contrib/ncurses/misc/ |
| D | makedef.cmd | 131 'echo Warning: empty symbol found 1>&2' 144 'echo Warning: symbol "'new_name'" has disappeared 1>&2'
|
| /freebsd-10-stable/contrib/sendmail/cf/feature/ |
| D | bestmx_is_local.m4 | 35 # Warning: this may generate a lot of extra DNS traffic -- a
|
| /freebsd-10-stable/contrib/binutils/bfd/po/ |
| D | bfd.pot | 57 msgid "Warning: writing archive was slow: rewriting timestamp\n" 184 msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx." 294 msgid "Warning: %B supports interworking, whereas %B does not" 299 msgid "Warning: %B does not support interworking, whereas %B does" 345 "Warning: Not setting interworking flag of %B since it has already been " 351 msgid "Warning: Clearing the interworking flag of %B due to outside request" 363 "%B: Warning: Ignoring section flag IMAGE_SCN_MEM_NOT_PAGED in section %s" 426 msgid "Warning: type of symbol `%s' changed from %d to %d in %B" 682 msgid "\\%B: Warning: Arm BLX instruction targets Arm function '%s'." 686 msgid "%B: Warning: Thumb BLX instruction targets thumb function '%s'." [all …]
|