Searched refs:attributesEqual (Results 1 – 3 of 3) sorted by relevance
425 const sameAttr = tf1.attributesEqual(tf2); in visit()
1745 bool ambig = tf.attributesEqual(bestTf); in findBestOpApplyMatch()
5062 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