Home
last modified time | relevance | path

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

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