Searched refs:isRichCompareSlot (Results 1 – 6 of 6) sorted by relevance
862 if (isRichCompareSlot(gmd)) in moveGlobalSlot()883 if (isRichCompareSlot(gmd)) in moveGlobalSlot()980 if (isInplaceNumberSlot(md) || isRichCompareSlot(md)) in moveGlobalSlot()
1428 int isRichCompareSlot(memberDef *md);
458 …if (isNumberSlot(md) || isInplaceNumberSlot(md) || isRichCompareSlot(md) || md->slot == concat_slo… in pyiClass()
5352 int isRichCompareSlot(memberDef *md) in isRichCompareSlot() function5574 if (isNumberSlot(md) || isRichCompareSlot(md) || isInplaceNumberSlot(md)) in generateSlot()5585 if (isNumberSlot(md) || isRichCompareSlot(md)) in generateSlot()
11182 …_slot && st != pos_slot && !isNumberSlot(md) && !isInplaceNumberSlot(md) && !isRichCompareSlot(md)) in findFunction()
7543 …_slot && st != pos_slot && !isNumberSlot(md) && !isInplaceNumberSlot(md) && !isRichCompareSlot(md)) in findFunction()