Searched refs:convertMatch (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c4732 bool convertMatch = (type->ty != to->ty); local
4744 convertMatch = true;
4782 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d3962 bool convertMatch = (type.ty != to.ty);
3974 convertMatch = true;
4012 m = convertMatch ? MATCH.convert : tx.equals(to) ? MATCH.exact : MATCH.constant;

Completed in 107 milliseconds