Home
last modified time | relevance | path

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

/scripts/kconfig/
Dexpr.h31 enum expr_type { enum
41 enum expr_type type;
198 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
199 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
200 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
216 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
217 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
Dlkc_proto.h55 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
Dexpr.c22 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
30 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
39 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
130 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
504 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
556 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2()
848 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq()
877 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
979 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()