Searched refs:del_obj (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcppUniquePointer.cpp102 ValueObjectSP del_obj = tuple_frontend->GetChildAtIndex(1); local
103 if (del_obj)
104 m_del_obj = del_obj->Clone(ConstString("deleter")).get();
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1241 __mf_object_t *del_obj = NULL; /* Object to actually delete. */ local
1305 be recycled, and the previous resident to be designated del_obj. */
1310 del_obj = __mf_object_cemetary [row][plot];
1318 del_obj = old_obj;
1333 if (del_obj != NULL) /* May or may not equal old_obj. */
1337 CALL_REAL(free, del_obj->alloc_backtrace);
1340 CALL_REAL(free, del_obj->dealloc_backtrace);
1343 CALL_REAL(free, del_obj);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.c2567 sli4_req_common_delete_object_t *del_obj = NULL; local
2576 del_obj = (sli4_req_common_delete_object_t *)((uint8_t *)buf + sli_config_off);
2578 del_obj->hdr.opcode = SLI4_OPC_COMMON_DELETE_OBJECT;
2579 del_obj->hdr.subsystem = SLI4_SUBSYSTEM_COMMON;
2580 del_obj->hdr.request_length = sizeof(*del_obj);
2581 del_obj->hdr.timeout = 0;
2582 del_obj->hdr.version = 0;
2584 ocs_strncpy(del_obj->object_name, object_name, sizeof(del_obj
[all...]

Completed in 94 milliseconds