Searched defs:t2 (Results 1 - 1 of 1) sorted by relevance

/scripts/kconfig/
H A Dexpr.c984 int expr_compare_type(enum expr_type t1, enum expr_type t2) argument
989 if (t1 == t2)
994 if (t2 == E_NOT)
997 if (t2 == E_AND)
1000 if (t2 == E_OR)
1003 if (t2 == E_LIST)
1006 if (t2 == 0)
1011 printf("[%dgt%d?]", t1, t2);

Completed in 4 milliseconds