Searched refs:assert_cannot_catch (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libcxxabi/test/ |
H A D | catch_pointer_reference.pass.cpp | 74 void assert_cannot_catch() in assert_cannot_catch() function 176 assert_cannot_catch< Derived * , Base *, Derived>(); in f4() 177 assert_cannot_catch<const Derived * , Base *, Derived>(); in f4() 178 assert_cannot_catch< volatile Derived * , Base *, Derived>(); in f4() 179 assert_cannot_catch<const volatile Derived * , Base *, Derived>(); in f4() 180 assert_cannot_catch< Derived * const , Base *, Derived>(); in f4() 181 assert_cannot_catch<const Derived * const , Base *, Derived>(); in f4() 182 assert_cannot_catch< volatile Derived * const , Base *, Derived>(); in f4() 183 assert_cannot_catch<const volatile Derived * const , Base *, Derived>(); in f4() 184 assert_cannot_catch< Derived * volatile, Base *, Derived>(); in f4() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | catch_pointer_reference.pass.cpp | 73 void assert_cannot_catch() in assert_cannot_catch() function 175 assert_cannot_catch< Derived * , Base *, Derived>(); in f4() 176 assert_cannot_catch<const Derived * , Base *, Derived>(); in f4() 177 assert_cannot_catch< volatile Derived * , Base *, Derived>(); in f4() 178 assert_cannot_catch<const volatile Derived * , Base *, Derived>(); in f4() 179 assert_cannot_catch< Derived * const , Base *, Derived>(); in f4() 180 assert_cannot_catch<const Derived * const , Base *, Derived>(); in f4() 181 assert_cannot_catch< volatile Derived * const , Base *, Derived>(); in f4() 182 assert_cannot_catch<const volatile Derived * const , Base *, Derived>(); in f4() 183 assert_cannot_catch< Derived * volatile, Base *, Derived>(); in f4() [all …]
|
H A D | catch_null_pointer_to_object_pr64953.pass.cpp | 126 void assert_cannot_catch() { in assert_cannot_catch() function 176 assert_cannot_catch<Base*, Ambiguous1*>(); in f2() 177 assert_cannot_catch<Base*, Ambiguous2*>(); in f2() 178 assert_cannot_catch<Base*, Ambiguous3*>(); in f2() 179 assert_cannot_catch<Base*, NoPublic1*>(); in f2() 180 assert_cannot_catch<Base*, NoPublic2*>(); in f2()
|