Searched refs:is_true (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_test_cpp-checked.cc44 #define IS_TRUE(b) (b).is_true()
52 * - The is_true, is_false, and is_error functions return true in case they
71 assert(b_true.is_true());
75 assert(!b_false.is_true());
79 assert(!b_error.is_true());
88 assert((!b_false).is_true());
92 assert(isl::boolean(true).is_true());
97 assert(!isl::boolean(false).is_true());
100 assert(isl::manage(isl_bool_true).is_true());
105 assert(!isl::manage(isl_bool_false).is_true());
[all...]
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dlicense.c216 int need_parenthesis, is_true = 0; local
237 is_true = 0;
240 is_true = 1;
253 is_true = 1;
255 is_true = 0;
274 return is_true;
282 return is_true;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtristate.cc67 if (other.is_true ())
124 ASSERT_FALSE (u.is_true ());
130 ASSERT_TRUE (t.is_true ());
136 ASSERT_FALSE (f.is_true ());
148 ASSERT_TRUE (t2.is_true ());
H A Dtristate.h41 bool is_true () const { return m_value == TS_TRUE; } function in class:tristate
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtristate.cc67 if (other.is_true ())
124 ASSERT_FALSE (u.is_true ());
130 ASSERT_TRUE (t.is_true ());
136 ASSERT_FALSE (f.is_true ());
148 ASSERT_TRUE (t2.is_true ());
H A Dtristate.h41 bool is_true () const { return m_value == TS_TRUE; } function in class:tristate
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dconstant_time_test.c63 int is_true)
65 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE))
67 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE))
75 unsigned int b, int is_true)
77 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8))
79 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8))
86 int is_true)
88 if (is_true && !TEST_size_t_eq(op(a,b), CONSTTIME_TRUE_S))
90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S))
97 int is_true)
61 test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
72 test_binary_op_8(unsigned char (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
84 test_binary_op_s(size_t (op) size_t a, size_t b), const char *op_name, size_t a, size_t b, int is_true) argument
95 test_binary_op_64(uint64_t (op)uint64_t a, uint64_t b), const char *op_name, uint64_t a, uint64_t b, int is_true) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dconstant_time_test.c63 int is_true)
65 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE))
67 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE))
75 unsigned int b, int is_true)
77 if (is_true && !TEST_uint_eq(op(a, b), CONSTTIME_TRUE_8))
79 if (!is_true && !TEST_uint_eq(op(a, b), CONSTTIME_FALSE_8))
86 int is_true)
88 if (is_true && !TEST_size_t_eq(op(a,b), CONSTTIME_TRUE_S))
90 if (!is_true && !TEST_uint_eq(op(a,b), CONSTTIME_FALSE_S))
97 int is_true)
61 test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
72 test_binary_op_8(unsigned char (*op) (unsigned int a, unsigned int b), const char *op_name, unsigned int a, unsigned int b, int is_true) argument
84 test_binary_op_s(size_t (op) size_t a, size_t b), const char *op_name, size_t a, size_t b, int is_true) argument
95 test_binary_op_64(uint64_t (op)uint64_t a, uint64_t b), const char *op_name, uint64_t a, uint64_t b, int is_true) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h65 i.e., the OR options, can be negated by setting the is_true field
88 bfd_boolean is_true; member in struct:req_or_option_list
H A Dxtensa-relax.c1346 new_req_or_option->is_true = req_or_option->is_true;
1393 bfd_boolean is_true = TRUE;
1400 is_true = FALSE;
1407 req->is_true = is_true;
1587 if ((option_available ^ req_or_option->is_true) != 0)
1595 if ((nop_available ^ req_or_option->is_true) != 0)
1391 bfd_boolean is_true = TRUE; local
H A Dtc-xtensa.c3021 if (l_or_a->is_true != l_or_b->is_true)
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h65 i.e., the OR options, can be negated by setting the is_true field
88 bool is_true; member in struct:req_or_option_list
H A Dxtensa-relax.c1346 new_req_or_option->is_true = req_or_option->is_true;
1393 bool is_true = true;
1400 is_true = false;
1407 req->is_true = is_true;
1587 if ((option_available ^ req_or_option->is_true) != 0)
1595 if ((nop_available ^ req_or_option->is_true) != 0)
1391 bool is_true = true; local
H A Dtc-xtensa.c3061 if (l_or_a->is_true != l_or_b->is_true)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dxtensa-relax.h65 i.e., the OR options, can be negated by setting the is_true field
88 bfd_boolean is_true; member in struct:req_or_option_list
H A Dxtensa-relax.c1346 new_req_or_option->is_true = req_or_option->is_true;
1393 bfd_boolean is_true = TRUE;
1400 is_true = FALSE;
1407 req->is_true = is_true;
1587 if ((option_available ^ req_or_option->is_true) != 0)
1595 if ((nop_available ^ req_or_option->is_true) != 0)
1391 bfd_boolean is_true = TRUE; local
H A Dtc-xtensa.c3061 if (l_or_a->is_true != l_or_b->is_true)
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc288 m_lower_bound.m_constant).is_true ();
301 m_upper_bound.m_constant).is_true ();
1397 other_rhs_const).is_true ())
1777 if (t_cond.is_true ())
1794 if (t.is_true ())
1844 if (t.is_true ())
2419 (rhs_const, EQ_EXPR, other_cst).is_true ())
2436 (rhs_const, EQ_EXPR, other_cst).is_true ())
2920 if (m_cm_b->eval_condition (lhs, code, rhs).is_true ())
H A Dregion-model.cc765 (t.is_true () ? boolean_true_node : boolean_false_node);
2001 if (eq_zero.is_true ())
3187 bool is_true = outer_op == NE_EXPR;
3200 if (!is_true)
3208 if (is_true)
3222 if (!is_true)
3272 if (t_cond.is_true ())
H A Dsm-taint.cc997 if (ts.is_true ())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc664 if (t.is_true ())
1335 if (m_cm_b->eval_condition (lhs, code, rhs).is_true ())
H A Dregion-model.cc4272 get_rvalue (t.is_true ()
4781 if (eq_zero.is_true ())
5630 if (t_cond.is_true ())
5715 bool is_true = op == NE_EXPR; local
5732 if (is_true)
5746 if (!is_true)
5766 if (!is_true)
H A Dprogram-state.cc334 if (eq.is_true ())
H A Dengine.cc541 if (eq.is_true ())
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h77 bool is_true() const { check->checked = true; return val == isl_bool_true; } function in class:isl::checked::boolean
82 return is_true();

Completed in 439 milliseconds