Searched refs:tinfo (Results 1 – 4 of 4) sorted by relevance
43 std::type_info * tinfo, void (*dest)(void *));
326 std::type_info* tinfo, in __cxa_throw() argument329 header->exceptionType = tinfo; in __cxa_throw()
223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) in __cxa_throw() argument230 exception_header->exceptionType = tinfo; in __cxa_throw()
100 std::type_info* tinfo,