Home
last modified time | relevance | path

Searched refs:__exception_ptr (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dglob-comp-aa-crash.ll5 …_sub_state" = type { %"class.std::__1::__shared_count", %"class.std::__exception_ptr::exception_pt…
7 %"class.std::__exception_ptr::exception_ptr" = type { i8* }
23 %ref.tmp = alloca %"class.std::__exception_ptr::exception_ptr", align 8
25 %agg.tmp = alloca %"class.std::__exception_ptr::exception_ptr", align 8
39 …call void @_ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE(%"class.std::__exception_ptr::exceptio…
40 …RKNS_13exception_ptrES2_(%"class.std::__exception_ptr::exception_ptr"* %__exception_, %"class.std:…
41 …call void @_ZNSt15__exception_ptr13exception_ptrD1Ev(%"class.std::__exception_ptr::exception_ptr"*…
45 …_ptr13exception_ptrC1ERKS0_(%"class.std::__exception_ptr::exception_ptr"* %agg.tmp, %"class.std::_…
46 …17rethrow_exceptionNSt15__exception_ptr13exception_ptrE(%"class.std::__exception_ptr::exception_pt…
64 …call void @_ZNSt15__exception_ptr13exception_ptrD1Ev(%"class.std::__exception_ptr::exception_ptr"*…
[all …]
/external/libcxx/src/
Dexception.cpp169 namespace __exception_ptr namespace
183 _LIBCPP_NORETURN void rethrow_exception(__exception_ptr::exception_ptr);
192 reinterpret_cast<__exception_ptr::exception_ptr*>(this)->~exception_ptr(); in ~exception_ptr()
210 new (reinterpret_cast<void*>(this)) __exception_ptr::exception_ptr( in exception_ptr()
211 reinterpret_cast<const __exception_ptr::exception_ptr&>(other)); in exception_ptr()
234 *reinterpret_cast<__exception_ptr::exception_ptr*>(this) = in operator =()
235 reinterpret_cast<const __exception_ptr::exception_ptr&>(other); in operator =()
302 rethrow_exception(reinterpret_cast<__exception_ptr::exception_ptr&>(p)); in rethrow_exception()