Searched refs:new (Results 1 – 19 of 19) sorted by relevance
| /CTR-SDK-0.13.2/build/omake/ |
| D | packagedefs.om | 22 new() = 42 PACKAGE_MANAGER = $(PackageManager.new)
|
| D | targetdefs.om | 79 new(name) = 103 new() = 323 new() = 341 new() = 395 target = $(TargetConfig.new) 414 target = $(TargetConfig.new) 438 target = $(HardwareTargetConfig.new) 461 new(manager) = 549 TARGET_MANAGER = $(TargetManager.new) 552 BUILDER = $(Builder.new $(TARGET_MANAGER))
|
| D | targetdefs.WIN.om | 27 spec = $(TargetSpec.new $'WIN-IA32')
|
| D | targetdefs.CTR.om | 28 new(name) = 138 spec = $(TargetSpecCTR.new $'CTR-TS')
|
| D | testutil.om | 196 new(program) = 204 return $(HostProgramRunner.new $(program)) 209 new(program, exitpattern, timeout) = 220 return $(ProgramRunner.new $(program),$(exitpattern),$(timeout))
|
| D | commondefs.cctype.GCC.om | 80 new() =
|
| D | commondefs.cctype.om | 22 new() =
|
| D | commondefs.cctype.RVCT.om | 213 new() =
|
| D | commondefs.om | 130 COMPILER = $(CompilerRVCT.new)
|
| /CTR-SDK-0.13.2/include/nn/util/ |
| D | util_AutoObject.h | 80 AutoObject(const nn::WithInitialize&) : m_P(new Object()) {} in AutoObject() 83 AutoObject(const T& x) : m_P(new Object(x)) {} in AutoObject() 163 autoObject.m_P = new Object(*autoObject); in Updater() 198 return new Object(*p); in Release()
|
| /CTR-SDK-0.13.2/include/nn/fnd/ |
| D | fnd_Allocator.h | 90 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct() 120 void construct(pointer p, const T& val) { new (static_cast<void*>(p)) T(val); } in construct()
|
| D | fnd_UnitHeap.h | 479 …heap = new (addr) UnitHeapTemplate(unit, reinterpret_cast<uptr>(addr)+sizeof(UnitHeapTemplate), st… in Create() 484 …heap = new (placeaddr) UnitHeapTemplate(unit, reinterpret_cast<uptr>(addr), static_cast<size_t>(si… in Create()
|
| D | fnd_ExpHeap.h | 637 …heap = new (addr) ExpHeapTemplate(reinterpret_cast<uptr>(addr)+sizeof(ExpHeapTemplate), static_cas… in Create() 642 …heap = new (placeaddr) ExpHeapTemplate(reinterpret_cast<uptr>(addr), static_cast<size_t>(size - si… in Create()
|
| D | fnd_FrameHeap.h | 617 …heap = new (addr) FrameHeapTemplate(reinterpret_cast<uptr>(addr)+sizeof(FrameHeapTemplate), static… in Create() 622 …heap = new (placeaddr) FrameHeapTemplate(reinterpret_cast<uptr>(addr), static_cast<size_t>(size - … in Create()
|
| /CTR-SDK-0.13.2/sources/libraries/rdt/CTR/ |
| D | rdt_ReceiverImpl.h | 100 static void* operator new(size_t size, void *pBuf) throw() in new() function
|
| D | rdt_SenderImpl.h | 106 static void* operator new(size_t size, void *pBuf) throw() in new() function
|
| /CTR-SDK-0.13.2/include/nn/net/osl/ |
| D | osl_IpcDispatcher.h | 167 static void* operator new(size_t size, nn::fnd::IAllocator& allocator) throw() in new() function 187 new (pImpl) ImplT(); in SessionThreadImpl() 314 Worker* pWorker = new (m_allocator) Worker(this); in ConstructWorkerList()
|
| /CTR-SDK-0.13.2/include/nn/socket/ |
| D | socket_SessionPool.h | 369 new (m_pSessionItemArray) SessionItem[count];
|
| /CTR-SDK-0.13.2/include/nn/os/ |
| D | os_Thread.h | 711 new (dst) T(*reinterpret_cast<const U*>(src)); in Copy() 716 new (dst) T(*reinterpret_cast<const T*>(src)); in Copy()
|