| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_catch.cc | 47 void* objectp; in __cxa_begin_catch() local 82 objectp = __gxx_caught_object(exceptionObject); in __cxa_begin_catch() 84 PROBE2 (catch, objectp, header->exceptionType); in __cxa_begin_catch() 89 return objectp; in __cxa_begin_catch()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_catch.cc | 47 void* objectp; in __cxa_begin_catch() local 82 objectp = __gxx_caught_object(exceptionObject); in __cxa_begin_catch() 84 PROBE2 (catch, objectp, header->exceptionType); in __cxa_begin_catch() 89 return objectp; in __cxa_begin_catch()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | ddt_zap.c | 37 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) in ddt_zap_create() argument 44 *objectp = zap_create_flags(os, 0, flags, DMU_OT_DDT_ZAP, in ddt_zap_create() 48 return (*objectp == 0 ? ENOTSUP : 0); in ddt_zap_create()
|
| H A D | dmu_object.c | 163 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() argument 165 uint64_t offset = (*objectp + 1) << DNODE_SHIFT; in dmu_object_next() 171 *objectp = offset >> DNODE_SHIFT; in dmu_object_next()
|
| H A D | ddt.c | 66 uint64_t *objectp = &ddt->ddt_object[type][class]; in ddt_object_create() local 73 ASSERT(*objectp == 0); in ddt_object_create() 74 VERIFY(ddt_ops[type]->ddt_op_create(os, objectp, tx, prehash) == 0); in ddt_object_create() 75 ASSERT(*objectp != 0); in ddt_object_create() 78 sizeof (uint64_t), 1, objectp, tx) == 0); in ddt_object_create() 91 uint64_t *objectp = &ddt->ddt_object[type][class]; in ddt_object_destroy() local 97 ASSERT(*objectp != 0); in ddt_object_destroy() 102 VERIFY(ddt_ops[type]->ddt_op_destroy(os, *objectp, tx) == 0); in ddt_object_destroy() 105 *objectp = 0; in ddt_object_destroy()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| H A D | deh.d | 458 void* objectp = cast(void*)header.object; 467 return objectp;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/ |
| H A D | deh.d | 434 void* objectp = cast(void*)header.object; in __gdc_begin_catch() local 446 return objectp; in __gdc_begin_catch()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| H A D | dmu.h | 381 int dmu_object_next(objset_t *os, uint64_t *objectp,
|
| /netbsd-src/sys/kern/ |
| H A D | subr_pool.c | 2636 void **objectp, paddr_t *pap, int flags) in pool_cache_get_slow() 2671 *objectp = object; in pool_cache_get_slow() 2679 *objectp = NULL; in pool_cache_get_slow() 2632 pool_cache_get_slow(pool_cache_t pc,pool_cache_cpu_t * cc,int s,void ** objectp,paddr_t * pap,int flags) pool_cache_get_slow() argument
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | emit-rtl.c | 1930 set_mem_attributes_minus_bitpos (rtx ref, tree t, int objectp, in set_mem_attributes_minus_bitpos() argument 2001 if (objectp || TREE_CODE (t) == INDIRECT_REF) in set_mem_attributes_minus_bitpos() 2153 set_mem_attributes (rtx ref, tree t, int objectp) in set_mem_attributes() argument 2155 set_mem_attributes_minus_bitpos (ref, t, objectp, 0); in set_mem_attributes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | emit-rtl.cc | 1940 set_mem_attributes_minus_bitpos (rtx ref, tree t, int objectp, in set_mem_attributes_minus_bitpos() argument 2011 if (objectp || TREE_CODE (t) == INDIRECT_REF) in set_mem_attributes_minus_bitpos() 2163 set_mem_attributes (rtx ref, tree t, int objectp) in set_mem_attributes() argument 2165 set_mem_attributes_minus_bitpos (ref, t, objectp, 0); in set_mem_attributes()
|