Lines Matching defs:e2
36 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
54 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
61 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
134 #define e2 (*ep2) macro
195 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
352 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
416 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
513 #define e2 (*ep2) in expr_eliminate_dups1() macro
565 #define e2 (*ep2) in expr_eliminate_dups2() macro
857 #define e2 (*ep2) in expr_extract_eq() macro
885 struct expr *e1, *e2; in expr_trans_compare() local
1030 struct expr *expr_simplify_unmet_dep(struct expr *e1, struct expr *e2) in expr_simplify_unmet_dep()