Searched refs:t2 (Results 1 – 2 of 2) sorted by relevance
148 @t2 depends on !patch disable is_zero,isnt_zero @171 p << t2.p1;177 p << t2.p2;183 p << t2.p1;189 p << t2.p2;
1106 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument1108 if (t1 == t2) in expr_compare_type()1115 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type()1119 if (t2 == E_NOT) in expr_compare_type()1122 if (t2 == E_AND) in expr_compare_type()1125 if (t2 == E_OR) in expr_compare_type()1128 if (t2 == E_LIST) in expr_compare_type()1131 if (t2 == 0) in expr_compare_type()1136 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
Completed in 7 milliseconds