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

/scripts/kconfig/
H A Dexpr.c979 int expr_compare_type(enum expr_type t1, enum expr_type t2) argument
984 if (t1 == t2)
989 if (t2 == E_NOT)
992 if (t2 == E_AND)
995 if (t2 == E_OR)
998 if (t2 == E_LIST)
1001 if (t2 == 0)
1006 printf("[%dgt%d?]", t1, t2);

Completed in 214 milliseconds