Home
last modified time | relevance | path

Searched refs:removeInstance (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DThreadLocal.h39 void removeInstance();
57 void erase() { removeInstance(); } in erase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreadLocal.inc56 void ThreadLocalImpl::removeInstance() {
68 void ThreadLocalImpl::removeInstance() { setInstance(0); }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DThreadLocal.cpp37 void ThreadLocalImpl::removeInstance() { in removeInstance() function in llvm::ThreadLocalImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DThreadLocal.inc47 void sys::ThreadLocalImpl::removeInstance() {
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h101 void removeInstance(TemplateInstance *handle);
H A Ddtemplate.c2821 void TemplateDeclaration::removeInstance(TemplateInstance *handle) in removeInstance() function
6481 tempdecl->removeInstance(tempdecl_instance_idx); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d6313 tempdecl.removeInstance(tempdecl_instance_idx); in templateInstanceSemantic()
H A Ddtemplate.d2497 extern (D) void removeInstance(TemplateInstance ti) in removeInstance() function