Home
last modified time | relevance | path

Searched full:unrelated (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/external/clang/test/SemaObjC/
Drelated-result-type-inference.m3 @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/
Dtype_index_runtime_cast_test.cpp70 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/
Dweak_ptr_nocompile.nc20 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/
Dweak_ptr_nocompile.nc20 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/
Dweak_ptr_unittest.nc17 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/
Dinterval_subset_comparer.hpp50 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 …]
Dsubset_comparer.hpp52 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/
Drelated-result-type-inference.mm3 @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/
Dis_virtual_base_of.pass.cpp55 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/
Dis_virtual_base_of.pass.cpp55 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/
Dp5-var.cpp10 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/
Ddoctest_lineno.py5 """Some unrelated info."""
23 """Some unrelated class information."""
78 """Some unrelated info."""
/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/
DInterfaceContextualSerializerTest.kt133 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/
Draw_ptr_nocompile.nc30 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/
Draw_ptr_nocompile.nc30 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/
Dscheduler_lock_unittest.cc231 // 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/
D0031-workaround-cfi-unrelated-cast.patch12 - // (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/
D0031-workaround-cfi-unrelated-cast.patch12 - // (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/
Ddiag.cpp25 // 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/
DControlFlowIntegrity.rst38 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/
Dsession_inclusion_rules_unittest.cc99 // 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/
Dsession_inclusion_rules_unittest.cc99 // 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/
Dassign_const_pair_U_V.pass.cpp27 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/
Dassign_const_pair_U_V.pass.cpp27 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/
Dtarget_uninstrumented.cpp33 …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()

12345678910>>...46