Home
last modified time | relevance | path

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

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