Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Ddeh.d702 ClassInfo thrownType;
705 thrownType = ExceptionHeader.getClassInfo(unwindHeader);
756 && _d_isbaseof(thrownType, ci))
/netbsd/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Ddeh.d691 ClassInfo thrownType; in actionTableLookup() local
694 thrownType = getClassInfo(unwindHeader, lsda); in actionTableLookup()
745 && _d_isbaseof(thrownType, ci)) in actionTableLookup()