Home
last modified time | relevance | path

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

12345678910>>...20

/external/clang/include/clang/Basic/
DDiagnosticCommentKinds.td16 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<
44 def warn_doc_html_missing_end_tag : Warning<
50 def warn_doc_block_command_empty_paragraph : Warning<
54 def warn_doc_block_command_duplicate : Warning<
66 def warn_doc_param_invalid_direction : Warning<
71 def warn_doc_param_spaces_in_direction : Warning<
[all …]
DDiagnosticDriverKinds.td127 def warn_O4_is_O3 : Warning<"-O4 is equivalent to -O3">, InGroup<Deprecated>;
128 def warn_drv_lto_libpath : Warning<"libLTO.dylib relative to clang installed dir not found; using '…
130 def warn_drv_optimization_value : Warning<"optimization level '%0' is not supported; using '%1%2' i…
132 def warn_ignored_gcc_optimization : Warning<"optimization flag '%0' is not supported">,
134 def warn_c_kext : Warning<
136 def warn_drv_input_file_unused : Warning<
139 def warn_drv_input_file_unused_by_cpp : Warning<
142 def warn_drv_preprocessed_input_file_unused : Warning<
145 def warn_drv_unused_argument : Warning<
148 def warn_drv_empty_joined_argument : Warning<
[all …]
DDiagnosticLexKinds.td16 def null_in_char_or_string : Warning<
19 def null_in_file : Warning<"null character ignored">, InGroup<NullCharacter>;
20 def warn_nested_block_comment : Warning<"'/*' within block comment">,
22 def escaped_newline_block_comment_end : Warning<
25 def backslash_newline_space : Warning<
30 def warn_cxx98_compat_less_colon_colon : Warning<
35 def trigraph_ignored : Warning<"trigraph ignored">, InGroup<Trigraphs>;
36 def trigraph_ignored_block_comment : Warning<
38 def trigraph_ends_block_comment : Warning<"trigraph ends block comment">,
40 def trigraph_converted : Warning<"trigraph converted to '%0' character">,
[all …]
DDiagnosticParseKinds.td16 def w_asm_qualifier_ignored : Warning<"ignored %0 qualifier on asm">,
18 def warn_file_asm_volatile : Warning<
37 def warn_cxx98_compat_top_level_semi : Warning<
50 def warn_extra_semi_after_mem_fn_def : Warning<
78 def warn_cxx98_compat_enumerator_list_comma : Warning<
91 def warn_cxx98_compat_enum_fixed_underlying_type : Warning<
94 def warn_cxx98_compat_alignof : Warning<
100 def warn_microsoft_dependent_exists : Warning<
103 def warn_microsoft_qualifiers_ignored : Warning<
167 def warn_attribute_on_function_definition : Warning<
[all …]
DDiagnosticSemaKinds.td24 def warn_variables_not_in_loop_body : Warning<
28 def warn_redundant_loop_iteration : Warning<
34 def warn_for_range_const_reference_copy : Warning<
41 def warn_for_range_variable_always_copy : Warning<
46 def warn_for_range_copy : Warning<
51 def warn_duplicate_enum_values : Warning<
57 def warn_unsigned_abs : Warning<
62 def warn_abs_too_small : Warning<
65 def warn_wrong_absolute_value_type : Warning<
70 def warn_pointer_abs : Warning<
[all …]
DDiagnosticFrontendKinds.td20 def warn_fe_inline_asm : Warning<"%0">, CatInlineAsm, InGroup<BackendInlineAsm>;
26 def warn_fe_frame_larger_than : Warning<"stack frame size of %0 bytes in %q1">,
28 def warn_fe_backend_frame_larger_than: Warning<"%0">,
33 def warn_fe_backend_plugin: Warning<"%0">, BackendInfo, InGroup<BackendPlugin>;
38 def warn_fe_override_module : Warning<
59 def warn_fe_backend_optimization_failure : Warning<"%0">, BackendInfo,
102 def warn_fe_macro_contains_embedded_newline : Warning<
104 def warn_fe_cc_print_header_failure : Warning<
106 def warn_fe_cc_log_diagnostics_failure : Warning<
113 def warn_fe_serialized_diag_merge_failure : Warning<
[all …]
DDiagnosticCommonKinds.td67 def warn_method_param_redefinition : Warning<"redefinition of method parameter %0">;
68 def warn_method_param_declaration : Warning<"redeclaration of method parameter %0">,
76 Warning<"variadic templates are incompatible with C++98">,
108 def warn_nullability_duplicate : Warning<
112 def warn_conflicting_nullability_attr_overriding_ret_types : Warning<
117 def warn_conflicting_nullability_attr_overriding_param_types : Warning<
134 def warn_cxx98_compat_longlong : Warning<
144 def warn_old_implicitly_unsigned_long : Warning<
149 def warn_old_implicitly_unsigned_long_cxx : Warning<
207 def warn_mt_message : Warning<"[rewriter] %0">;
[all …]
/external/clang/test/TableGen/
Danonymous-groups.td9 def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;
11 // CHECK-NEXT: {{^def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;}}
19 def AlsoInNamedGroup : Warning<"">, InGroup < DiagGroup<"name"> >;
21 // CHECK-NEXT: {{^def AlsoInNamedGroup : Warning<"">, InGroup < DiagGroup<"name"> >;}}
29 def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
30 def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;
31 def AnonymousGroupAgain : Warning<"">,
35 // CHECK-NEXT: {{^def AnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;}}
38 // CHECK-NEXT: {{^def AlsoAnonymousGroup : Warning<"">, InGroup<DiagGroup<"anonymous">>;}}
Dtg-fixits.td6 def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;
8 // CHECK-NEXT: {{^def InNamedGroup : Warning<"">, InGroup<DiagGroup<"name">>;}}
12 def Wrapped : Warning<"">, InGroup<DiagGroup<
15 // CHECK-NEXT: {{^def Wrapped : Warning<"">, InGroup<DiagGroup<}}
19 def AlsoWrapped : Warning<"">, InGroup<
27 def HardTabs : Warning<"">,
38 def Unicode : Warning<"ユニコード">, InGroup<DiagGroup<"name">>;
40 // CHECK-NEXT: def Unicode : Warning<"{{[^"]+}}">, InGroup<DiagGroup<"name">>;
/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/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/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/lib/Sema/
DAnalysisBasedWarnings.cpp1496 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch() local
1497 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch()
1521 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1523 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1536 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind() local
1539 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind()
1568 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1573 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1576 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope()
1582 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
[all …]
/external/compiler-rt/lib/msan/
Dmsan_report.cc33 const char *Warning() { return Red(); } in Warning() function in __msan::Decorator
105 Printf("%s", d.Warning()); in ReportUMR()
145 Printf("%s", d.Warning()); in ReportAtExitStatistics()
204 Printf("%s", d.Warning()); in DescribeMemoryRange()
269 Printf("%s", d.Warning()); in ReportUMRInsideAddressRange()
271 d.Warning(), d.Name(), what, d.Warning(), offset, start, size, in ReportUMRInsideAddressRange()
/external/jacoco/jacoco-maven-plugin.test/it/it-report-nomatch/
Dverify.bsh17 throw new RuntimeException( "Warning 1 was not printed" );
20 throw new RuntimeException( "Warning 2 was not printed" );
23 throw new RuntimeException( "Warning 3 was not printed" );
/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/test/CoverageMapping/
Dtrycatch.cpp9 class Warning { class
33 catch(const Warning &w) { // CHECK-NEXT: File 0, [[@LINE]]:27 -> [[@LINE+2]]:4 = #4 in main()
/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/llvm/lib/AsmParser/
DLLLexer.h66 void Warning(LocTy WarningLoc, const Twine &Msg) const;
67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); } in Warning() function
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.h29 unsigned Error, Warning, ShuffleError; member
57 s.Warning = CHECK_SUCCESS; in reset()
68 { s.Warning = w; s.Register = r; };
207 unsigned getWarning() { getErrInfo(); return CrntErrInfo.s.Warning; }; in getWarning()
/external/parameter-framework/upstream/parameter/log/include/log/
DLogger.h69 details::Warning warning() { return details::Warning(mLogger, mProlog); } in warning()
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-28.data4 Warning:
10 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/test/YAMLParser/
Dspec-02-28.test6 Warning:
12 Warning:

12345678910>>...20