Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d102 private template substInoutForm(T) in substInoutForm() function
106 alias substInoutForm = T; // prevent matching to the form of alias-this-ed type in substInoutForm() local
108 else static if (is(T : V[K], K, V)) alias substInoutForm = substInout!V[substInout!K]; in substInoutForm() local
109 else static if (is(T : U[n], U, size_t n)) alias substInoutForm = substInout!U[n]; in substInoutForm() local
110 else static if (is(T : U[], U)) alias substInoutForm = substInout!U[]; in substInoutForm() local
111 else static if (is(T : U*, U)) alias substInoutForm = substInout!U*; in substInoutForm() local
112 else alias substInoutForm = T; in substInoutForm() local