Home
last modified time | relevance | path

Searched refs:attributesEqual (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic2.d425 const sameAttr = tf1.attributesEqual(tf2); in visit()
H A Dopover.d1745 bool ambig = tf.attributesEqual(bestTf); in findBestOpApplyMatch()
H A Dmtype.d5062 if (this.ty != to.ty || !this.attributesEqual(cast(TypeFunction) to)) in constConv()
5105 bool attributesEqual(const scope TypeFunction other) const pure nothrow @safe @nogc in attributesEqual() function