Searched defs:value_type (Results 101 - 125 of 138) sorted by relevance

123456

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_list.h119 typedef _Tp value_type; typedef in struct:_List_iterator
197 typedef _Tp value_type; typedef in struct:_List_const_iterator
426 typedef _Tp value_type; typedef in class:list
494 list(size_type __n, const value_type& __value = value_type(), argument
[all...]
H A Dbasic_string.h118 typedef typename _Traits::char_type value_type; typedef in class:basic_string
H A Dstl_bvector.h470 typedef bool value_type; typedef in class:vector
H A Dstl_deque.h111 typedef _Tp value_type; typedef in struct:_Deque_iterator
649 typedef _Tp value_type; typedef in class:deque
706 deque(size_type __n, const value_type& __value = value_type(), argument
899 resize(size_type __new_size, value_type __x = value_type()) argument
[all...]
H A Dstl_tree.h156 typedef _Tp value_type; typedef in struct:_Rb_tree_iterator
226 typedef _Tp value_type; typedef in struct:_Rb_tree_const_iterator
343 typedef _Val value_type; typedef in class:_Rb_tree
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dhashtable.h120 typedef _Val value_type; typedef in struct:_Hashtable_iterator
172 typedef _Val value_type; typedef in struct:_Hashtable_const_iterator
260 typedef _Val value_type; typedef in class:hashtable
[all...]
H A Dmt_allocator.h474 typedef _Tp value_type; typedef in struct:__per_type_pool
578 typedef _Tp value_type; typedef in class:__mt_alloc_base
629 typedef _Tp value_type; typedef in class:__mt_alloc
H A Dvstring.h62 typedef typename _Traits::char_type value_type; typedef in class:__versa_string
H A Dbitmap_allocator.h81 typedef _Tp value_type; typedef in class:__detail::__mini_vector
235 typedef typename _Tp::value_type value_type; typedef in struct:__detail::__mv_iter_traits
242 typedef _Tp value_type; typedef in struct:__detail::__mv_iter_traits
553 typedef size_t* value_type; typedef in class:free_list
703 typedef void value_type; typedef in class:bitmap_allocator
721 typedef _Tp value_type; typedef in class:bitmap_allocator
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp197 typedef typename traits_base::value_type value_type; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dgp_ht_map_.hpp199 typedef typename traits_base::value_type value_type; typedef in class:pb_ds::detail::PB_DS_CLASS_NAME
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h226 typedef _Value value_type; typedef in struct:std::__detail::_Node_iterator
273 typedef _Value value_type; typedef in struct:std::__detail::_Node_const_iterator
367 typedef _Value value_type; typedef in struct:std::__detail::_Hashtable_iterator
418 typedef _Value value_type; typedef in struct:std::__detail::_Hashtable_const_iterator
/freebsd-11-stable/contrib/gdb/gdb/
H A Darch-utils.c65 always_use_struct_convention (int gcc_p, struct type *value_type) argument
H A Dvalues.c1282 || TYPE_LENGTH (value_type) == 8)); argument
1267 generic_use_struct_convention(int gcc_p, struct type *value_type) argument
[all...]
H A Deval.c851 struct type *value_type; local
H A Dinfcmd.c1053 print_return_value(int struct_return, struct type *value_type) argument
1148 struct type *value_type; local
1274 struct type *value_type; local
[all...]
H A Dsparc-tdep.c338 sparc32_push_dummy_code(struct gdbarch *gdbarch, CORE_ADDR sp, CORE_ADDR funcaddr, int using_gcc, struct value **args, int nargs, struct type *value_type, CORE_ADDR *real_pc, CORE_ADDR *bp_addr) argument
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_conf.c444 unsigned int value_type; member in struct:__anon6478
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c358 uint32_t value_type; local
/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.hh110 enum value_type enum in struct:dtc::fdt::property_value
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp186 GetDynamicTypeAndAddress( ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &dynamic_address, Value::ValueType &value_type) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp255 GetDynamicTypeAndAddress( ValueObject &in_value, lldb::DynamicValueType use_dynamic, TypeAndOrName &class_type_or_name, Address &address, Value::ValueType &value_type) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h450 typedef external_key_type value_type; typedef in class:llvm::OnDiskIterableChainedHashTable::iterator_base
505 typedef external_key_type value_type; typedef in class:llvm::OnDiskIterableChainedHashTable::key_iterator
551 typedef data_type value_type; typedef in class:llvm::OnDiskIterableChainedHashTable::data_iterator
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp552 SBValue SBFrame::FindValue(const char *name, ValueType value_type) { argument
570 SBValue SBFrame::FindValue(const char *name, ValueType value_type, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1022 Value::ValueType value_type = stack.back().GetValueType(); local
1117 Value::ValueType value_type = stack.back().GetValueType(); local

Completed in 393 milliseconds

123456