Searched refs:is_ok (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dvar-templ22.C8 static constexpr bool is_ok = true; member in struct:A
10 template<bool v = is_ok<T>>
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic140.C4 template<class...I> struct List{ static const bool is_ok = false;}; member in struct:List
12 struct List<U<2>, U<3>, U<4>, U<9>> { static const bool is_ok = true;}; member in struct:List
22 static_assert (F<Z<2>, Z<3>>::N::is_ok, "");
H A Dvariadic141.C4 template<class...I> struct List{ static const bool is_ok = false;}; member in struct:List
12 struct List<U<2>, U<3>, U<4>, U<9>> { static const bool is_ok = true;}; member in struct:List
22 static_assert (F<Z<2>, Z<3>>::N::is_ok, "");
/haiku-buildtools/binutils/gold/
H A Dgold.cc180 bool is_ok = false; local
182 is_ok = true;
186 is_ok = true;
188 if (is_ok)
/haiku-buildtools/isl/
H A Disl_transitive_closure.c2439 int is_ok; local
2448 is_ok = isl_map_is_equal(test, map_j);
2451 if (is_ok < 0)
2453 if (!is_ok)
H A Disl_tab_pip.c100 int (*is_ok)(struct isl_context *context); member in struct:isl_context_op
1890 if (!context->op->is_ok(context))
2286 return context->op->is_ok(context) ? 0 : -1;
2971 return context->op->is_ok(context) ? 0 : -1;
3863 if (sol->error || !context->op->is_ok(context))

Completed in 68 milliseconds