Lines Matching refs:l_flavor
211 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)
214 if (l_flavor == CIL_CONS_L1 || l_flavor == CIL_CONS_L2 || l_flavor == CIL_CONS_H1 || l_flavor == CIL_CONS_H2 ) {
217 } else if (l_flavor == CIL_CONS_U3 || l_flavor == CIL_CONS_R3 || l_flavor == CIL_CONS_T3) {
228 } else if (l_flavor != CIL_CONS_U1) {
233 if (l_flavor != CIL_CONS_R1) {
241 } else if (l_flavor != CIL_CONS_T1) {
246 if (l_flavor != CIL_CONS_L1 && l_flavor != CIL_CONS_H1) {
251 if (l_flavor != CIL_CONS_L1 && l_flavor != CIL_CONS_L2 && l_flavor != CIL_CONS_H1 ) {
256 if (l_flavor != CIL_CONS_L1) {