Lines Matching defs:operand
2697 static enum cil_flavor __cil_get_constraint_operand_flavor(const char *operand)
2699 if (operand == NULL) return CIL_LIST;
2700 else if (operand == CIL_KEY_CONS_T1) return CIL_CONS_T1;
2701 else if (operand == CIL_KEY_CONS_T2) return CIL_CONS_T2;
2702 else if (operand == CIL_KEY_CONS_T3) return CIL_CONS_T3;
2703 else if (operand == CIL_KEY_CONS_R1) return CIL_CONS_R1;
2704 else if (operand == CIL_KEY_CONS_R2) return CIL_CONS_R2;
2705 else if (operand == CIL_KEY_CONS_R3) return CIL_CONS_R3;
2706 else if (operand == CIL_KEY_CONS_U1) return CIL_CONS_U1;
2707 else if (operand == CIL_KEY_CONS_U2) return CIL_CONS_U2;
2708 else if (operand == CIL_KEY_CONS_U3) return CIL_CONS_U3;
2709 else if (operand == CIL_KEY_CONS_L1) return CIL_CONS_L1;
2710 else if (operand == CIL_KEY_CONS_L2) return CIL_CONS_L2;
2711 else if (operand == CIL_KEY_CONS_H1) return CIL_CONS_H1;
2712 else if (operand == CIL_KEY_CONS_H2) return CIL_CONS_H2;
2749 cil_log(CIL_ERR, "Invalid left operand (%s)\n", (char*)current->next->data);