Lines Matching defs:l_flavor
252 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)
255 if (l_flavor == CIL_CONS_L1 || l_flavor == CIL_CONS_L2 || l_flavor == CIL_CONS_H1 || l_flavor == CIL_CONS_H2 ) {
258 } else if (l_flavor == CIL_CONS_U3 || l_flavor == CIL_CONS_R3 || l_flavor == CIL_CONS_T3) {
275 } else if (l_flavor != CIL_CONS_U1) {
280 if (l_flavor != CIL_CONS_R1) {
288 } else if (l_flavor != CIL_CONS_T1) {
293 if (l_flavor != CIL_CONS_L1 && l_flavor != CIL_CONS_H1) {
298 if (l_flavor != CIL_CONS_L1 && l_flavor != CIL_CONS_L2 && l_flavor != CIL_CONS_H1 ) {
303 if (l_flavor != CIL_CONS_L1) {