Lines Matching defs:e
22 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
30 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
38 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
47 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local
70 struct expr *e; in expr_copy() local
105 void expr_free(struct expr *e) in expr_free()
237 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
323 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
618 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
642 struct expr *expr_transform(struct expr *e) in expr_transform()
883 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
944 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1014 expr_get_leftmost_symbol(const struct expr *e) in expr_get_leftmost_symbol()
1040 struct expr *e; in expr_simplify_unmet_dep() local
1055 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
1132 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1167 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()