Searched refs:op_str (Results 1 – 4 of 4) sorted by relevance
85 const char *op_str; in write_expr() local89 op_str = CIL_KEY_AND; in write_expr()92 op_str = CIL_KEY_OR; in write_expr()95 op_str = CIL_KEY_NOT; in write_expr()98 op_str = CIL_KEY_ALL; in write_expr()101 op_str = CIL_KEY_EQ; in write_expr()104 op_str = CIL_KEY_NEQ; in write_expr()107 op_str = CIL_KEY_XOR; in write_expr()110 op_str = CIL_KEY_RANGE; in write_expr()113 op_str = CIL_KEY_CONS_DOM; in write_expr()[all …]
559 const char *op_str; in __cil_cons_leaf_op_to_string() local564 op_str = " == "; in __cil_cons_leaf_op_to_string()568 op_str = " != "; in __cil_cons_leaf_op_to_string()572 op_str = " dom "; in __cil_cons_leaf_op_to_string()576 op_str = " domby "; in __cil_cons_leaf_op_to_string()580 op_str = " incomp "; in __cil_cons_leaf_op_to_string()585 op_str = " ??? "; in __cil_cons_leaf_op_to_string()589 strcpy(new, op_str); in __cil_cons_leaf_op_to_string()
1084 #define DOCTEST_DO_BINARY_EXPRESSION_COMPARISON(op, op_str, op_macro) \1091 return Result(res, stringifyBinaryExpr(lhs, op_str, rhs)); \
12353 string op_str = does_shader_write_sample_mask ? " &= " : " = "; in fix_up_shader_inputs_outputs() local12355 … statement(to_expression(builtin_sample_mask_id), op_str, additional_fixed_sample_mask_str(), ";"); in fix_up_shader_inputs_outputs()