Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dexpr.h29 enum expr_type { enum
39 enum expr_type type;
186 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
187 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
188 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
204 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
205 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
H A Dexpr.c24 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()
509 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
561 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups2()
853 void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) in expr_extract_eq()
882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
984 int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
H A Dlkc_proto.h52 P(expr_compare_type,int,(enum expr_type t1, enum expr_type t2));