Searched defs:is_true (Results 1 – 11 of 11) sorted by relevance
63 int is_true) in test_binary_op()75 unsigned int b, int is_true) in test_binary_op_8()86 int is_true) in test_binary_op_s()97 int is_true) in test_binary_op_64()
41 bool is_true () const { return m_value == TS_TRUE; } in is_true() function
88 bool is_true; member
1387 bool is_true = true; in parse_option_cond() local
1391 bool is_true = true; in parse_option_cond() local
3187 bool is_true = outer_op == NE_EXPR; in add_constraints_from_binop() local
5715 bool is_true = op == NE_EXPR; in add_any_constraints_from_gassign() local
77 bool is_true() const { check->checked = true; return val == isl_bool_true; } in is_true() function