Searched refs:E_NOT (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.c | 78 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 D | expr.h | 32 E_NONE, E_OR, E_AND, E_NOT, enumerator
|
H A D | zconf.y | 512 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
|
H A D | menu.c | 87 case E_NOT: in rewrite_m()
|
H A D | symbol.c | 1219 case E_NOT: in sym_check_expr_deps()
|
/openbmc/linux/scripts/kconfig/ |
H A D | expr.c | 79 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 D | expr.h | 32 E_NONE, E_OR, E_AND, E_NOT, enumerator
|
H A D | parser.y | 446 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
|
H A D | menu.c | 89 case E_NOT: in rewrite_m()
|
H A D | symbol.c | 1109 case E_NOT: in sym_check_expr_deps()
|