Home
last modified time | relevance | path

Searched defs:destroy_func (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp64 static CompilerType InferArtificialCoroType(Function *destroy_func, in InferArtificialCoroType()
143 Function *destroy_func = ExtractDestroyFunction(target_sp, frame_ptr_addr); in Update() local
/freebsd/usr.sbin/nscd/
H A Dquery.h57 query_destroy_func destroy_func; /* called on destroy */ member
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.h62 typedef void destroy_func(struct krb5_key_state *ks); typedef