HomeSort by: relevance | last modified time | path
    Searched defs:ThisT (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary32.h 112 typedef SizeClassAllocator32<Params> ThisT;
113 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache;
sanitizer_allocator_primary64.h 59 typedef SizeClassAllocator64<Params> ThisT;
60 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
773 MemoryMapper(const ThisT& base_allocator, uptr class_id)
811 const ThisT& allocator;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_primary32.h 119 typedef SizeClassAllocator32<Params> ThisT;
120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache;
sanitizer_allocator_primary64.h 96 typedef SizeClassAllocator64<Params> ThisT;
97 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
98 typedef MemoryMapper<ThisT> MemoryMapperT;
621 friend class MemoryMapper<ThisT>;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_primary32.h 119 typedef SizeClassAllocator32<Params> ThisT;
120 typedef SizeClassAllocator32LocalCache<ThisT> AllocatorCache;
sanitizer_allocator_primary64.h 96 typedef SizeClassAllocator64<Params> ThisT;
97 typedef SizeClassAllocator64LocalCache<ThisT> AllocatorCache;
98 typedef MemoryMapper<ThisT> MemoryMapperT;
621 friend class MemoryMapper<ThisT>;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 14343 QualType ThisT = RebuildUnresolvedUsingType(Loc, E);
14344 if (ThisT.isNull())
14346 else if (ThisT->getAs<UnresolvedUsingType>())
14347 FallbackT = ThisT;
14349 T = ThisT;
14351 assert(getSema().Context.hasSameType(ThisT, T) &&

Completed in 98 milliseconds