Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dexpr.h31 enum expr_type { enum
43 enum expr_type type;
296 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
297 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
298 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.c27 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one()
35 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
44 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
151 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq()
590 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1()
916 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare()
1098 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type()
/xen/xen/xsm/flask/ss/
A Dconstraint.h28 u32 expr_type; /* expression type */ member
A Dconditional.c37 switch ( cur->expr_type ) in cond_evaluate_expr()
401 if ( expr->expr_type <= 0 || expr->expr_type > COND_LAST ) in expr_isvalid()
446 expr->expr_type = le32_to_cpu(buf[0]); in cond_read_node()
A Dconditional.h32 __u32 expr_type; member
A Dpolicydb.c1094 e->expr_type = le32_to_cpu(buf[0]); in read_cons_helper()
1098 switch ( e->expr_type ) in read_cons_helper()
A Dservices.c115 switch ( e->expr_type ) in constraint_expr_eval()

Completed in 19 milliseconds