Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCoroutines.cpp63 InferPromiseType(Function & destroy_func) InferPromiseType() argument
172 if (Function *destroy_func = Update() local
/freebsd-src/usr.sbin/nscd/
H A Dquery.h57 query_destroy_func destroy_func; /* called on destroy */ member
/freebsd-src/sys/kgssapi/krb5/
H A Dkcrypto.h62 typedef void destroy_func(struct krb5_key_state *ks); typedef