Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h571 Type *isLazyArray();
H A Dmtype.d4955 Type tret = p.isLazyArray();
6812 Type isLazyArray() in isLazyArray() function
H A Ddtemplate.d2061 Type tret = fparam.isLazyArray(); in deduceFunctionTemplateMatch()
H A Dexpressionsem.d1803 Type tret = p.isLazyArray(); in functionParameters()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h940 Type *isLazyArray();
H A Dmtype.c6159 Type *tret = p->isLazyArray(); in callMatch()
9370 Type *Parameter::isLazyArray() in isLazyArray() function
H A Dexpression.c1481 Type *tret = p->isLazyArray(); in functionParameters()
H A Ddtemplate.c1788 Type *tret = fparam->isLazyArray(); in deduceFunctionTemplateMatch()