| /external/icing/ |
| D | lint-baseline.xml | 30 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 39 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 48 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 57 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 66 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 75 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 84 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 93 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 102 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… 111 …message="Unknown nullability; explicitly declare as `@Nullable` or `@NonNull` to improve Kotlin in… [all …]
|
| /external/clang/test/SemaCXX/ |
| D | attr-deprecated.cpp | 3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat… 7 …int b __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated … 29 …virtual void f() __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked … 64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f() 77 …void foo(int) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked dep… 79 …void foo(short) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked d… 84 …friend void foo(A*) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly mark… 90 …Foo &f) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked deprecate… [all …]
|
| D | warn-bad-memaccess.cpp | 35 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 38 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 42 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 46 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 49 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 52 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 55 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 58 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 61 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() 65 // expected-note {{explicitly cast the pointer to silence this warning}} in test_warn() [all …]
|
| D | warn-self-move.cpp | 16 x = std::move(x); // expected-warning{{explicitly moving}} in int_test() 17 (x) = std::move(x); // expected-warning{{explicitly moving}} in int_test() 20 x = move(x); // expected-warning{{explicitly moving}} in int_test() 25 global = std::move(global); // expected-warning{{explicitly moving}} in global_int_test() 26 (global) = std::move(global); // expected-warning{{explicitly moving}} in global_int_test() 29 global = move(global); // expected-warning{{explicitly moving}} in global_int_test() 35 x = std::move(x); // expected-warning{{explicitly moving}} in field_test() 38 other.x = std::move(other.x); // expected-warning{{explicitly moving}} in field_test() 47 a = std::move(a); // expected-warning{{explicitly moving}} in struct_test() 50 b = std::move(b); // expected-warning{{explicitly moving}} in struct_test() [all …]
|
| D | warn-memsize-comparison.cpp | 22 expected-note {{explicitly cast the argument}} in f() 28 expected-note {{explicitly cast the argument}} in f() 34 expected-note {{explicitly cast the argument}} in f() 40 expected-note {{explicitly cast the argument}} in f() 46 expected-note {{explicitly cast the argument}} in f() 52 expected-note {{explicitly cast the argument}} in f() 58 expected-note {{explicitly cast the argument}} in f() 64 expected-note {{explicitly cast the argument}} in f() 70 expected-note {{explicitly cast the argument}} in f() 76 expected-note {{explicitly cast the argument}} in f() [all …]
|
| D | attr-unavailable.cpp | 6 // expected-note{{'foo' has been explicitly marked unavailable here}} 8 void bar(...) __attribute__((__unavailable__)); // expected-note 2{{explicitly marked unavailable}}… 9 // expected-note 2{{candidate function has been explicitly made unavailable}} 27 void foo() FOO; // expected-note {{candidate function has been explicitly made unavailable}} 45 …ttribute__((deprecated)); // expected-note {{'DeprecatedEnum' has been explicitly marked deprecate… 53 …ribute__((unavailable)); // expected-note {{'UnavailableEnum' has been explicitly marked unavailab… 68 expected-note 3{{'UnavailableClass' has been explicitly marked unavailable here}} 89 expected-note{{candidate function [with T = int] has been explicitly made unavailable}} in unavail_templated_calls_bar() 94 expected-note{{candidate function [with T = int] has been explicitly made unavailable}} in unavail_templated_calls_bar_arg() 112 expected-note{{candidate function [with T = int] has been explicitly made unavailable}} [all …]
|
| /external/clang/test/SemaObjC/ |
| D | property-deprecated-warning.m | 9 …rget' is declared deprecated here}} expected-note {{'ptarget' has been explicitly marked deprecate… 12 …s declared partial here}} expected-note@+2 {{'partialPtarget' has been explicitly marked partial h… 24 …t' is declared deprecated here}} expected-note {{'setTarget:' has been explicitly marked deprecate… 27 …eclared partial here}} expected-note@+2 {{'setPartialTarget:' has been explicitly marked partial h… 38 …uced=2.0,deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecate… 40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}} 43 …rtial_dep_target' has been explicitly marked partial here}} expected-note@+2 2 {{'setPartial_dep_t… 60 …OS 5.0}} expected-note@+2 {{explicitly redeclare 'partial_dep_target' to silence this warning}} ex… 85 …PartialTarget:' is partial: introduced in iOS 5.0}} expected-note@+2 {{explicitly redeclare 'setPa… 89 …OS 5.0}} expected-note@+2 {{explicitly redeclare 'partial_dep_target' to silence this warning}} ex… [all …]
|
| D | special-dep-unavail-warning.m | 6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un… 7 - (void) depInA1 __attribute__((deprecated)); // expected-note {{'depInA1' has been explicitly mark… 9 - (void) depInA2 __attribute__((deprecated)); // expected-note {{'depInA2' has been explicitly mark… 10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 12 …deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailab… 13 - (void)FuzzyMeth __attribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly m… 18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u… 19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… 23 …deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailab… 26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly… [all …]
|
| D | arc-non-pod-memaccess.m | 25 // expected-note{{explicitly cast the pointer to silence this warning}} 27 // expected-note{{explicitly cast the pointer to silence this warning}} 29 // expected-note{{explicitly cast the pointer to silence this warning}} 33 // expected-note{{explicitly cast the pointer to silence this warning}} 35 // expected-note{{explicitly cast the pointer to silence this warning}} 37 // expected-note{{explicitly cast the pointer to silence this warning}} 41 // expected-note{{explicitly cast the pointer to silence this warning}} 43 // expected-note{{explicitly cast the pointer to silence this warning}} 45 // expected-note{{explicitly cast the pointer to silence this warning}} 49 // expected-note{{explicitly cast the pointer to silence this warning}} [all …]
|
| D | attr-availability.m | 5 …=10.1,deprecated=10.2))); // expected-note 2 {{'proto_method' has been explicitly marked deprecate… 8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}} 14 …troduced=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecate… 16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}} 49 …rtialMethod' is partial: introduced in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'parti… 54 …roto_method' is partial: introduced in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'parti… 58 …roto_method' is partial: introduced in macOS 10.8}} expected-note@+2 {{explicitly redeclare 'parti… 79 …troduced=10.1,deprecated=10.2))); // expected-note {{'method' has been explicitly marked deprecate… 143 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}} 148 // expected-note@+2 {{'ipartialMethod2' has been explicitly marked partial here}} [all …]
|
| D | builtin_objc_lib_functions.m | 4 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 8 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 11 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 14 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob… 18 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob… 23 …// expected-note {{include the header <objc/objc-auto.h> or explicitly provide a declaration for '… 28 …// expected-note {{include the header <objc/objc-exception.h> or explicitly provide a declaration …
|
| /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
| D | p2.cpp | 7 …Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move… 8 …Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-def… 12 …Volatile(volatile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defau… 13 …latile Volatile&&) = default; // expected-error {{the parameter for an explicitly-defaulted move a… 17 …AssignmentRet1&& operator=(AssignmentRet1&&) = default; // expected-error {{explicitly-defaulted m… 21 …const AssignmentRet2& operator=(AssignmentRet2&&) = default; // expected-error {{explicitly-defaul… 25 …& operator=(ConstAssignment&&) const = default; // expected-error {{an explicitly-defaulted move a… 31 …olatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy c… 32 …olatile Volatile&) = default; // expected-error {{the parameter for an explicitly-defaulted copy a… 65 …AssignmentRet1&& operator=(const AssignmentRet1&) = default; // expected-error {{explicitly-defaul… [all …]
|
| D | p1.cpp | 3 // A function that is explicitly defaulted shall 8 …DefArg(int n = 5) = default; // expected-error {{an explicitly-defaulted constructor cannot have d… 9 …DefArg(const DefArg &DA = make()) = default; // expected-error {{an explicitly-defaulted construct… 10 …DefArg(const DefArg &DA, int k = 3) = default; // expected-error {{an explicitly-defaulted copy co… 11 …DefArg(DefArg &&DA = make()) = default; // expected-error {{an explicitly-defaulted constructor ca… 12 …DefArg(DefArg &&DA, int k = 3) = default; // expected-error {{an explicitly-defaulted move constru…
|
| /external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/ |
| D | ProtoFluentAssertion.java | 40 * value for a field compare equal if one explicitly sets the value, and the other merely 51 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 52 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 62 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 63 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 73 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 74 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 85 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 86 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 161 * Specifies that the ordering of repeated fields for these explicitly specified top-level field [all …]
|
| D | IterableOfProtosFluentAssertion.java | 42 * value for a field compare equal if one explicitly sets the value, and the other merely 53 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 54 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 65 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 66 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 76 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 77 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 88 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 89 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 164 * Specifies that the ordering of repeated fields for these explicitly specified top-level field [all …]
|
| D | MultimapWithProtoValuesFluentAssertion.java | 51 * value for a field compare equal if one explicitly sets the value, and the other merely 62 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 63 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 74 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 75 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 86 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 87 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 98 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 99 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 174 * Specifies that the ordering of repeated fields for these explicitly specified top-level field [all …]
|
| D | MapWithProtoValuesFluentAssertion.java | 51 * value for a field compare equal if one explicitly sets the value, and the other merely 62 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 63 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 74 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 75 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 86 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 87 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 98 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 99 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 174 * Specifies that the ordering of repeated fields for these explicitly specified top-level field [all …]
|
| D | MapWithProtoValuesSubject.java | 94 * value for a field compare equal if one explicitly sets the value, and the other merely 107 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 108 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 121 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 122 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 135 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 136 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 150 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 151 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 230 * Specifies that the ordering of repeated fields for these explicitly specified top-level field [all …]
|
| D | ProtoSubject.java | 84 * value for a field compare equal if one explicitly sets the value, and the other merely 97 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 98 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 110 * Specifies that the 'has' bit of these explicitly specified top-level field numbers should be 111 * ignored when comparing for equality. Sub-fields must be specified explicitly (via {@link 123 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 124 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 138 * Specifies that the 'has' bit of these explicitly specified field descriptors should be ignored 139 * when comparing for equality. Sub-fields must be specified explicitly if they are to be ignored 218 * Specifies that the ordering of repeated fields for these explicitly specified top-level field [all …]
|
| /external/clang/test/Sema/ |
| D | attr-availability-watchos.c | 3 …ios,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' has been explicitly marked deprecate… 5 …ios,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' has been explicitly marked deprecate… 7 …(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailab… 8 …((availability(ios,deprecated=3.0))); // expected-note {{'f5' has been explicitly marked deprecate… 10 …((availability(ios,deprecated=8.3))); // expected-note {{'f7' has been explicitly marked deprecate… 11 …(availability(ios,introduced=2.0,obsoleted=10.0))); // expected-note {{explicitly marked unavailab… 26 …oduced=2.0,deprecated=2.1))); // expected-note {{'f0_watchos' has been explicitly marked deprecate… 28 …oduced=2.0,deprecated=3.0))); // expected-note {{'f2_watchos' has been explicitly marked deprecate… 30 …chos,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailab… 33 …y(watchos,deprecated=3.0))); // expected-note {{'f5b_watchos' has been explicitly marked deprecate… [all …]
|
| D | attr-deprecated.c | 3 int f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated… 5 void g(); // expected-note {{'g' has been explicitly marked deprecated here}} 7 extern int var __attribute__((deprecated)); // expected-note {{'var' has been explicitly marked dep… 20 extern int var; // expected-note {{'var' has been explicitly marked deprecated here}} 26 int old_fn(); // expected-note {{'old_fn' has been explicitly marked deprecated here}} 35 …int x __attribute__((deprecated)); // expected-note 3 {{'x' has been explicitly marked deprecated … 44 … __attribute__((deprecated)); // expected-note 12 {{'foo_dep' has been explicitly marked deprecate… 48 …ute 'invalid_attribute' ignored}} expected-note 2 {{'bar_dep' has been explicitly marked deprecate… 105 enum __attribute__((deprecated)) Test20 { // expected-note {{'Test20' has been explicitly marked de… 106 …test20_a __attribute__((deprecated)), // expected-note {{'test20_a' has been explicitly marked dep… [all …]
|
| D | attr-availability-tvos.c | 3 …vos,introduced=2.0,deprecated=2.1))); // expected-note {{'f0' has been explicitly marked deprecate… 5 …vos,introduced=2.0,deprecated=3.0))); // expected-note {{'f2' has been explicitly marked deprecate… 7 …tvos,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailab… 9 …(availability(tvos,deprecated=3.0))); // expected-note {{'f5' has been explicitly marked deprecate… 11 …(availability(tvos,introduced=2.0))); // expected-note {{'f6' has been explicitly marked deprecate… 37 …ntroduced=2.0,deprecated=2.1))); // expected-note {{'f0_tvos' has been explicitly marked deprecate… 39 …ntroduced=2.0,deprecated=3.0))); // expected-note {{'f2_tvos' has been explicitly marked deprecate… 41 …tvos,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailab… 44 …ability(tvos,deprecated=3.0))); // expected-note {{'f5b_tvos' has been explicitly marked deprecate… 45 …lability(ios,deprecated=3.0))); // expected-note {{'f5c_tvos' has been explicitly marked deprecate… [all …]
|
| /external/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/ |
| D | p2.cpp | 3 // An explicitly-defaulted function may be declared constexpr only if it would 9 …constexpr S1 &operator=(const S1&) const = default; // expected-error {{explicitly-defaulted copy … 10 …constexpr S1 &operator=(S1&&) const = default; // expected-error {{explicitly-defaulted move assig… 26 // If a function is explicitly defaulted on its first declaration 59 // An explicitly-defaulted function may have an exception specification only if 70 …E2() noexcept(false) = default; // expected-error {{exception specification of explicitly defaulte… 71 …xcept(false) = default; // expected-error {{exception specification of explicitly defaulted copy c… 72 …E2(E2&&) noexcept(false) = default; // expected-error {{exception specification of explicitly defa… 73 …xcept(false) = default; // expected-error {{exception specification of explicitly defaulted copy a… 74 …xcept(false) = default; // expected-error {{exception specification of explicitly defaulted move a… [all …]
|
| /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
| D | p1.cpp | 3 class [[deprecated]] C {}; // expected-note {{'C' has been explicitly marked deprecated here}} 6 typedef int t [[deprecated]]; // expected-note {{'t' has been explicitly marked deprecated here}} 9 [[deprecated]] int old = 42; // expected-note {{'old' has been explicitly marked deprecated here}} 12 struct S { [[deprecated]] int member = 42; } s; // expected-note {{'member' has been explicitly mar… 15 [[deprecated]] int f() { return 42; } // expected-note {{'f' has been explicitly marked deprecated … in f() 18 enum [[deprecated]] e { E }; // expected-note {{'e' has been explicitly marked deprecated here}} 22 template <> class [[deprecated]] X<int> {}; // expected-note {{'X<int>' has been explicitly marked …
|
| /external/clang/test/SemaTemplate/ |
| D | undefined-template.cpp | 38 …ntiation declaration to suppress this warning if 'C1<int>::s_var_1' is explicitly instantiated in … in func_02() 43 …tiation declaration to suppress this warning if 'C1<char>::s_var_2' is explicitly instantiated in … in func_03() 48 …tiation declaration to suppress this warning if 'C1<int>::s_func_1' is explicitly instantiated in … in func_04() 57 …iation declaration to suppress this warning if 'C1<char>::s_func_2' is explicitly instantiated in … in func_06() 62 …antiation declaration to suppress this warning if 'C1<int>::meth_1' is explicitly instantiated in … in func_07() 71 …ntiation declaration to suppress this warning if 'C1<char>::meth_1' is explicitly instantiated in … in func_09() 80 …n declaration to suppress this warning if 'C1<int>::s_tvar_2<long>' is explicitly instantiated in … in func_11() 89 … declaration to suppress this warning if 'C1<int>::s_tfunc_2<long>' is explicitly instantiated in … in func_13() 98 …eclaration to suppress this warning if 'C1<int>::C2<char>::s_var_2' is explicitly instantiated in … in func_15() 107 …claration to suppress this warning if 'C1<int>::C2<char>::s_func_2' is explicitly instantiated in … in func_17() [all …]
|