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()
246 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn()
332 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool()
571 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups()
594 struct expr *expr_transform(struct expr *e) in expr_transform()
808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
917 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1032 expr_get_leftmost_symbol(const struct expr *e) in expr_get_leftmost_symbol()
1058 struct expr *e; in expr_simplify_unmet_dep() local
1073 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int … in expr_print()
1168 void expr_fprint(struct expr *e, FILE *out) in expr_fprint()
1203 void expr_gstr_print(struct expr *e, struct gstr *gs) in expr_gstr_print()