Home
last modified time | relevance | path

Searched refs:Warning (Results 1 – 25 of 212) sorted by relevance

123456789

/external/clang/include/clang/Basic/
DDiagnosticLexKinds.td16 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 …]
DDiagnosticParseKinds.td16 def w_asm_qualifier_ignored : Warning<"ignored %0 qualifier on asm">,
18 def warn_file_asm_volatile : Warning<
26 def warn_cxx98_compat_top_level_semi : Warning<
43 def warn_empty_struct_union_compat : Warning<"empty %select{struct|union}0 "
64 def warn_cxx98_compat_enumerator_list_comma : Warning<
74 def warn_cxx98_compat_enum_fixed_underlying_type : Warning<
77 def warn_cxx98_compat_alignof : Warning<
81 def warn_microsoft_dependent_exists : Warning<
155 def warn_attribute_on_function_definition : Warning<
158 def warn_attribute_no_decl : Warning<
[all …]
DDiagnosticDriverKinds.td103 def warn_c_kext : Warning<
105 def warn_drv_input_file_unused : Warning<
107 def warn_drv_preprocessed_input_file_unused : Warning<
109 def warn_drv_unused_argument : Warning<
112 def warn_drv_empty_joined_argument : Warning<
115 def warn_drv_not_using_clang_cpp : Warning<
117 def warn_drv_not_using_clang_cxx : Warning<
119 def warn_drv_not_using_clang_arch : Warning<
121 def warn_drv_clang_unsupported : Warning<
123 def warn_drv_assuming_mfloat_abi_is : Warning<
[all …]
DDiagnosticSemaKinds.td53 def ext_predef_outside_function : Warning<
56 def warn_float_overflow : Warning<
59 def warn_float_underflow : Warning<
62 def warn_double_const_requires_fp64 : Warning<
111 def warn_subobject_initializer_overrides : Warning<
114 def warn_initializer_overrides : Warning<
133 def warn_unused_parameter : Warning<"unused parameter %0">,
135 def warn_unused_variable : Warning<"unused variable %0">,
137 def warn_unused_exception_param : Warning<"unused exception parameter %0">,
139 def warn_decl_in_param_list : Warning<
[all …]
DDiagnosticFrontendKinds.td57 def warn_fe_macro_contains_embedded_newline : Warning<
59 def warn_fe_cc_print_header_failure : Warning<
61 def warn_fe_cc_log_diagnostics_failure : Warning<
64 def warn_fe_serialized_diag_failure : Warning<
92 def warn_unknown_warning_option : Warning<
95 def warn_unknown_negative_warning_option : Warning<
98 def warn_unknown_warning_option_suggest : Warning<
101 def warn_unknown_negative_warning_option_suggest : Warning<
104 def warn_unknown_warning_specifier : Warning<
108 def warn_unknown_analyzer_checker : Warning<
[all …]
DDiagnosticCommonKinds.td55 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">;
56 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
64 Warning<"variadic templates are incompatible with C++98">,
74 def warn_module_build : Warning<"building module '%0' from source">,
82 def warn_cxx98_compat_longlong : Warning<
85 def warn_integer_too_large : Warning<
87 def warn_integer_too_large_for_signed : Warning<
/external/webkit/Source/WebCore/inspector/front-end/
DAuditCategories.js40 …this.addRule(new WebInspector.AuditRules.UnusedCssRule(), WebInspector.AuditRule.Severity.Warning);
58 …ddRule(new WebInspector.AuditRules.ImageDimensionsRule(), WebInspector.AuditRule.Severity.Warning);
59 ….addRule(new WebInspector.AuditRules.CookieSizeRule(400), WebInspector.AuditRule.Severity.Warning);
60 …Rule(new WebInspector.AuditRules.StaticCookielessRule(5), WebInspector.AuditRule.Severity.Warning);
63 …le(new WebInspector.AuditRules.MinimizeDnsLookupsRule(4), WebInspector.AuditRule.Severity.Warning);
64 …Inspector.AuditRules.ParallelizeDownloadRule(4, 10, 0.5), WebInspector.AuditRule.Severity.Warning);
66 …Rule(new WebInspector.AuditRules.ProxyCacheControlRule(), WebInspector.AuditRule.Severity.Warning);
DExtensionCommon.js39 Warning: "warning", property
/external/clang/test/SemaObjC/
Dsuper-class-protocol-conformance.m22 @implementation SubClass1 @end // Test1 - No Warning
27 @implementation SubClass // Test3 - No Warning
33 @implementation SubClass2 @end // Test 4 - No Warning
36 @implementation SubClass3 @end // Test 5 - No Warning
39 @implementation SubClass4 @end // Test 5 - No Warning
/external/nist-sip/java/gov/nist/javax/sip/header/
DWarningList.java43 public class WarningList extends SIPHeaderList<Warning> {
58 super(Warning.class, Warning.NAME); in WarningList()
DWarning.java45 public class Warning extends SIPHeader implements WarningHeader { class
68 public Warning() { in Warning() method in Warning
/external/clang/bindings/python/tests/cindex/
Dtest_diagnostics.py9 assert tu.diagnostics[0].severity == Diagnostic.Warning
19 assert tu.diagnostics[0].severity == Diagnostic.Warning
31 assert tu.diagnostics[0].severity == Diagnostic.Warning
45 assert tu.diagnostics[0].severity == Diagnostic.Warning
68 assert d.severity == Diagnostic.Warning
/external/llvm/lib/TableGen/
DError.cpp35 void PrintWarning(const TGError &Warning) { in PrintWarning() argument
36 PrintWarning(Warning.getLoc(), Warning.getMessage()); in PrintWarning()
/external/dexmaker/src/dx/java/com/android/dx/util/
DWarning.java22 public class Warning extends RuntimeException { class
28 public Warning(String message) { in Warning() method in Warning
/external/clang/lib/Sema/
DAnalysisBasedWarnings.cpp649 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << LockName); in warnLockMismatch() local
650 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in warnLockMismatch()
673 PartialDiagnosticAt Warning(Loc, in handleInvalidLockExp() local
675 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleInvalidLockExp()
703 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << LockName); in handleMutexHeldEndOfScope() local
705 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleMutexHeldEndOfScope()
711 PartialDiagnosticAt Warning( in handleExclusiveAndShared() local
715 Warnings.push_back(DelayedDiag(Warning, OptionalNotes(1, Note))); in handleExclusiveAndShared()
725 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local
727 Warnings.push_back(DelayedDiag(Warning, OptionalNotes())); in handleNoMutexHeld()
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
Dmessages.properties27 RSSFeedAddEntryTask.BranchError=Warning: no branch specified, eg., 3.2.0\!
28 RSSFeedAddEntryTask.BuildIDError=Warning: no buildID specified, eg., S200506071234\!
29 RSSFeedAddEntryTask.BuildURLError=Warning: no buildURL specified, eg., http://server/path/to/projec…
70 RSSFeedWatcherTask.WarningNoScriptAction=Warning: Assuming no script action for
71 RSSFeedWatcherTask.WarningNoCommandlineParams=Warning: Assuming no commandline params for
/external/clang/lib/Basic/
DDiagnosticIDs.cpp391 Result = DiagnosticIDs::Warning; in getDiagnosticLevel()
404 Result = DiagnosticIDs::Warning; in getDiagnosticLevel()
423 Result = DiagnosticIDs::Warning; in getDiagnosticLevel()
427 if (Result == DiagnosticIDs::Ignored || Result == DiagnosticIDs::Warning) in getDiagnosticLevel()
439 if (Result == DiagnosticIDs::Warning && Diag.IgnoreAllWarnings) in getDiagnosticLevel()
443 if (Result == DiagnosticIDs::Warning) { in getDiagnosticLevel()
458 if (Result >= DiagnosticIDs::Warning && in getDiagnosticLevel()
663 if (DiagLevel == DiagnosticIDs::Warning) in ProcessDiag()
/external/llvm/test/YAMLParser/
Dspec-02-28.data6 Warning:
12 Warning:
/external/nist-sip/java/gov/nist/javax/sip/parser/
DWarningParser.java83 Warning warning = new Warning(); in parse()
126 warning = new Warning(); in parse()
/external/llvm/include/llvm/MC/MCParser/
DMCAsmParserExtension.h59 bool Warning(SMLoc L, const Twine &Msg) { in Warning() function
60 return getParser().Warning(L, Msg); in Warning()
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp35 case DiagnosticsEngine::Warning: in HandleDiagnostic()
51 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning, in FlushDiagnostics()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp337 msg.setIcon(QMessageBox::Warning); in enter_pin()
358 msg.setIcon(QMessageBox::Warning); in ctx_p2p_start()
382 msg.setIcon(QMessageBox::Warning); in ctx_p2p_listen()
397 msg.setIcon(QMessageBox::Warning); in ctx_p2p_start_group()
1358 msg.setIcon(QMessageBox::Warning); in ctx_p2p_connect()
1392 msg.setIcon(QMessageBox::Warning); in ctx_p2p_connect()
1415 msg.setIcon(QMessageBox::Warning); in ctx_p2p_req_pin()
1438 msg.setIcon(QMessageBox::Warning); in ctx_p2p_show_pin()
1459 msg.setIcon(QMessageBox::Warning); in ctx_p2p_display_pin()
1488 msg.setIcon(QMessageBox::Warning); in ctx_p2p_display_pin_pd()
[all …]
/external/icu4c/data/
Dmakedata.mak195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
215 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
245 !MESSAGE Warning: cannot find "brkfiles.mk"
278 !MESSAGE Warning: cannot find "resfiles.mk"
297 !MESSAGE Warning: cannot find "curr\resfiles.mk"
318 !MESSAGE Warning: cannot find "lang\resfiles.mk"
339 !MESSAGE Warning: cannot find "region\resfiles.mk"
360 !MESSAGE Warning: cannot find "zone\resfiles.mk"
381 !MESSAGE Warning: cannot find "colfiles.mk"
[all …]
/external/dnsmasq/contrib/Suse/
DREADME.susefirewall17 echo -e 'Warning: detected activated named, enabling FW_SERVICE_DNS!
21 test -e /etc/resolv.conf || echo "Warning: /etc/resolv.conf not found"
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/
Ddillo8 Warning

123456789