Searched refs:_obj (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr17132.cc26 smart_ptr (T *obj) : _obj (obj) { }
27 ~smart_ptr () { delete _obj; }
32 T *_obj; member in class:smart_ptr
39 return _obj;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpr17132.cc26 smart_ptr (T *obj) : _obj (obj) { }
27 ~smart_ptr () { delete _obj; }
32 T *_obj; member in class:smart_ptr
39 return _obj;
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DIndexObject.h31 IndexObject (int _indextype, Histable *_obj);
H A DIndexObject.cc37 IndexObject::IndexObject (int _indextype, Histable *_obj) argument
40 obj = _obj;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DIndexObject.h31 IndexObject (int _indextype, Histable *_obj);
H A DIndexObject.cc37 IndexObject::IndexObject (int _indextype, Histable *_obj) argument
40 obj = _obj;
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf.h88 int (*get_section_info)(void *_obj, Dwarf_Half _index,
90 Dwarf_Endianness (*get_byte_order)(void *_obj);
91 Dwarf_Small (*get_length_size)(void *_obj);
92 Dwarf_Small (*get_pointer_size)(void *_obj);
93 Dwarf_Unsigned (*get_section_count)(void *_obj);
94 int (*load_section)(void *_obj, Dwarf_Half _index,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h662 namespace { static CONSTEXPR const CLASS NAME##_obj ARGS; } \
663 namespace functions { const function_base *const NAME = &NAME##_obj; }
H A Daarch64-sve-builtins-shapes.cc450 static CONSTEXPR const NAME##_def NAME##_obj; \
451 namespace shapes { const function_shape *const NAME = &NAME##_obj; }
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins-functions.h662 namespace { static CONSTEXPR const CLASS NAME##_obj ARGS; } \
663 namespace functions { const function_base *const NAME = &NAME##_obj; }
H A Daarch64-sve-builtins-shapes.cc450 static CONSTEXPR const NAME##_def NAME##_obj; \
451 namespace shapes { const function_shape *const NAME = &NAME##_obj; }
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-snmp.c302 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
/netbsd-current/crypto/external/bsd/openssl.old/dist/
H A DConfigure2371 # For the schemes that need it, we provide the old *_obj configs
2375 (my $obj = $_) =~ s/_(asm|aux)_src$/_obj/;
/netbsd-current/crypto/external/bsd/openssl/dist/
H A DConfigure2802 # For the schemes that need it, we provide the old *_obj configs
2806 (my $obj = $_) =~ s/_(asm|aux)_src$/_obj/;

Completed in 306 milliseconds