Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/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 … self.cur != self.end and (is_equal(self.cur.dereference()['first'], empty) or is_equal(self.cur.d…
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()
292 return self.string_from_twine_object(child['twine'].dereference())
[all …]
/netbsd-src/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()
/netbsd-src/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()
/netbsd-src/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_"]
712 key_value = node.cast(self.util.cast_type).dereference()[
730 key_value = node.cast(self.util.cast_type).dereference()["__value_"]
[all …]
/netbsd-src/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); in isDereferencableUninit()
222 static llvm::Optional<DereferenceInfo> dereference(ProgramStateRef State, in dereference() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.h504 virtual type *dereference () = 0;
570 type *dereference () FINAL OVERRIDE;
588 type *is_pointer () FINAL OVERRIDE { return dereference (); } in is_pointer()
611 type *dereference () FINAL OVERRIDE { return m_other_type; } in dereference() function
641 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); } in dereference() function
751 type *dereference () FINAL OVERRIDE;
780 type *dereference () FINAL OVERRIDE;
897 type *dereference () FINAL OVERRIDE;
1048 dereference (location *loc);
1623 : lvalue (ctxt, loc, ptr->get_type ()->dereference ()), in array_access()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dmemchr.m418 # memchr should not dereference anything with length 0
20 # memchr should not dereference overestimated length after a match
H A Dlstat.m448 /* Linux will dereference the symlink and fail, as required by
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.h528 virtual type *dereference () = 0;
606 type *dereference () FINAL OVERRIDE;
635 type *is_pointer () FINAL OVERRIDE { return dereference (); } in is_pointer()
659 type *dereference () FINAL OVERRIDE { return m_other_type; } in dereference() function
692 type *dereference () FINAL OVERRIDE { return m_other_type->dereference (); } in dereference() function
826 type *dereference () FINAL OVERRIDE;
857 type *dereference () FINAL OVERRIDE;
975 type *dereference () FINAL OVERRIDE;
1131 dereference (location *loc);
1829 : lvalue (ctxt, loc, ptr->get_type ()->dereference ()), in array_access()
[all …]
H A Djit-recording.cc2402 recording::memento_of_get_type::dereference () in dereference() function in gcc::jit::recording::memento_of_get_type
3049 recording::array_type::dereference () in dereference() function in gcc::jit::recording::array_type
3118 recording::function_type::dereference () in dereference() function in gcc::jit::recording::function_type
3465 recording::compound_type::dereference () in dereference() function in gcc::jit::recording::compound_type
3726 recording::rvalue::dereference (recording::location *loc) in dereference() function in gcc::jit::recording::rvalue
4833 m_type->dereference ()->get_size (), in replay_into()
4835 / m_type->dereference ()->get_size (), in replay_into()
4947 m_type->dereference ()->get_debug_string (), in write_initializer_reproducer()
5002 switch (m_type->dereference ()->get_size ()) in write_reproducer()
6102 fn_ptr->get_type ()->dereference () in call_through_ptr()
[all …]
H A DChangeLog.jit654 (gcc::jit::recording::struct_::dereference): Move to...
655 (gcc::jit::recording::compound_type::dereference): ...here.
692 (gcc::jit::recording::struct_::dereference): Move class to...
693 (gcc::jit::recording::compound_type::dereference): ...here.
1798 (gcc::jit::recording::function_type::dereference): Implement
1827 dereference): Handle GCC_JIT_TYPE_BOOL (with an error).
2000 (gccjit::rvalue::dereference): Likewise.
2140 (rvalue::dereference): Likewise.
2284 (gcc::jit::recording::type::dereference): New pure-virtual
2290 (gcc::jit::recording::memento_of_get_type::dereference): New.
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c182 int dereference; member
719 &(dict_ldap->dereference)) != LDAP_OPT_SUCCESS) in dict_ldap_connect()
839 ADDINT(keybuf, dict_ldap->dereference); in dict_ldap_conn_find()
1782 dict_ldap->dereference = cfg_get_int(dict_ldap->parser, "dereference", in dict_ldap_open()
1784 if (dict_ldap->dereference < 0 || dict_ldap->dereference > 3) { in dict_ldap_open()
1786 myname, ldapsource, dict_ldap->dereference); in dict_ldap_open()
1787 dict_ldap->dereference = 0; in dict_ldap_open()
/netbsd-src/external/bsd/am-utils/dist/m4/macros/
H A Dcheck_nfs_hn_dref.m42 dnl check the correct way to dereference the hostname part of the nfs fhandle
H A Dcheck_nfs_sa_dref.m42 dnl check the correct way to dereference the address part of the nfs fhandle
H A Dcheck_nfs_fh_dref.m42 dnl check the correct way to dereference the address part of the nfs fhandle
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-masarati-ldap-deref-xx.txt124 This requires to explicitly dereference each linked entry in order to
176 This control allows specifying a dereference attribute and a set of
178 dereference attribute's syntax MUST be 1.3.6.1.4.1.1466.115.121.1.12
179 (DN) [RFC4517]. Each value of the dereference attribute in a
185 The control value may contain dereference attribute values without
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog191 (resolve_fl_var_and_proc): Prevent NULL pointer dereference and
341 * resolve.cc (resolve_symbol): Avoid NULL pointer dereference while
414 dereference.
440 * resolve.cc (resolve_common_vars): Avoid NULL pointer dereference
554 dereference while recursively checking expressions.
562 * expr.cc (class_allocatable): Prevent NULL pointer dereference
720 * expr.cc (gfc_simplify_expr): Avoid NULL pointer dereference.
904 pointer dereference on invalid array section.
1022 * arith.cc (eval_intrinsic): Avoid NULL pointer dereference.
1035 * check.cc (gfc_check_associated): Avoid NULL pointer dereference.
[all …]
H A DChangeLog-2020173 * decl.c (gfc_match_function_decl): Avoid NULL pointer dereference.
856 Do not dereference a NULL pointer for value.function.esym.
1108 Add checks for NULL pointer dereference.
1118 dereference.
1119 * resolve.c (resolve_assoc_var): Catch NULL pointer dereference
1138 to avoid NULL pointer dereference.
1141 to avoid NULL pointer dereference.
1164 * resolve.c (resolve_symbol): Avoid NULL pointer dereference.
1249 * resolve.c (resolve_assoc_var): Avoid NULL pointer dereference.
1263 * decl.c (gfc_match_data): Avoid NULL pointer dereference.
[all …]
H A DChangeLog-202150 dereference when checking for passing a do-loop variable to a
93 dereference.
174 dereference when shape is not set.
292 avoid NULL pointer dereference when generating error message.
417 * check.c (gfc_check_shape): Avoid NULL pointer dereference on
419 * simplify.c (gfc_simplify_cshift): Avoid NULL pointer dereference
997 * array.c (expand_constructor): Do not dereference NULL pointer.
1505 * trans-types.c (gfc_get_nodesc_array_type): Do not dereference
1573 dereference.
1586 dereference.
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DCHANGES7 - Wrap dereference search control with #ifdef LDAP_OPT_DEREF.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalyzer.opt69 Wanalyzer-possible-null-dereference
81 Wanalyzer-null-dereference
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp95 return dereference( in VisitCastExpr()
257 bool ByteCodeExprGen<Emitter>::dereference( in dereference() function in ByteCodeExprGen
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/
H A Dduaconf.ldif44 Tells DUA if it should dereference aliases' EQUALITY booleanMatch SYNTAX 1.3.

12345678910>>...15