Home
last modified time | relevance | path

Searched refs:setInstance (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DThreadLocal.inc43 void ThreadLocalImpl::setInstance(const void* d) {
56 setInstance(nullptr);
65 void ThreadLocalImpl::setInstance(const void* d) { data = const_cast<void*>(d);}
67 void ThreadLocalImpl::removeInstance() { setInstance(0); }
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DThreadLocal.cpp29 void ThreadLocalImpl::setInstance(const void* d) { in setInstance() function in llvm::ThreadLocalImpl
39 setInstance(nullptr); in removeInstance()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DThreadLocal.h38 void setInstance(const void* d);
55 void set(T* d) { setInstance(d); } in set()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DThreadLocal.inc42 void ThreadLocalImpl::setInstance(const void* d){
50 setInstance(0);