HomeSort by: relevance | last modified time | path
    Searched refs:mt2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 1646 int mt12, mt1, mt2, o; local
1648 mt1 = mt2 = mt12 = 0;
1652 mt12=mt2 = moditype(p->n_right->n_type);
1730 else if( (mt1&MINT) && (mt2&MPTR) ) return( TYPR+PUN );
1731 else if( (mt1&MPTR) && (mt2&MINT) ) return( TYPL+PUN );
1768 else if ((mt1&MPTR) && (mt2&MINT))
1775 if (mt2 & MPTR)
1781 else if ((mt1&MPTR) && (mt2&MINT))
1783 else if ((mt1&MINT) && (mt2&MPTR))
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 1743 int mt12, mt1, mt2, o; local
1745 mt1 = mt2 = mt12 = 0;
1749 mt12=mt2 = moditype(p->n_right->n_type);
1827 else if( (mt1&MINT) && (mt2&MPTR) ) return( TYPR+PUN );
1828 else if( (mt1&MPTR) && (mt2&MINT) ) return( TYPL+PUN );
1845 if (mt2 & MPTR)
1851 else if ((mt1&MPTR) && (mt2&MINT))
1853 else if ((mt1&MINT) && (mt2&MPTR))
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-devirt.cc 1037 tree mt2 = TYPE_MAIN_VARIANT (t2); local
1040 || (type_with_linkage_p (mt2)
1041 && type_in_anonymous_namespace_p (mt2)))
1047 std::swap (mt1, mt2);
1053 tree n2 = TYPE_NAME (mt2) ? TYPE_NAME (mt2) : NULL;
1080 const char *odr2 = get_odr_name_for_type (mt2);
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 787 #define mti_wmname mt2.mt2_wmname
790 #define mti_wmutex mt2.mt2_wmutex
793 } mt2; member in struct:MDB_txninfo

Completed in 157 milliseconds