Lines Matching defs:e
17 struct expr *e = malloc(sizeof(*e)); in expr_alloc_symbol() local
26 struct expr *e = malloc(sizeof(*e)); in expr_alloc_one() local
35 struct expr *e = malloc(sizeof(*e)); in expr_alloc_two() local
45 struct expr *e = malloc(sizeof(*e)); in expr_alloc_comp() local
69 struct expr *e; in expr_copy() local
104 void expr_free(struct expr *e) in expr_free()
236 struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
322 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
617 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
641 struct expr *expr_transform(struct expr *e) in expr_transform()
882 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
943 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1017 expr_get_leftmost_symbol(const struct expr *e) in expr_get_leftmost_symbol()
1043 struct expr *e; in expr_simplify_unmet_dep() local
1058 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
1135 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1170 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()