Searched refs:E_NOT (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 case E_NOT: in expr_trans_bool() 438 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_or() 440 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or() 442 if (e1->type == E_NOT) { in expr_join_or() 449 if (e2->type == E_NOT) { in expr_join_or() 480 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || in expr_join_or() 481 (e2->type == E_NOT in expr_join_or() [all...] |
H A D | expr.h | 32 E_NONE, E_OR, E_AND, E_NOT, enumerator
|
H A D | parser.y | 455 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
|
H A D | menu.c | 88 case E_NOT: in rewrite_m()
|
H A D | symbol.c | 1141 case E_NOT: in sym_check_expr_deps()
|
/kernel/linux/linux-6.6/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 case E_NOT: in expr_trans_bool() 438 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_or() 440 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or() 442 if (e1->type == E_NOT) { in expr_join_or() 449 if (e2->type == E_NOT) { in expr_join_or() 480 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || in expr_join_or() 481 (e2->type == E_NOT in expr_join_or() [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 | 1097 case E_NOT: in sym_check_expr_deps()
|
Completed in 9 milliseconds