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

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/
H A Dtrue_false_type_typedefs.cc31 typedef std::tr1::false_type false_type; typedef
38 typedef false_type::value_type false_value_type;
39 typedef false_type::type false_type; typedef
40 typedef false_type::type::value_type false_type_value_type;
41 typedef false_type::type::type false_type_type;
H A Dtrue_false_value.cc29 using std::tr1::false_type;
32 VERIFY( false_type::value == false );
34 VERIFY( false_type::type::value == false );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/4_metaprogramming/helper_classes/
H A Dtrue_false_type_typedefs.cc32 typedef std::tr1::false_type false_type; typedef
39 typedef false_type::value_type false_value_type;
40 typedef false_type::type false_type; typedef
41 typedef false_type::type::value_type false_type_value_type;
42 typedef false_type::type::type false_type_type;
H A Dtrue_false_type.cc30 using std::tr1::false_type;
33 VERIFY( false_type::value == false );
35 VERIFY( false_type::type::value == false );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/headers/type_traits/
H A Dtypes_std_c++0x.cc26 using std::false_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dfind_no_store_hash_fn_imps.hpp45 find_key_pointer(const_key_reference r_key, false_type)
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp46 false_type)
H A Ddebug_no_store_hash_fn_imps.hpp46 assert_entry_array_valid(const entry_array a_entries, false_type) const
H A Dresize_no_store_hash_fn_imps.hpp46 false_type)
H A Dinsert_no_store_hash_fn_imps.hpp45 find_ins_pos(const_key_reference r_key, false_type)
96 insert_imp(const_reference r_val, false_type)
H A Derase_no_store_hash_fn_imps.hpp45 erase_imp(const_key_reference r_key, false_type)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/4_metaprogramming/headers/type_traits/
H A Dtypes_std_tr1.cc25 using std::tr1::false_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Ddebug_no_store_hash_fn_imps.hpp46 assert_entry_pointer_valid(const entry_pointer p, false_type) const
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp46 false_type)
H A Dresize_no_store_hash_fn_imps.hpp45 resize_imp_no_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, false_type)
H A Dentry_list_fn_imps.hpp70 get_entry(const_reference r_val, false_type)
H A Dinsert_no_store_hash_fn_imps.hpp45 insert_imp(const_reference r_val, false_type)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/regression/rand/assoc/
H A Dcontainer_rand_regression_test.h118 node_iterator_defs(__gnu_pbds::detail::false_type);
178 rev_it_copy_imp(__gnu_pbds::detail::false_type);
184 rev_it_assign_imp(__gnu_pbds::detail::false_type);
229 erase_it_imp(__gnu_pbds::detail::false_type);
238 erase_rev_it_imp(__gnu_pbds::detail::false_type);
256 resize_imp(__gnu_pbds::detail::false_type);
265 get_set_loads_imp(__gnu_pbds::detail::false_type);
274 get_set_load_imp(__gnu_pbds::detail::false_type);
280 subscript_imp(__gnu_pbds::detail::false_type);
289 split_join_imp(__gnu_pbds::detail::false_type);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dstring_trie_e_access_traits_imp.hpp72 begin_imp(const_key_reference r_key, detail::false_type)
88 end_imp(const_key_reference r_key, detail::false_type)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_container_traits.h33 typedef std::false_type is_container;
34 typedef std::false_type is_adaptor;
35 typedef std::false_type is_reversible;
36 typedef std::false_type is_allocator_aware;
37 typedef std::false_type is_associative;
38 typedef std::false_type is_unordered;
39 typedef std::false_type is_mapped;
41 typedef std::false_type has_erase;
42 typedef std::false_type has_throwing_erase;
43 typedef std::false_type has_inser
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dfind_fn_imps.hpp63 top_imp(false_type) const
H A Dtrace_fn_imps.hpp65 trace_entry(const entry& r_e, false_type) const
H A Dbinary_heap_.hpp225 erase_at(entry_pointer a_entries, size_type size, false_type);
269 insert_value(const_reference r_val, false_type);
284 swap_value_imp(entry_pointer p_e, const_reference r_new_val, false_type);
293 top_imp(false_type) const;
318 trace_entry(const entry& r_e, false_type) const;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dlowest.cc40 do_test(std::false_type)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dtemplate_deduction.C20 typedef integral_constant<bool, false> false_type; typedef

Completed in 208 milliseconds

123