Searched refs:expr_type (Results  1 – 7 of 7) sorted by relevance
| /linux-4.4.14/scripts/kconfig/ | 
| D | expr.h | 31 enum expr_type {  enum 43 	enum expr_type type; 203 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce); 204 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2); 205 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2); 217 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
  | 
| D | expr.c | 25 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() 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)  in __expr_eliminate_eq() 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)  in expr_eliminate_dups1() 808 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)  in expr_trans_compare() 997 static int expr_compare_type(enum expr_type t1, enum expr_type t2)  in expr_compare_type()
  | 
| /linux-4.4.14/security/selinux/ss/ | 
| D | constraint.h | 28 	u32 expr_type;		/* expression type */  member
  | 
| D | conditional.c | 34 		switch (cur->expr_type) {  in cond_evaluate_expr() 387 	if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {  in expr_isvalid() 425 		expr->expr_type = le32_to_cpu(buf[0]);  in cond_read_node() 576 		buf[0] = cpu_to_le32(cur_expr->expr_type);  in cond_write_node()
  | 
| D | conditional.h | 33 	__u32 expr_type;  member
  | 
| D | policydb.c | 1257 			e->expr_type = le32_to_cpu(buf[0]);  in read_cons_helper() 1261 			switch (e->expr_type) {  in read_cons_helper() 2809 			buf[0] = cpu_to_le32(e->expr_type);  in write_cons_helper() 2816 			switch (e->expr_type) {  in write_cons_helper()
  | 
| D | services.c | 286 		switch (e->expr_type) {  in constraint_expr_eval()
  |