Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c4943 #undef SLOTDEFINED in inherit_slots()
4950 #define SLOTDEFINED(SLOT) \ in inherit_slots() macro
4955 if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT in inherit_slots()
/external/python/cpython2/Objects/
Dtypeobject.c3931 #undef SLOTDEFINED
3938 #define SLOTDEFINED(SLOT) \ macro
3943 if (!type->SLOT && SLOTDEFINED(SLOT)) type->SLOT = base->SLOT