Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dexpr.c62 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
91 case E_OR: in expr_copy()
124 case E_OR: in expr_free()
178 case E_OR: in __expr_eliminate_eq()
225 case E_OR: in expr_eliminate_eq()
232 case E_OR: in expr_eliminate_eq()
270 case E_OR: in expr_eq()
349 case E_OR: in expr_eliminate_yn()
400 case E_OR: in expr_trans_bool()
613 case E_OR: case E_AND: in expr_eliminate_dups1()
[all …]
H A Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, enumerator
H A Dzconf.y513 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dmenu.c90 case E_OR: in rewrite_m()
H A Dsymbol.c1213 case E_OR: in sym_check_expr_deps()
H A Dzconf.tab.c_shipped1975 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[-2].expr), (yyvsp[0].expr)); }
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dexpr.c62 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
91 case E_OR: in expr_copy()
124 case E_OR: in expr_free()
162 case E_OR: in __expr_eliminate_eq()
180 case E_OR: in expr_eliminate_eq()
187 case E_OR: in expr_eliminate_eq()
219 case E_OR: in expr_eq()
287 case E_OR: in expr_eliminate_yn()
338 case E_OR: in expr_trans_bool()
539 case E_OR: case E_AND: in expr_eliminate_dups1()
[all …]
H A Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, enumerator
H A Dzconf.y490 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dmenu.c91 case E_OR: in menu_check_dep()
H A Dzconf.tab.c
H A Dsymbol.c1195 case E_OR: in sym_check_expr_deps()
H A Dzconf.tab.c_shipped1960 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[-2].expr), (yyvsp[0].expr)); }
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dexpr.c63 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1; in expr_alloc_or()
92 case E_OR: in expr_copy()
125 case E_OR: in expr_free()
179 case E_OR: in __expr_eliminate_eq()
226 case E_OR: in expr_eliminate_eq()
233 case E_OR: in expr_eliminate_eq()
278 case E_OR: in expr_eq()
357 case E_OR: in expr_eliminate_yn()
408 case E_OR: in expr_trans_bool()
621 case E_OR: case E_AND: in expr_eliminate_dups1()
[all …]
H A Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, enumerator
H A Dparser.y456 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dmenu.c91 case E_OR: in rewrite_m()
H A Dsymbol.c1137 case E_OR: in sym_check_expr_deps()