Home
last modified time | relevance | path

Searched refs:mt1 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A DREADME192 if(o==CAST && mt1==0)return(TYPL+TYMATCH);
194 else if( (mt1&MENU)||(mt2&MENU) ) return( LVAL+NCVT+TYPL+PTMATCH+PUN );
196 else if( mt1 & MPTR ) return( LVAL+PTMATCH+PUN );
200 if(o==CAST && mt1==0)return(TYPL+TYMATCH);
202 else if( (mt1&MENU)||(mt2&MENU) ) return( LVAL+NCVT+TYPL+PTMATCH+PUN );
206 else if( mt1 & MPTR ) return( LVAL+PTMATCH+PUN );
/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()
1655 mt12 &= (mt1 = moditype(p->n_left->n_type)); in opact()
1669 if( mt1 & MDBI ) return( TYPL+PROML ); in opact()
1673 if( mt1 & MINT ) return( TYPL+PROML ); 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()
1740 else if( mt1 & MPTR) return( LVAL+PTMATCH+PUN ); in opact()
1768 else if ((mt1&MPTR) && (mt2&MINT)) in opact()
1781 else if ((mt1&MPTR) && (mt2&MINT)) in opact()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-devirt.cc1036 tree mt1 = TYPE_MAIN_VARIANT (t1); in warn_types_mismatch() local
1038 if ((type_with_linkage_p (mt1) in warn_types_mismatch()
1039 && type_in_anonymous_namespace_p (mt1)) in warn_types_mismatch()
1043 if (!type_with_linkage_p (mt1) in warn_types_mismatch()
1044 || !type_in_anonymous_namespace_p (mt1)) in warn_types_mismatch()
1047 std::swap (mt1, mt2); in warn_types_mismatch()
1050 gcc_assert (TYPE_NAME (mt1) in warn_types_mismatch()
1051 && TREE_CODE (TYPE_NAME (mt1)) == TYPE_DECL); in warn_types_mismatch()
1052 tree n1 = TYPE_NAME (mt1); in warn_types_mismatch()
1079 const char *odr1 = get_odr_name_for_type (mt1); in warn_types_mismatch()
/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()
1752 mt12 &= (mt1 = moditype(p->n_left->n_type)); in opact()
1766 if( mt1 & MDBI ) return( TYPL+PROML ); in opact()
1770 if( mt1 & MINT ) return( TYPL+PROML ); 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()
1838 else if( mt1 & MPTR) return( LVAL+PTMATCH+PUN ); 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.old/dist/gcc/
H A Dipa-devirt.c1023 tree mt1 = TYPE_MAIN_VARIANT (t1);
1025 if ((type_with_linkage_p (mt1)
1026 && type_in_anonymous_namespace_p (mt1))
1030 if (!type_with_linkage_p (mt1)
1031 || !type_in_anonymous_namespace_p (mt1))
1034 std::swap (mt1, mt2);
1037 gcc_assert (TYPE_NAME (mt1)
1038 && TREE_CODE (TYPE_NAME (mt1)) == TYPE_DECL);
1039 tree n1 = TYPE_NAME (mt1);
1066 const char *odr1 = get_odr_name_for_type (mt1);
/netbsd-src/etc/etc.vax/
H A DMAKEDEV.conf4 makedev mt0 mt1 ts0 ts1 st0 st1 uk0 ss0 cd0 vt0
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c757 #define mti_magic mt1.mtb.mtb_magic
758 #define mti_format mt1.mtb.mtb_format
759 #define mti_rmutex mt1.mtb.mtb_rmutex
760 #define mti_rmname mt1.mtb.mtb_rmname
761 #define mti_txnid mt1.mtb.mtb_txnid
762 #define mti_numreaders mt1.mtb.mtb_numreaders
764 } mt1; member