Searched refs:mt2 (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dsmartp.cc112 Type2 mt2; local
123 SmartPointer<Type2> sp2(&mt2);
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlvm.c174 static const TValue *get_compTM (lua_State *L, Table *mt1, Table *mt2, argument
179 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */
180 tm2 = fasttm(L, mt2, event);
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dtrees.c1630 int mt12, mt1, mt2, o; local
1632 mt1 = mt2 = mt12 = 0;
1636 mt12=mt2 = moditype(p->n_right->n_type);
1713 else if( (mt1&MINT) && (mt2&MPTR) ) return( TYPR+PUN );
1714 else if( (mt1&MPTR) && (mt2&MINT) ) return( TYPL+PUN );
1751 else if ((mt1&MPTR) && (mt2&MINT))
1758 if (mt2 & MPTR)
1764 else if ((mt1&MPTR) && (mt2&MINT))
1766 else if ((mt1&MINT) && (mt2&MPTR))
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dtrees.c1635 int mt12, mt1, mt2, o; local
1637 mt1 = mt2 = mt12 = 0;
1641 mt12=mt2 = moditype(p->n_right->n_type);
1718 else if( (mt1&MINT) && (mt2&MPTR) ) return( TYPR+PUN );
1719 else if( (mt1&MPTR) && (mt2&MINT) ) return( TYPL+PUN );
1756 else if ((mt1&MPTR) && (mt2&MINT))
1763 if (mt2 & MPTR)
1769 else if ((mt1&MPTR) && (mt2&MINT))
1771 else if ((mt1&MINT) && (mt2&MPTR))

Completed in 58 milliseconds