Searched refs:ThisT (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h63 using ThisT = typename std::remove_reference<decltype(*this)>::type;
64 addHandler<exec::CallIntVoid>(*this, &ThisT::handleCallIntVoid);
65 addHandler<exec::CallMain>(*this, &ThisT::handleCallMain);
66 addHandler<exec::CallVoidVoid>(*this, &ThisT::handleCallVoidVoid);
68 &ThisT::handleCreateRemoteAllocator);
70 *this, &ThisT::handleDestroyRemoteAllocator);
71 addHandler<mem::ReadMem>(*this, &ThisT::handleReadMem);
72 addHandler<mem::ReserveMem>(*this, &ThisT::handleReserveMem);
73 addHandler<mem::SetProtections>(*this, &ThisT::handleSetProtections);
74 addHandler<mem::WriteMem>(*this, &ThisT
[all...]
H A DRemoteObjectLayer.h118 using ThisT = RemoteObjectLayer<RPCEndpoint>;
120 *this, &ThisT::handleReleaseRemoteSymbol);
122 *this, &ThisT::handleMaterializeRemoteSymbol);
321 using ThisT = RemoteObjectClientLayer<RPCEndpoint>;
322 Remote.template addHandler<Lookup>(*this, &ThisT::lookup);
324 *this, &ThisT::lookupInLogicalDylib);
435 using ThisT = RemoteObjectServerLayer<BaseLayerT, RPCEndpoint>;
437 Remote.template addHandler<AddObject>(*this, &ThisT::addObject);
438 Remote.template addHandler<RemoveObject>(*this, &ThisT::removeObject);
439 Remote.template addHandler<FindSymbol>(*this, &ThisT
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h43 typedef Allocator<Params, PostInitCallback> ThisT; typedef in class:scudo::Allocator
44 typedef typename Params::template TSDRegistryT<ThisT> TSDRegistryT;
52 explicit QuarantineCallback(ThisT &Instance, CacheT &LocalCache)
118 ThisT &Allocator;
192 void commitBack(TSD<ThisT> *TSD) {
H A Dprimary32.h46 typedef SizeClassAllocator32<SizeClassMapT, RegionSizeLog> ThisT; typedef in class:scudo::SizeClassAllocator32
47 typedef SizeClassAllocatorLocalCache<ThisT> CacheT;
H A Dprimary64.h44 typedef SizeClassAllocator64<SizeClassMap, RegionSizeLog> ThisT; typedef in class:scudo::SizeClassAllocator64
45 typedef SizeClassAllocatorLocalCache<ThisT> CacheT;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h119 typedef SizeClassAllocator32<Params> ThisT; typedef in class:SizeClassAllocator32
120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache;
H A Dsanitizer_allocator_primary64.h58 typedef SizeClassAllocator64<Params> ThisT; typedef in class:SizeClassAllocator64
59 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
775 MemoryMapper(const ThisT& base_allocator, uptr class_id)
813 const ThisT& allocator;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13366 QualType ThisT = RebuildUnresolvedUsingType(Loc, E); local
13367 if (ThisT.isNull())
13369 else if (ThisT->getAs<UnresolvedUsingType>())
13370 FallbackT = ThisT;
13372 T = ThisT;
13374 assert(getSema().Context.hasSameType(ThisT, T) &&

Completed in 130 milliseconds