Home
last modified time | relevance | path

Searched refs:E_NOT (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dexpr.c78 case E_NOT: in expr_copy()
114 case E_NOT: in expr_free()
267 case E_NOT: in expr_eq()
401 case E_NOT: in expr_trans_bool()
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()
434 if (e1->type == E_NOT) { in expr_join_or()
441 if (e2->type == E_NOT) { in expr_join_or()
472 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || in expr_join_or()
473 (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL)) in expr_join_or()
[all …]
H A Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, enumerator
H A Dzconf.y512 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
H A Dmenu.c87 case E_NOT: in rewrite_m()
H A Dsymbol.c1219 case E_NOT: in sym_check_expr_deps()
/openbmc/linux/scripts/kconfig/
H A Dexpr.c79 case E_NOT: in expr_copy()
115 case E_NOT: in expr_free()
275 case E_NOT: in expr_eq()
409 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_or()
411 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or()
413 if (e1->type == E_NOT) { in expr_join_or()
420 if (e2->type == E_NOT) { in expr_join_or()
451 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || in expr_join_or()
452 (e2->type == E_NOT && e2->left.expr->type == E_SYMBOL && e1->type == E_SYMBOL)) in expr_join_or()
473 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_and()
[all …]
H A Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, enumerator
H A Dparser.y446 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
H A Dmenu.c89 case E_NOT: in rewrite_m()
H A Dsymbol.c1109 case E_NOT: in sym_check_expr_deps()