Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h43 std::type_info * tinfo, void (*dest)(void *));
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc326 std::type_info* tinfo, in __cxa_throw() argument
329 header->exceptionType = tinfo; in __cxa_throw()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception.cpp223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) in __cxa_throw() argument
230 exception_header->exceptionType = tinfo; in __cxa_throw()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h100 std::type_info* tinfo,