Searched refs:getIndirection (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c3949 Type *getIndirection(Type *t) function
4049 treti = tf->isref ? treti : getIndirection(treti);
4077 ? fparam->type : getIndirection(fparam->type);
H A Ddcast.c830 Type *ti = getIndirection(t);
1082 if (Type *ti = getIndirection(t))
H A Dexpression.h105 Type *getIndirection(Type *t);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d885 if (Type ti = getIndirection(t))
1177 if (Type ti = getIndirection(t))
H A Dfunc.d3407 Type getIndirection(Type t)

Completed in 122 milliseconds