expr_type          27 scripts/kconfig/expr.c struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)
expr_type          35 scripts/kconfig/expr.c struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)
expr_type          44 scripts/kconfig/expr.c struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)
expr_type         151 scripts/kconfig/expr.c static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
expr_type         597 scripts/kconfig/expr.c static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
expr_type         923 scripts/kconfig/expr.c struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)
expr_type        1105 scripts/kconfig/expr.c static int expr_compare_type(enum expr_type t1, enum expr_type t2)
expr_type          43 scripts/kconfig/expr.h 	enum expr_type type;
expr_type         296 scripts/kconfig/expr.h struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
expr_type         297 scripts/kconfig/expr.h struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
expr_type         298 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
expr_type         310 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
expr_type          32 security/selinux/ss/conditional.c 		switch (cur->expr_type) {
expr_type         383 security/selinux/ss/conditional.c 	if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
expr_type         421 security/selinux/ss/conditional.c 		expr->expr_type = le32_to_cpu(buf[0]);
expr_type         572 security/selinux/ss/conditional.c 		buf[0] = cpu_to_le32(cur_expr->expr_type);
expr_type          31 security/selinux/ss/conditional.h 	__u32 expr_type;
expr_type          29 security/selinux/ss/constraint.h 	u32 expr_type;		/* expression type */
expr_type        1225 security/selinux/ss/policydb.c 			e->expr_type = le32_to_cpu(buf[0]);
expr_type        1229 security/selinux/ss/policydb.c 			switch (e->expr_type) {
expr_type        2825 security/selinux/ss/policydb.c 			buf[0] = cpu_to_le32(e->expr_type);
expr_type        2832 security/selinux/ss/policydb.c 			switch (e->expr_type) {
expr_type         277 security/selinux/ss/services.c 		switch (e->expr_type) {