Searched refs:base_type (Results 51 - 75 of 86) sorted by relevance

1234

/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Ddebug_fn_imps.hpp73 base_type::assert_valid();
74 const node_pointer p_head = base_type::m_p_head;
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp83 m_p_max = base_type::m_p_root;
84 for (node_pointer p_nd = base_type::m_p_root; p_nd != NULL; p_nd = p_nd->m_p_next_sibling)
97 base_type::swap(other);
H A Dinsert_fn_imps.hpp54 node_pointer p_nd = base_type::get_new_node_for_insert(r_val);
60 if (base_type::m_p_root == NULL)
64 m_p_max = base_type::m_p_root = p_nd;
71 p_nd->m_p_next_sibling = base_type::m_p_root;
73 base_type::m_p_root->m_p_prev_or_parent = NULL;
75 base_type::m_p_root = p_nd;
104 p_nd->m_p_next_sibling = base_type::m_p_root;
106 if (base_type::m_p_root != NULL)
107 base_type::m_p_root->m_p_prev_or_parent = NULL;
109 base_type
[all...]
H A Dthin_heap_.hpp91 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::detail::thin_heap_
94 typedef typename base_type::node node;
96 typedef typename base_type::node_pointer node_pointer;
98 typedef typename base_type::const_node_pointer const_node_pointer;
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp64 return (++base_type::rightmost_it(nd_it));
132 base_type::extract_key(*(*nd_it));
140 return ((base_type::less( key_b, key_e, b, e, r_traits))?
155 else if (!base_type::less(
H A Dtrie_policy_base.hpp140 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::detail::trie_policy_base
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp160 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::trie_prefix_search_node_update
163 typedef typename base_type::key_type key_type;
164 typedef typename base_type::const_key_reference const_key_reference;
257 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::trie_order_statistics_node_update
264 typedef typename base_type::key_type key_type;
265 typedef typename base_type::const_key_reference const_key_reference;
304 typedef typename base_type::const_reference const_reference;
305 typedef typename base_type::const_pointer const_pointer;
H A Dlist_update_policy.hpp131 typedef detail::counter_lu_policy_base<typename Allocator::size_type> base_type; typedef in class:pb_ds::counter_lu_policy
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp92 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::detail::binomial_heap_base_
95 typedef typename base_type::node node;
97 typedef typename base_type::node_pointer node_pointer;
99 typedef typename base_type::const_node_pointer const_node_pointer;
H A Dconstructors_destructor_fn_imps.hpp92 base_type::swap(other);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dleaf.hpp108 typedef PB_DS_BASE_C_DEC base_type; typedef in struct:pb_ds::detail::pat_trie_leaf
157 _GLIBCXX_DEBUG_ASSERT(base_type::m_type == pat_trie_leaf_node_type);
H A Dinternal_node.hpp79 typedef PB_DS_BASE_C_DEC base_type; typedef in struct:pb_ds::detail::pat_trie_internal_node
89 typedef typename Allocator::template rebind<base_type>::other base_rebind;
103 typedef typename base_type::subtree_debug_info subtree_debug_info;
581 _GLIBCXX_DEBUG_ASSERT(base_type::m_type == pat_trie_internal_node_type);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp96 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::detail::pairing_heap_
98 typedef typename base_type::node_pointer node_pointer;
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dtree_trace_base.hpp97 typedef PB_DS_BASE_C_DEC base_type; typedef in class:pb_ds::detail::tree_trace_base
153 std::cerr << base_type::extract_key(*(*nd_it));
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgnu-v3-abi.c201 struct type *base_type; local
219 base_type = check_typedef (TYPE_VPTR_BASETYPE (value_type));
220 if (value_type != base_type)
222 value = value_cast (base_type, value);
H A Dada-typeprint.c245 struct type *base_type;
250 base_type = builtin_type_int;
252 base_type = TYPE_TARGET_TYPE (raw_type);
254 base_type = raw_type;
244 struct type *base_type; local
H A Ddwarf2read.c3750 struct type *base_type; local
3757 base_type = die_type (die, cu);
3758 die->type = make_cvr_type (1, TYPE_VOLATILE (base_type),
3759 TYPE_RESTRICT (base_type), base_type, 0);
3765 struct type *base_type; local
3772 base_type = die_type (die, cu);
3773 die->type = make_cvr_type (TYPE_CONST (base_type), 1,
3774 TYPE_RESTRICT (base_type), base_type,
3780 struct type *base_type; local
4035 struct type *base_type; local
[all...]
H A Dvalues.c1200 struct type *base_type = check_typedef (type);
1201 enum type_code code = TYPE_CODE (base_type);
1202 int len = TYPE_LENGTH (base_type);
1206 store_typed_floating (VALUE_CONTENTS_RAW (val), base_type, num);
1192 struct type *base_type = check_typedef (type); local
1198 store_typed_floating (VALUE_CONTENTS_RAW (val), base_type, num); local
H A Dvalops.c920 struct type *base_type; local
925 base_type = check_typedef (VALUE_TYPE (arg1));
927 if (TYPE_CODE (base_type) == TYPE_CODE_MEMBER)
934 if (TYPE_CODE (base_type) == TYPE_CODE_INT)
938 else if (TYPE_CODE (base_type) == TYPE_CODE_PTR)
950 VALUE_TYPE (arg2) = TYPE_TARGET_TYPE (base_type);
/freebsd-11.0-release/contrib/libstdc++/libsupc++/
H A Dtinfo.cc212 const __class_type_info *base_type; // where we found the target, member in struct:__cxxabiv1::__class_type_info::__upcast_result
217 :dst_ptr (NULL), part2dst (__unknown), src_details (d), base_type (NULL)
611 result.base_type = nonvirtual_base_type;
656 if (result2.base_type == nonvirtual_base_type && is_virtual)
657 result2.base_type = __base_info[i].__base_type;
661 if (!result.base_type)
697 if (result2.base_type == nonvirtual_base_type
698 || result.base_type == nonvirtual_base_type
699 || !(*result2.base_type == *result.base_type))
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h419 typedef OnDiskChainedHashTable<Info> base_type; typedef in class:llvm::OnDiskIterableChainedHashTable
420 typedef typename base_type::internal_key_type internal_key_type;
421 typedef typename base_type::external_key_type external_key_type;
422 typedef typename base_type::data_type data_type;
423 typedef typename base_type::hash_value_type hash_value_type;
424 typedef typename base_type::offset_type offset_type;
481 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj),
/freebsd-11.0-release/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk1082 base_type = type
1083 if (sub(ARRAY_REGEX"$", "", base_type) > 0)
1087 if (!base_type in DTYPE)
1099 vars[name,VAR_BASE_TYPE] = base_type
1107 debug("type=" DTYPE[base_type])
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddebug.c242 debug_type base_type; member in struct:debug_offset_type
1544 debug_make_offset_type (void *handle, debug_type base_type,
1551 if (base_type == NULL || target_type == NULL)
1561 o->base_type = base_type;
2605 if (! debug_write_type (info, fns, fhandle, type->u.koffset->base_type,
3177 ret = (debug_type_samep (info, t1->u.koffset->base_type,
3178 t2->u.koffset->base_type)
1542 debug_make_offset_type(void *handle, debug_type base_type, debug_type target_type) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm64/
H A DABIMacOSX_arm64.cpp725 CompilerType base_type; local
726 const uint32_t homogeneous_count = value_type.IsHomogeneousAggregate (&base_type);
732 if (!base_type)
734 const size_t base_byte_size = base_type.GetByteSize(nullptr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm64/
H A DABISysV_arm64.cpp703 CompilerType base_type; local
704 const uint32_t homogeneous_count = value_type.IsHomogeneousAggregate (&base_type);
710 if (!base_type)
712 const size_t base_byte_size = base_type.GetByteSize(nullptr);

Completed in 301 milliseconds

1234