Lines Matching defs:e
21 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
29 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
37 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
46 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local
69 struct expr *e; in expr_copy() local
108 void expr_free(struct expr *e) in expr_free()
317 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
403 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
665 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
695 struct expr *expr_transform(struct expr *e) in expr_transform()
923 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1031 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1139 void expr_print(struct expr *e, in expr_print()
1236 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1271 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()
1281 static void expr_print_revdep(struct expr *e, in expr_print_revdep()
1300 void expr_gstr_print_revdep(struct expr *e, struct gstr *gs, in expr_gstr_print_revdep()