Searched refs:CIL_KEY_AND (Results 1 – 6 of 6) sorted by relevance
90 extern char *CIL_KEY_AND;
93 char *CIL_KEY_AND; variable258 CIL_KEY_AND = cil_strpool_add("and"); in cil_init_keys()1319 return CIL_KEY_AND; in cil_node_to_string()
92 op_str = CIL_KEY_AND; in __cil_unfill_expr_helper()
374 op_str = CIL_KEY_AND; in cil_expr_to_string()
2536 else if (op == CIL_KEY_AND) return CIL_AND; in __cil_get_expr_operator_flavor()2642 if (op == CIL_KEY_AND) return CIL_AND; in __cil_get_constraint_operator_flavor()
2017 opstr = CIL_KEY_AND; in __cil_expr_to_string()