| /external/clang/test/SemaObjC/ |
| D | related-result-type-inference.m | 3 @interface Unrelated interface 26 - (Unrelated *)initAsUnrelated; 45 + (Unrelated *)newUnrelated; category 64 __typeof__(([[NSString alloc] initAsUnrelated])) *unrelated = (Unrelated**)0; 65 __typeof__(([NSBlah newUnrelated])) *unrelated2 = (Unrelated**)0; 73 + (Unrelated *)newUnrelated { 74 return (Unrelated *)0; 79 + (Unrelated *)newUnrelated2 { 80 return (Unrelated *)0; 89 - (Unrelated *)initBlah; // expected-warning{{method is expected to return an instance of its class… [all …]
|
| /external/sdv/vsomeip/third_party/boost/type_index/test/ |
| D | type_index_runtime_cast_test.cpp | 70 struct unrelated { struct 72 IMPLEMENT_CLASS(unrelated) 116 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(&b), (unrelated*)NULL); in no_base() 131 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(&d), (unrelated*)NULL); in single_base() 132 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(b), (unrelated*)NULL); in single_base() 149 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(&d), (unrelated*)NULL); in multiple_base() 150 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(b1), (unrelated*)NULL); in multiple_base() 172 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(b), (unrelated*)NULL); in virtual_base() 173 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(&d), (unrelated*)NULL); in virtual_base() 185 BOOST_TEST_EQ(runtime_pointer_cast<unrelated>(b), (unrelated*)NULL); in pointer_interface() [all …]
|
| /external/cronet/tot/base/memory/ |
| D | weak_ptr_nocompile.nc | 20 struct Unrelated {}; 21 struct DerivedUnrelated : Unrelated {}; 39 … reference to type 'WeakPtr<DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<Pr… 43 … reference to type 'WeakPtr<DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<Pr… 49 Unrelated unrelated; 50 const WeakPtrFactory<const Unrelated> factory(&unrelated); 56 Unrelated unrelated; 57 WeakPtrFactory<Unrelated> factory(&unrelated);
|
| /external/cronet/stable/base/memory/ |
| D | weak_ptr_nocompile.nc | 20 struct Unrelated {}; 21 struct DerivedUnrelated : Unrelated {}; 39 … reference to type 'WeakPtr<DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<Pr… 43 … reference to type 'WeakPtr<DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<Pr… 49 Unrelated unrelated; 50 const WeakPtrFactory<const Unrelated> factory(&unrelated); 56 Unrelated unrelated; 57 WeakPtrFactory<Unrelated> factory(&unrelated);
|
| /external/libchrome/base/memory/ |
| D | weak_ptr_unittest.nc | 17 struct Unrelated {}; 18 struct DerivedUnrelated : Unrelated {}; 37 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba… 45 …ence to type 'WeakPtr<base::DerivedProducer>' cannot bind to a value of unrelated type 'WeakPtr<ba… 104 #elif defined(NCTEST_UNRELATED_HELPER) // [r"cannot initialize a variable of type 'base::Unrelated… 108 WeakPtr<Unrelated> ptr = AsWeakPtr(&f); 115 WeakPtr<Unrelated> ptr = AsWeakPtr<Unrelated>(&f); 124 Unrelated f; 125 WeakPtr<Unrelated> ptr = AsWeakPtr(&f); 132 WeakPtr<Unrelated> ptr = AsWeakPtr(&f);
|
| /external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/ |
| D | interval_subset_comparer.hpp | 50 return inclusion::unrelated; in apply() 110 unrelated = inclusion::unrelated, enumerator 179 if(unrelated == _result) in next_both() 186 _result = unrelated; in next_both() 200 if(unrelated == _result) in next_both() 207 _result = unrelated; in next_both() 220 if(unrelated == restrict_result(co_compare(left,right))) in next_both() 227 if(unrelated == restrict_result(superset)) in next_both() 233 if(unrelated == restrict_result(subset)) in next_both() 258 if(unrelated == restrict_result(subset)) in next_left() [all …]
|
| D | subset_comparer.hpp | 52 return inclusion::unrelated; in apply() 111 unrelated = inclusion::unrelated, enumerator 154 if(unrelated == _result) in next_both() 162 _result = unrelated; in next_both() 173 if(unrelated == _result) in next_both() 181 _result = unrelated; in next_both() 191 if(unrelated == restrict_result(co_compare(left,right))) in next_both()
|
| /external/clang/test/SemaObjCXX/ |
| D | related-result-type-inference.mm | 3 @interface Unrelated interface 26 - (Unrelated *)initAsUnrelated; 45 + (Unrelated *)newUnrelated; category 64 __typeof__(([[NSString alloc] initAsUnrelated])) *unrelated = (Unrelated**)0; 65 __typeof__(([NSBlah newUnrelated])) *unrelated2 = (Unrelated**)0;
|
| /external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.rel/ |
| D | is_virtual_base_of.pass.cpp | 55 struct Unrelated {}; struct 121 // Test unrelated types in main() 125 test<false, Unrelated, Derived>(); in main() 126 test<false, Base, Unrelated>(); in main() 155 test<false, Unrelated, IncompleteUnion>(); in main() 156 test<false, IncompleteUnion, Unrelated>(); in main() 159 test<false, Unrelated, Union>(); in main() 160 test<false, Union, Unrelated>(); in main() 161 test<false, int, Unrelated>(); in main()
|
| /external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.rel/ |
| D | is_virtual_base_of.pass.cpp | 55 struct Unrelated {}; struct 121 // Test unrelated types in main() 125 test<false, Unrelated, Derived>(); in main() 126 test<false, Base, Unrelated>(); in main() 155 test<false, Unrelated, IncompleteUnion>(); in main() 156 test<false, IncompleteUnion, Unrelated>(); in main() 159 test<false, Unrelated, Union>(); in main() 160 test<false, Union, Unrelated>(); in main() 161 test<false, int, Unrelated>(); in main()
|
| /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
| D | p5-var.cpp | 10 struct Unrelated { }; struct 59 …ror{{non-const lvalue reference to type 'Derived' cannot bind to a value of unrelated type 'Base'}} in bind_lvalue_to_lvalue() 64 …d-error{{non-const lvalue reference to type 'long' cannot bind to a value of unrelated type 'int'}} in bind_lvalue_to_lvalue() 90 void bind_lvalue_to_unrelated(Unrelated ur) { in bind_lvalue_to_unrelated() 91 …r{{non-const lvalue reference to type 'Base' cannot bind to a value of unrelated type 'Unrelated'}} in bind_lvalue_to_unrelated() 92 …alue reference to type 'const volatile Base' cannot bind to a value of unrelated type 'Unrelated'}} in bind_lvalue_to_unrelated()
|
| /external/python/cpython3/Lib/test/test_doctest/ |
| D | doctest_lineno.py | 5 """Some unrelated info.""" 23 """Some unrelated class information.""" 78 """Some unrelated info."""
|
| /external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
| D | InterfaceContextualSerializerTest.kt | 133 class Unrelated class 135 object UnrelatedSerializer: KSerializer<Unrelated> { 139 override fun serialize(encoder: Encoder, value: Unrelated) { in serialize() 143 override fun deserialize(decoder: Decoder): Unrelated { in deserialize() 151 val module = serializersModuleOf(Unrelated::class, UnrelatedSerializer) in <lambda>() 160 val module = serializersModuleOf(Unrelated::class, UnrelatedSerializer) in <lambda>()
|
| /external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
| D | raw_ptr_nocompile.nc | 30 struct Unrelated {}; 41 …raw_ptr<Unrelated> ptr_u1 = &dp; // expected-error {{no viable conversion from '… 44 … reference to type 'raw_ptr<DerivedProducer>' cannot bind to a value of unrelated type 'raw_ptr<Pr… 46 … reference to type 'raw_ptr<DerivedProducer>' cannot bind to a value of unrelated type 'raw_ptr<Pr… 49 …auto* ptr_u2 = static_cast<Unrelated*>(ptr_dp1); // expected-error@*:* {{static_cast from 'Derive…
|
| /external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/pointers/ |
| D | raw_ptr_nocompile.nc | 30 struct Unrelated {}; 41 …raw_ptr<Unrelated> ptr_u1 = &dp; // expected-error {{no viable conversion from '… 44 … reference to type 'raw_ptr<DerivedProducer>' cannot bind to a value of unrelated type 'raw_ptr<Pr… 46 … reference to type 'raw_ptr<DerivedProducer>' cannot bind to a value of unrelated type 'raw_ptr<Pr… 49 …auto* ptr_u2 = static_cast<Unrelated*>(ptr_dp1); // expected-error@*:* {{static_cast from 'Derive…
|
| /external/libchrome/base/task_scheduler/ |
| D | scheduler_lock_unittest.cc | 231 // Acquisition of an unrelated lock on another thread should not affect a in TEST() 235 // unrelated.Acquire() in TEST() 237 // unrelated.Release() in TEST() 243 SchedulerLock unrelated; in TEST() local 244 BasicLockAcquireAndWaitThread thread(&unrelated); in TEST()
|
| /external/cronet/tot/third_party/protobuf/patches/ |
| D | 0031-workaround-cfi-unrelated-cast.patch | 12 - // (from -fsanitize=cfi-unrelated-cast) 14 + PROTOBUF_NO_SANITIZE("cfi-unrelated-cast", "vptr") 23 + PROTOBUF_NO_SANITIZE("cfi-unrelated-cast", "vptr")
|
| /external/cronet/stable/third_party/protobuf/patches/ |
| D | 0031-workaround-cfi-unrelated-cast.patch | 12 - // (from -fsanitize=cfi-unrelated-cast) 14 + PROTOBUF_NO_SANITIZE("cfi-unrelated-cast", "vptr") 23 + PROTOBUF_NO_SANITIZE("cfi-unrelated-cast", "vptr")
|
| /external/compiler-rt/test/cfi/cross-dso/icall/ |
| D | diag.cpp | 25 // RUN: %clangxx_cfi_dso_diag -fsanitize-trap=cfi-icall -fno-sanitize-recover=cfi-unrelated-cast \ 27 // RUN: %clangxx_cfi_dso_diag -fsanitize-trap=cfi-icall -fno-sanitize-recover=cfi-unrelated-cast \ 42 // RUN: %clangxx_cfi_dso_diag -fsanitize-trap=cfi-icall -fno-sanitize-recover=cfi-unrelated-cast \ 130 …DIAG: runtime error: control flow integrity check for type 'A' failed during cast to unrelated type in main() 132 …// CAST-NODIAG-NOT: runtime error: control flow integrity check {{.*}} during cast to unrelated ty… in main()
|
| /external/clang/docs/ |
| D | ControlFlowIntegrity.rst | 38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags 61 - ``-fsanitize=cfi-unrelated-cast``: Cast from ``void*`` or another 62 unrelated type to the wrong dynamic type. 138 type ``void*`` or another unrelated type (which can be checked with 139 ``-fsanitize=cfi-unrelated-cast``). 156 ``-fsanitize=cfi-derived-cast`` or ``-fsanitize=cfi-unrelated-cast`` enabled
|
| /external/cronet/tot/net/device_bound_sessions/ |
| D | session_inclusion_rules_unittest.cc | 99 // Unrelated site. in TEST() 100 {"https://unrelated.test", Result::kExclude}, in TEST() 129 // Unrelated site. in TEST() 130 {"https://unrelated.test", Result::kExclude}, in TEST() 183 // Unrelated site. in TEST() 184 {"https://unrelated.test", Result::kExclude}, in TEST() 210 {Result::kExclude, "unrelated.test", "/", false}, in TEST() 260 {Result::kExclude, "unrelated.test", "/", false}}); in TEST() 301 {Result::kExclude, "unrelated.test", "/", false}}); in TEST() 368 {Result::kExclude, "unrelated.site", "/", false}, in TEST()
|
| /external/cronet/stable/net/device_bound_sessions/ |
| D | session_inclusion_rules_unittest.cc | 99 // Unrelated site. in TEST() 100 {"https://unrelated.test", Result::kExclude}, in TEST() 129 // Unrelated site. in TEST() 130 {"https://unrelated.test", Result::kExclude}, in TEST() 183 // Unrelated site. in TEST() 184 {"https://unrelated.test", Result::kExclude}, in TEST() 210 {Result::kExclude, "unrelated.test", "/", false}, in TEST() 260 {Result::kExclude, "unrelated.test", "/", false}}); in TEST() 301 {Result::kExclude, "unrelated.test", "/", false}}); in TEST() 368 {Result::kExclude, "unrelated.site", "/", false}, in TEST()
|
| /external/cronet/stable/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
| D | assign_const_pair_U_V.pass.cpp | 27 struct Unrelated {}; struct 72 using T = std::pair<int, Unrelated>; in test() 73 using P = std::pair<Unrelated, int>; in test()
|
| /external/cronet/tot/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
| D | assign_const_pair_U_V.pass.cpp | 27 struct Unrelated {}; struct 72 using T = std::pair<int, Unrelated>; in test() 73 using P = std::pair<Unrelated, int>; in test()
|
| /external/compiler-rt/test/cfi/ |
| D | target_uninstrumented.cpp | 33 …HECK: runtime error: control flow integrity check for type 'A' failed during cast to unrelated type in main() 37 …HECK: runtime error: control flow integrity check for type 'A' failed during cast to unrelated type in main()
|