Searched refs:expr_type (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/scripts/kconfig/ |
D | expr.h | 34 enum expr_type { enum 44 enum expr_type type; 154 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); 155 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); 156 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); 172 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); 173 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
|
D | lkc_proto.h | 40 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));
|
D | expr.c | 24 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() 43 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 135 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 508 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 560 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2() 852 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq() 881 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 983 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
|