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

12345

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_empty/requirements/
H A Dexplicit_instantiation.cc28 template struct is_empty<test_type>;
H A Dtypedefs.cc29 typedef std::is_empty<int> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/is_empty/
H A Dvalue.cc44 using std::is_empty;
48 static_assert(test_category<is_empty, ClassType>(true), "");
49 static_assert(test_category<is_empty, EmptyClassOne>(true), "");
50 static_assert(test_category<is_empty, EmptyClassTwo>(true), "");
51 static_assert(test_category<is_empty, EmptyClassThree>(true), "");
54 static_assert(test_category<is_empty, void>(false), "");
55 static_assert(test_category<is_empty, float>(false), "");
56 static_assert(test_category<is_empty, int[4]>(false), "");
57 static_assert(test_category<is_empty, int*>(false), "");
58 static_assert(test_category<is_empty, in
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/
H A Dvalue.cc47 using std::tr1::is_empty;
51 VERIFY( (test_category<is_empty, ClassType>(true)) );
52 VERIFY( (test_category<is_empty, EmptyClassOne>(true)) );
53 VERIFY( (test_category<is_empty, EmptyClassTwo>(true)) );
54 VERIFY( (test_category<is_empty, EmptyClassThree>(true)) );
57 VERIFY( (test_category<is_empty, void>(false)) );
58 VERIFY( (test_category<is_empty, float>(false)) );
59 VERIFY( (test_category<is_empty, int[4]>(false)) );
60 VERIFY( (test_category<is_empty, int*>(false)) );
61 VERIFY( (test_category<is_empty, in
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/
H A Dexplicit_instantiation.cc31 template struct is_empty<test_type>;
H A Dtypedefs.cc30 typedef std::tr1::is_empty<int> test_type;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/tuple/
H A D53648.cc37 static_assert( std::is_empty<tuple<>>::value, "tuple<> is empty" );
39 static_assert( std::is_empty<tuple<tuple<>>>::value,
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Dcompiler_if_host.h82 \param is_empty If no code to execute (e.g. offload_transfer)
93 int is_empty,
106 \param is_empty If no code to execute (e.g. offload_transfer)
119 int is_empty,
136 int is_empty,
H A Dcompiler_if_host.cpp247 int is_empty,
258 bool ret = ofld->offload(name, is_empty, vars, vars2, num_vars,
269 int is_empty,
278 return offload_offload_wrap(ofld, name, is_empty,
287 int is_empty,
298 return offload_offload_wrap(ofld, name, is_empty,
307 int is_empty,
333 return OFFLOAD_OFFLOAD1(ofld, name, is_empty,
244 offload_offload_wrap( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void **waits, const void **signal, int entry_id, const void *stack_addr ) argument
266 OFFLOAD_OFFLOAD1( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void **waits, const void **signal ) argument
284 OFFLOAD_OFFLOAD2( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void** waits, const void** signal, int entry_id, const void *stack_addr ) argument
304 OFFLOAD_OFFLOAD( OFFLOAD ofld, const char *name, int is_empty, int num_vars, VarDesc *vars, VarDesc2 *vars2, int num_waits, const void **waits, const void *signal, int entry_id, const void *stack_addr ) argument
H A Doffload_host.h107 bool offload(const char *name, bool is_empty,
183 is_empty(true),
190 if (is_empty) {
210 is_empty = length_cur == 0;
221 bool is_empty; member in class:OffloadDescriptor::ReadArrElements
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/constexpr/
H A Din_place.cc28 static_assert( std::is_empty<std::experimental::in_place_t>(), "" );
H A Dnullopt.cc28 static_assert( std::is_empty<std::experimental::nullopt_t>(), "" );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/optional/
H A Dnullopt.cc28 static_assert( std::is_empty<std::experimental::nullopt_t>(), "" );
H A Din_place.cc30 static_assert( std::is_empty<std::experimental::in_place_t>(), "" );
/haiku-buildtools/gcc/gcc/
H A Dtree-hasher.h45 static bool is_empty (const value_type &v) { return v.to == NULL; } function in struct:int_tree_hasher
H A Dhash-set.h83 template<typename T> static bool is_empty (T *e) { return e == NULL; } function in struct:default_hashset_traits
147 is_empty (const hash_entry &e) function in struct:hash_set::hash_entry
149 return Traits::is_empty (e.m_key);
203 bool existed = !hash_entry::is_empty (*e);
215 return !Traits::is_empty (e.m_key);
H A Dhash-map.h88 template<typename T> static bool is_empty (T &e) { return e.m_key == NULL; } function in struct:default_hashmap_traits
139 static bool is_empty (const hash_entry &e) { return Traits::is_empty (e); } function in struct:hash_entry
209 bool existed = !hash_entry::is_empty (*e);
222 return Traits::is_empty (e) ? NULL : &e.m_value;
233 bool ins = Traits::is_empty (*e);
H A Dhash-table.h494 template<typename U> static char test (helper<U, U::is_empty> *);
505 return Traits::is_empty (v);
1255 static bool is_empty (value_type &v) function in class:hash_table
1316 if (!is_empty (m_entries[i]) && !is_deleted (m_entries[i]))
1362 if (is_empty (*slot))
1376 if (is_empty (*slot))
1428 if (!is_empty (x) && !is_deleted (x))
1454 if (!is_empty (entries[i]) && !is_deleted (entries[i]))
1487 || is_empty (*slot) || is_deleted (*slot)));
1509 if (is_empty (*entr
[all...]
H A Dtree-inline.h57 template<typename T> static bool is_empty (T &e) { return e.m_key == 0; } function in struct:dependence_hasher
H A Dshrink-wrap.c690 while (!vec.is_empty ())
704 while (!vec.is_empty ())
744 while (!vec.is_empty ())
836 while (!vec.is_empty ())
983 if (!unconverted_simple_returns.is_empty ())
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/
H A Dsynopsis.cc58 template <class T> struct is_empty;
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-semantics.c66 if (!stmt_list_stack->is_empty ())
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/type_traits/
H A Dvalue.cc157 && is_empty<EmptyFinal>::value, "");
159 && !is_empty<NType>::value, "");
/haiku-buildtools/gcc/libstdc++-v3/include/experimental/
H A Dfs_ops.h175 bool is_empty(const path& __p);
176 bool is_empty(const path& __p, error_code& __ec) noexcept;
/haiku-buildtools/isl/
H A Disl_map_subtract.c657 int is_empty = 1; local
663 is_empty = basic_map_diff_is_empty(map1->p[i], map2);
664 if (is_empty < 0 || !is_empty)
668 return is_empty;

Completed in 206 milliseconds

12345