Home
last modified time | relevance | path

Searched refs:destroy_func (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp64 static CompilerType InferArtificialCoroType(Function *destroy_func, in InferArtificialCoroType() argument
66 if (!destroy_func) in InferArtificialCoroType()
69 Block &block = destroy_func->GetBlock(true); in InferArtificialCoroType()
143 Function *destroy_func = ExtractDestroyFunction(target_sp, frame_ptr_addr); in Update() local
151 if (destroy_func) { in Update()
153 InferArtificialCoroType(destroy_func, ConstString("__promise"))) { in Update()
159 InferArtificialCoroType(destroy_func, ConstString("__coro_frame")); in Update()
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.h62 typedef void destroy_func(struct krb5_key_state *ks); typedef
81 destroy_func *ec_destroy;
/freebsd/usr.sbin/nscd/
H A Dquery.h57 query_destroy_func destroy_func; /* called on destroy */ member
H A Dmp_rs_query.c301 qstate->destroy_func = on_mp_read_session_destroy; in on_mp_read_session_request_process()
H A Dmp_ws_query.c237 qstate->destroy_func = on_mp_write_session_destroy; in on_mp_write_session_request_process()
H A Dquery.c1252 retval->destroy_func = on_query_destroy; in init_query_state()
1276 qstate->destroy_func(qstate); in destroy_query_state()