Lines Matching refs:l_flavor
217 int cil_verify_constraint_leaf_expr_syntax(enum cil_flavor l_flavor, enum cil_flavor r_flavor, enum cil_flavor op, enum cil_flavor expr_flavor)
220 if (l_flavor == CIL_CONS_L1 || l_flavor == CIL_CONS_L2 || l_flavor == CIL_CONS_H1 || l_flavor == CIL_CONS_H2 ) {
223 } else if (l_flavor == CIL_CONS_U3 || l_flavor == CIL_CONS_R3 || l_flavor == CIL_CONS_T3) {
234 } else if (l_flavor != CIL_CONS_U1) {
239 if (l_flavor != CIL_CONS_R1) {
247 } else if (l_flavor != CIL_CONS_T1) {
252 if (l_flavor != CIL_CONS_L1 && l_flavor != CIL_CONS_H1) {
257 if (l_flavor != CIL_CONS_L1 && l_flavor != CIL_CONS_L2 && l_flavor != CIL_CONS_H1 ) {
262 if (l_flavor != CIL_CONS_L1) {