Searched refs:dereference (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-nested-maps.py24 map = pointer.dereference()
26 yield ('', map.dereference())
32 yield ("", pointer1.dereference())
33 yield ("", pointer2.dereference())
H A Dpy-finish-breakpoint.py26 print ("MyFinishBreakpoint stop with %d" % int (self.val.dereference ()))
H A Dpy-unwind.py51 return address.cast(self.char_ptr_ptr_t).dereference()
H A Dpy-prettyprint.py26 yield ('[%d]' % int (pointer - start), pointer.dereference())
36 yield ('[%d]' % int (pointer - start), pointer.dereference())
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-nested-maps.py25 map = pointer.dereference()
27 yield ("", map.dereference())
34 yield ("", pointer1.dereference())
35 yield ("", pointer2.dereference())
H A Dpy-finish-breakpoint.py27 print("MyFinishBreakpoint stop with %d" % int(self.val.dereference()))
H A Dpy-unwind.py57 return address.cast(self.char_ptr_ptr_t).dereference()
H A Dpy-prettyprint.py27 yield ("[%d]" % int(pointer - start), pointer.dereference())
38 yield ("[%d]" % int(pointer - start), pointer.dereference())
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py54 ret = '[{}]'.format(self.i), (self.begin+self.i).dereference()
83 return '[%d]' % count, cur.dereference()
114 gdb.lookup_type('llvm::ErrorInfoBase').pointer()).dereference())
116 val.type.template_argument(0).pointer()).dereference())
170 while self.cur != self.end and (is_equal(self.cur.dereference()['first'], empty) or is_equal(self.cur.dereference()['first'], tombstone)):
177 v = cur.dereference()['first' if self.first else 'second']
218 it_deref = it.dereference()
224 entry = entry_ptr.dereference()
233 value = value_ptr.dereference()
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/function/
H A Dstrfns.py43 return a_ptr.dereference() == b_ptr.dereference()
/netbsd-current/external/gpl3/gdb/dist/gdb/python/lib/gdb/function/
H A Dstrfns.py44 return a_ptr.dereference() == b_ptr.dereference()
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dasneed1.d11 # htab->dynobj, trigging a SEGV due to a NULL dereference for
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py349 return buf['_M_storage'].address.cast(valtype.pointer()).dereference()
384 elt = self.base.cast(self.nodetype).dereference()
416 node = self.val['_M_node'].cast(self.nodetype.pointer()).dereference()
450 elt = self.base.cast(self.nodetype).dereference()
480 return str(self.val['_M_node'].cast(nodetype).dereference()['_M_data'])
494 itype = self.item.dereference().type
510 elt = bool(self.item.dereference() & (1 << self.so))
519 elt = self.item.dereference()
541 itype = start.dereference().type
564 return str(self.val['_M_current'].dereference())
[all...]
H A Dxmethods.py60 return nullptr.cast(self._val_type.pointer()).dereference()
341 return val_address.cast(self._val_type.pointer()).dereference()
376 node = node.dereference()
382 return addr.cast(self._val_type.pointer()).dereference()
463 bit_size = start.dereference().type.sizeof * 8
471 bit_size = start.dereference().type.sizeof * 8
474 return (valp.dereference() & (1 << offset)) > 0
652 impl_type = obj.dereference().type.fields()[0].type.tag
685 return UniquePtrGetWorker.__call__(self, obj).dereference()
774 return SharedPtrGetWorker.__call__(self, obj).dereference()
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py306 return buf['_M_storage'].address.cast(valtype.pointer()).dereference()
339 elt = self.base.cast(self.nodetype).dereference()
370 node = self.val['_M_node'].cast(self.nodetype.pointer()).dereference()
401 elt = self.base.cast(self.nodetype).dereference()
429 return str(self.val['_M_node'].cast(nodetype).dereference()['_M_data'])
442 itype = self.item.dereference().type
458 elt = bool(self.item.dereference() & (1 << self.so))
467 elt = self.item.dereference()
490 itype = start.dereference().type
512 return str(self.val['_M_current'].dereference())
[all...]
H A Dxmethods.py44 return nullptr.cast(self._val_type.pointer()).dereference()
299 return val_address.cast(self._val_type.pointer()).dereference()
332 node = node.dereference()
338 return addr.cast(self._val_type.pointer()).dereference()
413 bit_size = start.dereference().type.sizeof * 8
421 bit_size = start.dereference().type.sizeof * 8
424 return (valp.dereference() & (1 << offset)) > 0
588 impl_type = obj.dereference().type.fields()[0].type.tag
620 return UniquePtrGetWorker.__call__(self, obj).dereference()
703 return SharedPtrGetWorker.__call__(self, obj).dereference()
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/gdb/libcxx/
H A Dprinters.py362 entry = self.item.dereference()
392 entry = self.item.dereference()
483 yield i, (start_addr.dereference() + i).dereference()
538 yield "", current_node.cast(self.nodetype).dereference()["__value_"]
539 current_node = current_node.dereference()["__next_"]
599 result = node.cast(self.cast_type).dereference()["__left_"]
603 result = node.cast(self.cast_type).dereference()["__right_"]
623 parent = node.cast(self.cast_type).dereference()["__parent_"]
629 # This is ugly, but the only other option is to dereference a
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp127 static llvm::Optional<DereferenceInfo> dereference(ProgramStateRef State,
164 llvm::Optional<DereferenceInfo> DerefInfo = dereference(State, FR);
222 static llvm::Optional<DereferenceInfo> dereference(ProgramStateRef State, function
/netbsd-current/usr.bin/make/unit-tests/
H A Ddeptgt-end-jobs.mk10 # Before 2020-08-22, this test crashed with a null pointer dereference.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h502 This will return NULL if it's not valid to dereference this type.
504 virtual type *dereference () = 0;
570 type *dereference () FINAL OVERRIDE;
588 type *is_pointer () FINAL OVERRIDE { return dereference (); }
611 type *dereference () FINAL OVERRIDE { return m_other_type; }
641 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); }
751 type *dereference () FINAL OVERRIDE;
780 type *dereference () FINAL OVERRIDE;
897 type *dereference () FINA
[all...]
H A Djit-playback.h600 dereference (location *loc);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c182 int dereference; member in struct:__anon2
719 &(dict_ldap->dereference)) != LDAP_OPT_SUCCESS)
720 msg_warn("%s: Unable to set dereference option.", myname);
839 ADDINT(keybuf, dict_ldap->dereference);
1782 dict_ldap->dereference = cfg_get_int(dict_ldap->parser, "dereference",
1784 if (dict_ldap->dereference < 0 || dict_ldap->dereference > 3) {
1785 msg_warn("%s: %s Unrecognized value %d specified for dereference; using 0",
1786 myname, ldapsource, dict_ldap->dereference);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h526 This will return NULL if it's not valid to dereference this type.
528 virtual type *dereference () = 0;
606 type *dereference () FINAL OVERRIDE;
635 type *is_pointer () FINAL OVERRIDE { return dereference (); }
659 type *dereference () FINAL OVERRIDE { return m_other_type; }
692 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); }
826 type *dereference () FINAL OVERRIDE;
857 type *dereference () FINAL OVERRIDE;
975 type *dereference () FINA
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp95 return dereference(
102 // Pointer on stack - dereference it.
257 bool ByteCodeExprGen<Emitter>::dereference(
312 // If the param is a pointer, we can dereference a dummy value.
H A DByteCodeExprGen.h182 bool dereference(const Expr *LV, DerefKind AK,

Completed in 397 milliseconds

12