Home
last modified time | relevance | path

Searched refs:E_EQUAL (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/scripts/kconfig/
Dexpr.c81 case E_EQUAL: in expr_copy()
117 case E_EQUAL: in expr_free()
258 case E_EQUAL: in expr_eq()
430 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_or()
432 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or()
436 if (tmp->type != E_EQUAL && tmp->type != E_UNEQUAL && tmp->type != E_SYMBOL) in expr_join_or()
452 if (e1->type == E_EQUAL && e2->type == E_EQUAL && in expr_join_or()
458 if (e1->type == E_EQUAL && e2->type == E_EQUAL && in expr_join_or()
464 if (e1->type == E_EQUAL && e2->type == E_EQUAL && in expr_join_or()
494 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_and()
[all …]
Dexpr.h33 E_EQUAL, E_UNEQUAL, E_LTH, E_LEQ, E_GTH, E_GEQ, enumerator
Dzconf.y501 | symbol T_EQUAL symbol { $$ = expr_alloc_comp(E_EQUAL, $1, $3); }
Dmenu.c519 basedep = expr_alloc_comp(E_EQUAL, sym, &symbol_yes); in menu_finalize()
Dsymbol.c1143 case E_EQUAL: in sym_check_expr_deps()