expr_type          43 scripts/kconfig/expr.h 	enum expr_type type;
expr_type         162 scripts/kconfig/expr.h struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);
expr_type         163 scripts/kconfig/expr.h struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2);
expr_type         164 scripts/kconfig/expr.h struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
expr_type         180 scripts/kconfig/expr.h void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2);
expr_type         181 scripts/kconfig/expr.h struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym);
expr_type          33 security/selinux/ss/conditional.c 		switch (cur->expr_type) {
expr_type         373 security/selinux/ss/conditional.c 	if (expr->expr_type <= 0 || expr->expr_type > COND_LAST) {
expr_type         415 security/selinux/ss/conditional.c 		expr->expr_type = le32_to_cpu(buf[0]);
expr_type          32 security/selinux/ss/conditional.h 	__u32 expr_type;
expr_type          28 security/selinux/ss/constraint.h 	u32 expr_type;		/* expression type */
expr_type        1062 security/selinux/ss/policydb.c 			e->expr_type = le32_to_cpu(buf[0]);
expr_type        1066 security/selinux/ss/policydb.c 			switch (e->expr_type) {
expr_type         121 security/selinux/ss/services.c 		switch (e->expr_type) {