Home
last modified time | relevance | path

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

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dexpression.c3649 bool convertMatch = (type->ty != to->ty); in matchType() local
3661 convertMatch = true; in matchType()
3699 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c3649 bool convertMatch = (type->ty != to->ty); in matchType() local
3661 convertMatch = true; in matchType()
3699 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dexpression.c3649 bool convertMatch = (type->ty != to->ty); in matchType() local
3661 convertMatch = true; in matchType()
3699 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dexpression.c4719 bool convertMatch = (type->ty != to->ty); in matchType() local
4731 convertMatch = true; in matchType()
4769 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dexpression.c4734 bool convertMatch = (type->ty != to->ty); in matchType() local
4746 convertMatch = true; in matchType()
4784 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dexpression.c4719 bool convertMatch = (type->ty != to->ty); in matchType() local
4731 convertMatch = true; in matchType()
4769 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dexpression.c4734 bool convertMatch = (type->ty != to->ty); in matchType() local
4746 convertMatch = true; in matchType()
4784 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dexpression.c4722 bool convertMatch = (type->ty != to->ty); in matchType() local
4734 convertMatch = true; in matchType()
4772 m = convertMatch ? MATCHconvert : tx->equals(to) ? MATCHexact : MATCHconst; in matchType()
/dports/lang/gcc10-devel/gcc-10-20211008/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()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dexpression.d3951 bool convertMatch = (type.ty != to.ty); variable
3963 convertMatch = true;
4000 m = convertMatch ? MATCH.convert : tx.equals(to) ? MATCH.exact : MATCH.constant;