Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Doperations.d168 alias RHT = Args[idx - 1]; in typeCheck() local
170 static if (is(typeof((LHT a, RHT b) => mixin("a " ~ op ~ " b")) RT == return)) in typeCheck()
175 ~ LHT.stringof ~ "` and `" ~ RHT.stringof ~ "`."); in typeCheck()
179 alias RHT = Args[idx - 1]; in typeCheck() local
184 static if (is(typeof((T res, RHT b) => mixin("res " ~ op ~ " b")) RT == return) in typeCheck()
186 (op != "=" || is(Unqual!T == Unqual!RHT))) in typeCheck()
191 ~ T.stringof ~ "` and `" ~ RHT.stringof ~ "`."); in typeCheck()
195 static if (is(typeof((RHT b) => mixin("cast(T) b")))) in typeCheck()
206 … "`cast(" ~ T.stringof ~ ")` not supported for type `" ~ RHT.stringof ~ "`."); in typeCheck()