Home
last modified time | relevance | path

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

12345678910>>...22

/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.td105 def warn_drv_unknown_argument_clang_cl : Warning<
109 def warn_drv_ycyu_no_arg_clang_cl : Warning<
112 def warn_drv_ycyu_different_arg_clang_cl : Warning<
115 def warn_drv_ycyu_no_fi_arg_clang_cl : Warning<
118 def warn_drv_yc_multiple_inputs_clang_cl : Warning<
161 def warn_O4_is_O3 : Warning<"-O4 is equivalent to -O3">, InGroup<Deprecated>;
162 def warn_drv_lto_libpath : Warning<"libLTO.dylib relative to clang installed dir not found; using '…
164 def warn_drv_optimization_value : Warning<"optimization level '%0' is not supported; using '%1%2' i…
166 def warn_ignored_gcc_optimization : Warning<"optimization flag '%0' is not supported">,
168 def warn_c_kext : 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<
39 def warn_cxx98_compat_top_level_semi : Warning<
52 def warn_extra_semi_after_mem_fn_def : Warning<
80 def warn_cxx98_compat_enumerator_list_comma : Warning<
93 def warn_cxx98_compat_enum_fixed_underlying_type : Warning<
96 def warn_cxx98_compat_alignof : Warning<
102 def warn_microsoft_dependent_exists : Warning<
105 def warn_microsoft_qualifiers_ignored : Warning<
169 def warn_attribute_on_function_definition : Warning<
[all …]
DDiagnosticSemaKinds.td23 def warn_variables_not_in_loop_body : Warning<
27 def warn_redundant_loop_iteration : Warning<
33 def warn_duplicate_enum_values : Warning<
39 def warn_unsigned_abs : Warning<
44 def warn_abs_too_small : Warning<
47 def warn_wrong_absolute_value_type : Warning<
52 def warn_pointer_abs : Warning<
56 def warn_infinite_recursive_function : Warning<
60 def warn_comma_operator : Warning<"possible misuse of comma operator here">,
105 def ext_predef_outside_function : 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,
104 def warn_fe_macro_contains_embedded_newline : Warning<
106 def warn_fe_cc_print_header_failure : Warning<
108 def warn_fe_cc_log_diagnostics_failure : Warning<
115 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<
212 def warn_mt_message : Warning<"[rewriter] %0">;
[all …]
/external/ImageMagick/Magick++/lib/
DException.cpp376 Magick::Warning::Warning(const std::string& what_) in Warning() function in Magick::Warning
381 Magick::Warning::Warning(const std::string& what_,Exception *nested_) in Warning() function in Magick::Warning
386 Magick::Warning::~Warning() throw() in ~Warning()
391 : Warning(what_) in WarningBlob()
396 : Warning(what_,nested_) in WarningBlob()
405 : Warning(what_) in WarningCache()
410 : Warning(what_,nested_) in WarningCache()
419 : Warning(what_) in WarningCoder()
424 : Warning(what_,nested_) in WarningCoder()
433 : Warning(what_) in WarningConfigure()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DException.h236 class MagickPPExport Warning: public Exception
239 explicit Warning(const std::string& what_);
240 explicit Warning(const std::string& what_,Exception *nested_);
241 ~Warning() throw();
244 class MagickPPExport WarningBlob: public Warning
252 class MagickPPExport WarningCache: public Warning
260 class MagickPPExport WarningCoder: public Warning
268 class MagickPPExport WarningConfigure: public Warning
276 class MagickPPExport WarningCorruptImage: public Warning
284 class MagickPPExport WarningDelegate: public Warning
[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/nist-sip/java/gov/nist/javax/sip/header/
DWarningList.java43 public class WarningList extends SIPHeaderList<Warning> {
58 super(Warning.class, Warning.NAME); in WarningList()
/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()
265 Printf("%s", d.Warning()); in ReportUMRInsideAddressRange()
267 d.Warning(), d.Name(), what, d.Warning(), offset, start, size, in ReportUMRInsideAddressRange()
/external/dtc/tests/
Dtest01.stderr2 Warning: "linux,boot-cpu" property is deprecated in blob version 2 or higher
3 Warning: /chosen has no "linux,stdout-path" property
4 Warning: /chosen has no "interrupt-controller" property
/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/clang/lib/Sema/
DAnalysisBasedWarnings.cpp1522 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch() local
1523 Warnings.emplace_back(std::move(Warning), getNotes()); in warnLockMismatch()
1547 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1549 Warnings.emplace_back(std::move(Warning), getNotes()); in handleInvalidLockExp()
1562 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind() local
1565 Warnings.emplace_back(std::move(Warning), getNotes()); in handleIncorrectUnlockKind()
1594 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1599 Warnings.emplace_back(std::move(Warning), getNotes(Note)); in handleMutexHeldEndOfScope()
1602 Warnings.emplace_back(std::move(Warning), getNotes()); in handleMutexHeldEndOfScope()
1608 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
[all …]
/external/python/cpython2/Lib/
Dwarnings.py67 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
85 assert issubclass(category, Warning), "category must be a Warning subclass"
96 def simplefilter(action, category=Warning, lineno=0, append=0):
173 return Warning
191 if not issubclass(cat, Warning):
200 if isinstance(message, Warning):
205 assert issubclass(category, Warning)
246 if isinstance(message, Warning):
/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/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/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.h28 unsigned Error, Warning, ShuffleError; member
56 s.Warning = CHECK_SUCCESS; in reset()
67 { s.Warning = w; s.Register = r; };
206 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/llvm/test/YAMLParser/
Dspec-02-28.test6 Warning:
12 Warning:

12345678910>>...22