Searched refs:cannotInfer (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expression.d | 3866 static MATCH cannotInfer(Expression e, Type to, int flag) in cannotInfer() function 3902 return cannotInfer(this, to, flag); 3913 return cannotInfer(this, to, flag); 3933 return cannotInfer(this, to, flag); 3952 return cannotInfer(this, to, flag);
|