Searched refs:expr_type (Results 1 – 3 of 3) sorted by relevance
/scripts/kconfig/ |
D | expr.h | 31 enum expr_type { enum 41 enum expr_type type; 201 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); 202 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); 203 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); 219 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); 220 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
|
D | lkc_proto.h | 56 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
|
D | expr.c | 22 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()
|