Lines Matching defs:e
19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local
27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local
35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local
44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local
67 struct expr *e; in expr_copy() local
106 void expr_free(struct expr *e) in expr_free()
253 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
339 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
578 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
601 struct expr *expr_transform(struct expr *e) in expr_transform()
815 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
924 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1039 expr_get_leftmost_symbol(const struct expr *e) in expr_get_leftmost_symbol()
1065 struct expr *e; in expr_simplify_unmet_dep() local
1080 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
1175 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1210 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()