Searched refs:__Crun (Results 1 – 9 of 9) sorted by relevance
275 static __Crun::static_type_info const * get(285 __Crun::static_type_info * info;287 std::vector< __Crun::class_base_descr > bases;304 __Crun::static_type_info const * RttiMap::get( in get()362 data.info = new __Crun::static_type_info; in get_()378 __Crun::class_base_descr last; in get_()410 __Crun::static_type_info const * rtti = RttiMap::get( in raiseException()412 void * exc = __Crun::ex_alloc(type->nSize); in raiseException()427 __Crun::ex_throw(exc, rtti, toFunction(thunk)); in raiseException()
36 namespace __Crun { namespace
332 void * exc = __Crun::ex_get(); in call()
362 void * pCppExc = __Crun::ex_alloc( pTypeDescr->nSize ); in cc50_solaris_intel_raiseException()399 __Crun::ex_throw(pCppExc, (const __Crun::static_type_info*)pRTTI, f); in cc50_solaris_intel_raiseException()
32 namespace __Crun namespace
257 void* pExc = __Crun::ex_get(); in cpp_call()
364 void * pCppExc = __Crun::ex_alloc( pTypeDescr->nSize ); in cc50_solaris_sparc_raiseException()392 __Crun::ex_throw(pCppExc, (const __Crun::static_type_info*)pRTTI, f); in cc50_solaris_sparc_raiseException()
244 void* pExc = __Crun::ex_get(); in cpp_call()
Completed in 35 milliseconds