Lines Matching defs:ctorIsBase
1537 Label ctorIsBase(env);
1554 BRANCH(IsBase(superCtor), &ctorIsBase, &ctorNotBase);
1555 Bind(&ctorIsBase);
3539 Label ctorIsBase(env);
3552 BRANCH(IsBase(superCtor), &ctorIsBase, &ctorNotBase);
3553 Bind(&ctorIsBase);
4616 Label ctorIsBase(env);
4627 BRANCH(IsBase(ctor), &ctorIsBase, &ctorNotBase);
4628 Bind(&ctorIsBase);
4688 Label ctorIsBase(env);
4699 BRANCH(IsBase(ctor), &ctorIsBase, &ctorNotBase);
4700 Bind(&ctorIsBase);
4761 Label ctorIsBase(env);
4772 BRANCH(IsBase(ctor), &ctorIsBase, &ctorNotBase);
4773 Bind(&ctorIsBase);