Home | History | Annotate | Download | only in embenchen

Lines Matching refs:possibility

1547     }function ___cxa_does_inherit(definiteType, possibilityType, possibility) {
1548 if (possibility == 0) return false;
1559 case 0: // possibility is a pointer
1569 return ___cxa_does_inherit(defPointerBaseType, possPointerBaseType, possibility);
1577 return ___cxa_does_inherit(definiteType, parentType, possibility);