Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/wpa/wpa_supplicant/binder/
H A Dbinder.cpp55 binder_manager = wpa_supplicant_binder::BinderManager::getInstance(); in wpas_binder_init()
86 wpa_supplicant_binder::BinderManager::getInstance(); in wpas_binder_register_interface()
99 wpa_supplicant_binder::BinderManager::getInstance(); in wpas_binder_unregister_interface()
H A Dsupplicant.cpp64 BinderManager *binder_manager = BinderManager::getInstance(); in CreateInterface()
115 BinderManager *binder_manager = BinderManager::getInstance(); in GetInterface()
H A Dbinder_manager.h33 static BinderManager *getInstance();
H A Dbinder_manager.cpp24 BinderManager *BinderManager::getInstance() in getInstance() function in wpa_supplicant_binder::BinderManager
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DThreadLocal.h39 void *getInstance();
52 T* get() { return static_cast<T*>(getInstance()); } in get()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DThreadLocal.inc52 void *ThreadLocalImpl::getInstance() {
68 void *ThreadLocalImpl::getInstance() { return data; }
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCLabel.cpp19 OS << '"' << getInstance() << '"'; in print()
H A DMCContext.cpp232 return Label->getInstance(); in GetInstance()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DThreadLocal.cpp34 void *ThreadLocalImpl::getInstance() { in getInstance() function in llvm::ThreadLocalImpl
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCLabel.h38 unsigned getInstance() const { return Instance; } in getInstance() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp80 static TemporaryFiles &getInstance();
102 TemporaryFiles &TemporaryFiles::getInstance() { in getInstance() function in __anone38eff540111::TemporaryFiles
546 TemporaryFiles::getInstance().addFile(*this->FilePath); in TempPCHFile()
567 TemporaryFiles::getInstance().removeFile(*FilePath); in RemoveFileIfPresent()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DThreadLocal.inc36 void *sys::ThreadLocalImpl::getInstance() {
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h72 Pass *getInstance() const { in getInstance() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp297 return InsertedPassID.getInstance(); in getInsertedPass()
434 TargetPassID != InsertedPassID.getInstance()->getPassID())) && in insertPass()
573 P = FinalPtr.getInstance(); in addPass()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h60 ReturnType, DefineMatcher##_getInstance>::getInstance(); \
H A DASTMatchersInternal.h1721 static const Matcher &getInstance() {