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;
203 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
204 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
205 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
217 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
Dexpr.c25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
526 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
815 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1004 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()