Searched defs:e1 (Results 1 – 3 of 3) sorted by relevance
67 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()77 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()84 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()207 bool expr_eq(struct expr *e1, struct expr *e2) in expr_eq()313 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()378 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()786 struct expr *e1, *e2; in expr_trans_compare() local
14 enum e e1; variable
186 struct type_expansion *const *e1 = p1; in cmp_expansion_name() local