Home
last modified time | relevance | path

Searched refs:true_type (Results 1 – 25 of 99) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dd-valprint.c45 struct type *true_type; in dynamic_array_type() local
58 true_type = check_typedef (elttype); in dynamic_array_type()
60 true_type = lookup_array_range_type (true_type, 0, length - 1); in dynamic_array_type()
61 ival = value_at (true_type, addr); in dynamic_array_type()
62 true_type = ival->type (); in dynamic_array_type()
Dc-valprint.c59 struct type *true_type, *iter_type; in c_textual_element_type() local
66 true_type = check_typedef (type); in c_textual_element_type()
69 if (true_type->code () == TYPE_CODE_CHAR) in c_textual_element_type()
73 if (true_type->code () != TYPE_CODE_INT) in c_textual_element_type()
100 if (true_type->code () == TYPE_CODE_INT in c_textual_element_type()
101 && true_type->length () == 1) in c_textual_element_type()
109 if (true_type->code () == TYPE_CODE_INT in c_textual_element_type()
110 && true_type->length () == 1 in c_textual_element_type()
111 && !TYPE_NOTTEXT (true_type)) in c_textual_element_type()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Drefwrap.h94 using __vararg = true_type; \ in _GLIBCXX_VISIBILITY()
103 _GLIBCXX_MEM_FN_TRAITS( , true_type, true_type) in _GLIBCXX_VISIBILITY()
104 _GLIBCXX_MEM_FN_TRAITS(&, true_type, false_type) in _GLIBCXX_VISIBILITY()
105 _GLIBCXX_MEM_FN_TRAITS(&&, false_type, true_type) in _GLIBCXX_VISIBILITY()
108 _GLIBCXX_MEM_FN_TRAITS(noexcept, true_type, true_type) in _GLIBCXX_VISIBILITY()
109 _GLIBCXX_MEM_FN_TRAITS(& noexcept, true_type, false_type) in _GLIBCXX_VISIBILITY()
110 _GLIBCXX_MEM_FN_TRAITS(&& noexcept, false_type, true_type) in _GLIBCXX_VISIBILITY()
Dalloc_traits.h235 static true_type __test(int); in _GLIBCXX_VISIBILITY()
441 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
447 using is_always_equal = true_type; in _GLIBCXX_VISIBILITY()
598 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
604 using is_always_equal = true_type; in _GLIBCXX_VISIBILITY()
668 __do_alloc_on_copy(_Alloc& __one, const _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
701 inline void __do_alloc_on_move(_Alloc& __one, _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
725 inline void __do_alloc_on_swap(_Alloc& __one, _Alloc& __two, true_type) in _GLIBCXX_VISIBILITY()
765 : true_type in _GLIBCXX_VISIBILITY()
805 : true_type { }; in _GLIBCXX_VISIBILITY()
Dallocator.h95 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
99 = true_type; in _GLIBCXX_VISIBILITY()
151 using propagate_on_container_move_assignment = true_type; in _GLIBCXX_VISIBILITY()
155 = true_type; in _GLIBCXX_VISIBILITY()
Dparse_numbers.h54 using __valid = true_type; in _GLIBCXX_VISIBILITY()
60 using __valid = true_type; in _GLIBCXX_VISIBILITY()
67 using __valid = true_type; in _GLIBCXX_VISIBILITY()
Dforward_list.h344 std::true_type) in _GLIBCXX_VISIBILITY()
503 true_type) in _GLIBCXX_VISIBILITY()
505 : _Base(std::move(__list), _Node_alloc_type(__al), true_type{}) in _GLIBCXX_VISIBILITY()
1349 _M_move_assign(forward_list&& __list, true_type) noexcept in _GLIBCXX_VISIBILITY()
1363 _M_move_assign(std::move(__list), true_type()); in _GLIBCXX_VISIBILITY()
1375 _M_assign(_InputIterator __first, _InputIterator __last, true_type) in _GLIBCXX_VISIBILITY()
1405 _M_assign_n(size_type __n, const _Tp& __val, true_type) in _GLIBCXX_VISIBILITY()
Dhashtable.h479 _M_move_assign(_Hashtable&&, true_type); in _GLIBCXX_VISIBILITY()
511 true_type /* alloc always equal */) in _GLIBCXX_VISIBILITY()
521 true_type __uks); in _GLIBCXX_VISIBILITY()
547 true_type{}) in _GLIBCXX_VISIBILITY()
864 _M_emplace(true_type __uks, _Args&&... __args); in _GLIBCXX_VISIBILITY()
874 _M_emplace(const_iterator, true_type __uks, _Args&&... __args) in _GLIBCXX_VISIBILITY()
904 true_type /* __uks */) in _GLIBCXX_VISIBILITY()
924 const _NodeGenerator& __node_gen, true_type __uks) in _GLIBCXX_VISIBILITY()
937 _M_erase(true_type __uks, const key_type&); in _GLIBCXX_VISIBILITY()
1149 void _M_rehash_aux(size_type __bkt_count, true_type __uks); in _GLIBCXX_VISIBILITY()
[all …]
Dstl_function.h550 _S_cmp(_Tp&& __t, _Up&& __u, true_type) noexcept in _GLIBCXX_VISIBILITY()
559 struct __not_overloaded2 : true_type { }; in _GLIBCXX_VISIBILITY()
612 _S_cmp(_Tp&& __t, _Up&& __u, true_type) noexcept in _GLIBCXX_VISIBILITY()
621 struct __not_overloaded2 : true_type { }; in _GLIBCXX_VISIBILITY()
674 _S_cmp(_Tp&& __t, _Up&& __u, true_type) noexcept in _GLIBCXX_VISIBILITY()
683 struct __not_overloaded2 : true_type { }; in _GLIBCXX_VISIBILITY()
736 _S_cmp(_Tp&& __t, _Up&& __u, true_type) noexcept in _GLIBCXX_VISIBILITY()
745 struct __not_overloaded2 : true_type { }; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
Dbinary_heap_.hpp185 erase_at(entry_pointer, size_type, true_type);
227 insert_value(value_type, true_type);
233 swap_value_imp(entry_pointer, value_type, true_type);
242 top_imp(true_type) const;
297 trace_entry(const entry&, true_type) const;
Dinsert_fn_imps.hpp58 insert_value(value_type val, true_type) in insert_value() argument
165 swap_value_imp(entry_pointer p_e, value_type new_val, true_type) in swap_value_imp() argument
Dfind_fn_imps.hpp56 top_imp(true_type) const in top_imp()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dtype_traits78 /// typedef for true_type
79 typedef integral_constant<bool, true> true_type;
150 : public true_type { };
154 : public true_type { };
226 : public true_type { };
229 : public true_type { };
232 : public true_type { };
235 : public true_type { };
238 : public true_type { };
241 : public true_type { };
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
Dpoint_iterators.hpp206 { dec(true_type()); } in inc()
209 inc(true_type) in inc() argument
239 { inc(true_type()); } in dec()
242 dec(true_type) in dec() argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
Dgp_ht_map_.hpp423 resize_imp_reassign(entry_pointer, entry_array, true_type);
429 find_ins_pos(key_const_reference, true_type);
435 insert_imp(const_reference, true_type);
500 subscript_imp(key_const_reference key, true_type) in subscript_imp() argument
561 find_key_pointer(key_const_reference key, true_type) in find_key_pointer() argument
608 erase_imp(key_const_reference, true_type);
674 assert_entry_array_valid(const entry_array, true_type,
Dinsert_store_hash_fn_imps.hpp47 find_ins_pos(key_const_reference r_key, true_type) in find_ins_pos() argument
103 insert_imp(const_reference r_val, true_type) in insert_imp() argument
Dconstructor_destructor_store_hash_fn_imps.hpp48 true_type) in constructor_insert_new_imp() argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
Dcc_ht_map_.hpp398 true_type);
407 get_entry(const_reference, true_type);
440 subscript_imp(key_const_reference r_key, true_type) in subscript_imp() argument
471 insert_imp(const_reference, true_type);
540 find_key_pointer(key_const_reference r_key, true_type) in find_key_pointer() argument
628 assert_entry_pointer_valid(const entry_pointer, true_type,
Ddebug_store_hash_fn_imps.hpp48 assert_entry_pointer_valid(const entry_pointer p_e, true_type, in assert_entry_pointer_valid() argument
Dresize_store_hash_fn_imps.hpp47 …_exceptions_reassign_pointer(entry_pointer p_e, entry_pointer_array a_p_entries_resized, true_type) in resize_imp_no_exceptions_reassign_pointer() argument
Dconstructor_destructor_store_hash_fn_imps.hpp47 constructor_insert_new_imp(const_reference r_val, size_type pos, true_type) in constructor_insert_new_imp() argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dtype_traits82 using true_type = integral_constant<bool, true>;
158 : public true_type
243 constexpr true_type __is_complete_or_unbounded(__type_identity<_Tp>)
280 : public true_type { };
296 : public true_type { };
300 : public true_type { };
304 : public true_type { };
308 : public true_type { };
315 : public true_type { };
320 : public true_type { };
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
Dtrie_string_access_traits_imp.hpp82 begin_imp(key_const_reference r_key, detail::true_type) in begin_imp() argument
98 end_imp(key_const_reference r_key, detail::true_type) in end_imp() argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
Dsynth_access_traits.hpp95 extract_key(const_reference, true_type);
195 extract_key(const_reference r_val, true_type) in extract_key() argument
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
Dtrie_policy.hpp122 begin_imp(key_const_reference, detail::true_type);
128 end_imp(key_const_reference, detail::true_type);

1234