Searched refs:mt2 (Results 1 – 6 of 6) sorted by relevance
194 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))
1646 int mt12, mt1, mt2, o; in opact() local1648 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()
1743 int mt12, mt1, mt2, o; in opact() local1745 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()
1037 tree mt2 = TYPE_MAIN_VARIANT (t2); in warn_types_mismatch() local1040 || (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()
1024 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);
768 #define mti_wmname mt2.mt2_wmname771 #define mti_wmutex mt2.mt2_wmutex774 } mt2; member