Home
last modified time | relevance | path

Searched refs:expr_type (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
A Dexpr.h25 enum expr_type { enum
49 enum expr_type type;
298 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
299 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
300 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
310 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
A Dexpr.c33 static struct expr *expr_lookup(enum expr_type type, void *l, void *r) in expr_lookup()
62 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
67 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
72 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
479 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
784 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
991 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()

Completed in 5 milliseconds