Searched refs:expr_alloc_and (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/scripts/kconfig/ |
D | menu.c | 121 return expr_alloc_and(e, expr_alloc_symbol(modules_sym)); in rewrite_m() 131 current_entry->dep = expr_alloc_and(current_entry->dep, dep); in menu_add_dep() 199 prop->visible.expr = expr_alloc_and(prop->visible.expr, in menu_add_prompt() 212 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility() 316 basedep = expr_alloc_and(parent->dep, basedep); in _menu_finalize() 360 dep = expr_alloc_and(basedep, dep); in _menu_finalize() 371 expr_alloc_and(expr_alloc_symbol(menu->sym), dep)); in _menu_finalize() 375 expr_alloc_and(expr_alloc_symbol(menu->sym), dep)); in _menu_finalize()
|
D | expr.h | 290 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2);
|
D | expr.c | 77 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() function 682 e = expr_alloc_and(expr_alloc_one(E_NOT, e->left.expr->left.expr), in expr_transform()
|