Searched refs:E_OR (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.c | 63 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() 146 * not have type 'type' (E_OR/E_AND) is considered a leaf, and is compared 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() [all...] |
H A D | expr.h | 32 E_NONE, E_OR, E_AND, E_NOT, enumerator
|
H A D | parser.y | 456 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
|
H A D | menu.c | 91 case E_OR: in rewrite_m()
|
H A D | symbol.c | 1135 case E_OR: in sym_check_expr_deps()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.c | 63 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() 146 * not have type 'type' (E_OR/E_AND) is considered a leaf, and is compared 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() [all...] |
H A D | expr.h | 32 E_NONE, E_OR, E_AND, E_NOT, enumerator
|
H A D | parser.y | 447 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
|
H A D | menu.c | 92 case E_OR: in rewrite_m()
|
H A D | symbol.c | 1091 case E_OR: in sym_check_expr_deps()
|
Completed in 10 milliseconds