Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/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()
H A Dzconf.tab.c_shipped1969 { (yyval.expr) = expr_alloc_one(E_NOT, (yyvsp[0].expr)); }
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.c78 case E_NOT: in expr_copy()
114 case E_NOT: in expr_free()
216 case E_NOT: in expr_eq()
339 case E_NOT: in expr_trans_bool()
368 if (e1->type != E_EQUAL && e1->type != E_UNEQUAL && e1->type != E_SYMBOL && e1->type != E_NOT) in expr_join_or()
370 if (e2->type != E_EQUAL && e2->type != E_UNEQUAL && e2->type != E_SYMBOL && e2->type != E_NOT) in expr_join_or()
372 if (e1->type == E_NOT) { in expr_join_or()
379 if (e2->type == E_NOT) { in expr_join_or()
410 if ((e1->type == E_NOT && e1->left.expr->type == E_SYMBOL && e2->type == E_SYMBOL) || in expr_join_or()
411 (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.y489 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
H A Dmenu.c88 case E_NOT: in menu_check_dep()
H A Dzconf.tab.c
H A Dsymbol.c1201 case E_NOT: in sym_check_expr_deps()
H A Dzconf.tab.c_shipped1954 { (yyval.expr) = expr_alloc_one(E_NOT, (yyvsp[0].expr)); }
/OK3568_Linux_fs/kernel/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 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 && 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 Dparser.y455 | T_NOT expr { $$ = expr_alloc_one(E_NOT, $2); }
H A Dmenu.c88 case E_NOT: in rewrite_m()
H A Dsymbol.c1143 case E_NOT: in sym_check_expr_deps()