Home
last modified time | relevance | path

Searched refs:errorException (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dblockexit.c457 if (cd == ClassDeclaration::errorException || in blockExit()
458 ClassDeclaration::errorException->isBaseOf(cd, NULL)) in blockExit()
H A Daggregate.h272 static ClassDeclaration *errorException; variable
H A Ddclass.c40 ClassDeclaration *ClassDeclaration::errorException;
231 errorException = this; in ClassDeclaration()
H A Ddinterpret.c1657 …return cd == ClassDeclaration::errorException || ClassDeclaration::errorException->isBaseOf(cd, NU… in isAnErrorException()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d550 if (cd == ClassDeclaration.errorException || ClassDeclaration.errorException.isBaseOf(cd, null)) in checkThrow()
H A Daggregate.h252 static ClassDeclaration *errorException; variable
H A Ddclass.d151 ClassDeclaration errorException; variable
359 errorException = this; in this()
H A Ddinterpret.d1511 …return cd == ClassDeclaration.errorException || ClassDeclaration.errorException.isBaseOf(cd, null); in isAnErrorException()