Home
last modified time | relevance | path

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

/src/contrib/libcxxrt/
H A Dtypeinfo.h91 void **thrown_object,
102 void **thrown_object) const in __do_upcast() argument
153 void **thrown_object) const in __do_upcast()
169 void **thrown_object) const;
252 void **thrown_object) const;
288 void **thrown_object,
H A Ddynamic_cast.cc128 void **thrown_object) const in __do_upcast()
134 return __base_type->__do_upcast(target, thrown_object); in __do_upcast()
147 void **thrown_object) const in __do_upcast()
165 void *obj = *thrown_object; in __do_upcast()
179 *thrown_object = cast; in __do_upcast()