Home
last modified time | relevance | path

Searched refs:expr_type (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
288 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
289 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
290 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
302 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
Dexpr.c26 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
34 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
567 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
893 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1075 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()