Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 14 of 14) sorted by relevance

/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
Dprinters.py93 if node.dereference()['_M_right']:
95 node = node.dereference()['_M_right']
96 while node.dereference()['_M_left']:
97 node = node.dereference()['_M_left']
100 parent = node.dereference()['_M_parent']
101 while node == parent.dereference()['_M_right']:
103 parent = parent.dereference()['_M_parent']
168 result = ('[%d]' % self.count, self.item.dereference())
234 node = self.item.cast (self.node_type).dereference()
279 item = self.rbiter.next().dereference()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
Dinput_iterator_facade.hpp87 Reference dereference() const in dereference() function in boost::unit_test::input_iterator_facade
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Dreverse_iterator.hpp43 typename super_t::reference dereference() const { return *boost::prior(this->base()); } in dereference() function in boost::reverse_iterator
Diterator_facade.hpp512 static typename Facade::reference dereference(Facade const& f) in dereference() function in boost::iterator_core_access
514 return f.dereference(); in dereference()
639 return iterator_core_access::dereference(this->derived()); in operator *()
Diterator_adaptor.hpp305 typename super_t::reference dereference() const in dereference() function in boost::iterator_adaptor
/ndk/sources/host-tools/sed-4.2.1/m4/
Dmemchr.m424 # memchr should not dereference anything with length 0
26 # memchr should not dereference overestimated length after a match
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp444 …reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() … in get_impl()
445 …reference_type get_impl() { return dereference(get_object(), is_reference_predicate() … in get_impl()
471 …reference_const_type dereference( internal_type const* p, is_not_reference_tag ) const { return *p… in dereference() function in boost::optional_detail::optional_base
472 …reference_type dereference( internal_type* p, is_not_reference_tag ) { return *p… in dereference() function in boost::optional_detail::optional_base
473 …reference_const_type dereference( internal_type const* p, is_reference_tag ) const { return p-… in dereference() function in boost::optional_detail::optional_base
474 …reference_type dereference( internal_type* p, is_reference_tag ) { return p-… in dereference() function in boost::optional_detail::optional_base
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__hash_table157 … "Attempted to dereference a non-dereferenceable unordered container iterator");
166 … "Attempted to dereference a non-dereferenceable unordered container iterator");
304 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
313 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
436 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
445 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
601 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
610 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
Dlist317 "Attempted to dereference a non-dereferenceable list::iterator");
326 "Attempted to dereference a non-dereferenceable list::iterator");
454 "Attempted to dereference a non-dereferenceable list::const_iterator");
463 "Attempted to dereference a non-dereferenceable list::iterator");
Diterator1165 "Attempted to dereference a non-dereferenceable iterator");
1173 "Attempted to dereference a non-dereferenceable iterator");
/ndk/sources/host-tools/nawk-20071023/
DFIXES735 fixed null pointer dereference bug in main.c: -F[nothing]. sigh.
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1946 …call gen-test, iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference)
1955 $(call gen-test, iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference)
1978 $(call gen-test, iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference)
4090 …ll gen-test, utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference)
4161 …gen-test, utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference)
4320 $(call gen-test, utilities/optional/optional.object/optional.object.observe/dereference)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1937 …call gen-test, iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference)
1946 $(call gen-test, iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference)
1969 $(call gen-test, iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference)
4081 …ll gen-test, utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference)
4152 …gen-test, utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference)
4311 $(call gen-test, utilities/optional/optional.object/optional.object.observe/dereference)
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure17372 /* Linux will dereference the symlink and fail.