Searched refs:RHT (Results 1 – 1 of 1) sorted by relevance
168 alias RHT = Args[idx - 1]; in typeCheck() local170 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() local184 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()