Searched refs:CIL_KEY_OR (Results 1 – 6 of 6) sorted by relevance
94 extern char *CIL_KEY_OR;
77 char *CIL_KEY_OR; variable246 CIL_KEY_OR = cil_strpool_add("or"); in cil_init_keys()1375 return CIL_KEY_OR; in cil_node_to_string()
88 …if ((name == CIL_KEY_AND) || (name == CIL_KEY_OR) || (name == CIL_KEY_NOT) || (name == CIL_KEY_XOR… in __cil_is_reserved_name()
92 op_str = CIL_KEY_OR; in write_expr()
2593 else if (op == CIL_KEY_OR) return CIL_OR; in __cil_get_expr_operator_flavor()2687 else if (op == CIL_KEY_OR) return CIL_OR; in __cil_get_constraint_operator_flavor()
2082 opstr = CIL_KEY_OR; in __cil_expr_to_string()