Lines Matching defs:e
20 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
28 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
36 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
45 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local
68 struct expr *e; in expr_copy() local
107 void expr_free(struct expr *e) in expr_free()
316 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
402 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
664 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
694 struct expr *expr_transform(struct expr *e) in expr_transform()
922 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1030 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1138 void expr_print(struct expr *e, in expr_print()
1235 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1270 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1280 static void expr_print_revdep(struct expr *e, in expr_print_revdep()
1299 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()