Home
last modified time | relevance | path

Searched refs:mt2 (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A DREADME194 else if( (mt1&MENU)||(mt2&MENU) ) return( LVAL+NCVT+TYPL+PTMATCH+PUN );
202 else if( (mt1&MENU)||(mt2&MENU) ) return( LVAL+NCVT+TYPL+PTMATCH+PUN );
204 ! else if (mt2 == 0 && (p->in.right->in.op == CALL || p->in.right->in.op == UNARY CALL))
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dtrees.c1646 int mt12, mt1, mt2, o; in opact() local
1648 mt1 = mt2 = mt12 = 0; in opact()
1652 mt12=mt2 = moditype(p->n_right->n_type); in opact()
1730 else if( (mt1&MINT) && (mt2&MPTR) ) return( TYPR+PUN ); in opact()
1731 else if( (mt1&MPTR) && (mt2&MINT) ) return( TYPL+PUN ); in opact()
1768 else if ((mt1&MPTR) && (mt2&MINT)) in opact()
1775 if (mt2 & MPTR) in opact()
1781 else if ((mt1&MPTR) && (mt2&MINT)) in opact()
1783 else if ((mt1&MINT) && (mt2&MPTR)) in opact()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dtrees.c1743 int mt12, mt1, mt2, o; in opact() local
1745 mt1 = mt2 = mt12 = 0; in opact()
1749 mt12=mt2 = moditype(p->n_right->n_type); in opact()
1827 else if( (mt1&MINT) && (mt2&MPTR) ) return( TYPR+PUN ); in opact()
1828 else if( (mt1&MPTR) && (mt2&MINT) ) return( TYPL+PUN ); in opact()
1845 if (mt2 & MPTR) in opact()
1851 else if ((mt1&MPTR) && (mt2&MINT)) in opact()
1853 else if ((mt1&MINT) && (mt2&MPTR)) in opact()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc1037 tree mt2 = TYPE_MAIN_VARIANT (t2); in warn_types_mismatch() local
1040 || (type_with_linkage_p (mt2) in warn_types_mismatch()
1041 && type_in_anonymous_namespace_p (mt2))) in warn_types_mismatch()
1047 std::swap (mt1, mt2); in warn_types_mismatch()
1053 tree n2 = TYPE_NAME (mt2) ? TYPE_NAME (mt2) : NULL; in warn_types_mismatch()
1080 const char *odr2 = get_odr_name_for_type (mt2); in warn_types_mismatch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-devirt.c1024 tree mt2 = TYPE_MAIN_VARIANT (t2);
1027 || (type_with_linkage_p (mt2)
1028 && type_in_anonymous_namespace_p (mt2)))
1034 std::swap (mt1, mt2);
1040 tree n2 = TYPE_NAME (mt2) ? TYPE_NAME (mt2) : NULL;
1067 const char *odr2 = get_odr_name_for_type (mt2);
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c768 #define mti_wmname mt2.mt2_wmname
771 #define mti_wmutex mt2.mt2_wmutex
774 } mt2; member