Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dobjc.d400 abstract void checkTupleof(Expression expression, TypeClass type) const;
507 override void checkTupleof(Expression expression, TypeClass type) const in checkTupleof() function
812 override void checkTupleof(Expression expression, TypeClass type) const in checkTupleof() function
H A Dtypesem.d4181 objc.checkTupleof(e, mt); in dotExp()