Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:expr_type

2711 		newe->expr_type = e->expr_type;
2714 if (newe->expr_type == CEXPR_NAMES) {
2760 switch (e->expr_type) {
2906 switch (e->expr_type) {
2987 uintptr_t define_cexpr(uint32_t expr_type, uintptr_t arg1, uintptr_t arg2)
2998 if (expr_type == CEXPR_NAMES) {
3011 expr->expr_type = expr_type;
3013 switch (expr_type) {
3164 switch (e->expr_type) {
3233 cond_expr_t *define_cond_expr(uint32_t expr_type, void *arg1, void *arg2)
3241 if (expr_type == COND_BOOL) {
3256 expr->expr_type = expr_type;
3259 switch (expr_type) {