Home
last modified time | relevance | path

Searched refs:isTypeError (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h328 TypeError *isTypeError();
H A Dtypesem.d2775 case Terror: return visitError (t.isTypeError()); in getProperty()
4634 case Terror: return visitError (mt.isTypeError()); in dotExp()
H A Dexpressionsem.d4077 if (exp.fd.type.isTypeError()) in visit()
12041 if (t.isTypeError()) in visit()
12457 if (v.type.isTypeError()) in semanticY()
H A Dstatementsem.d2482 if (sw.condition.type && !sw.condition.type.isTypeError()) in package()
H A Dmtype.d2701 …inout(TypeError) isTypeError() { return ty == Terror ? cast(typeof(return))this : nu… in isTypeError() function
H A Ddsymbolsem.d3063 if (!fd.type.isTypeError()) in funcDeclarationSemantic()