Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
295 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
296 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
297 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
309 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
A Dexpr.c25 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
914 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1106 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/u-boot/tools/buildman/
A Dkconfiglib.py3820 def warn_select_imply(sym, expr, expr_type): argument
3823 .format(sym.name_and_loc, expr_type)

Completed in 18 milliseconds