Searched defs:ThisT (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h119 typedef SizeClassAllocator32<Params> ThisT; typedef in class:SizeClassAllocator32
H A Dsanitizer_allocator_primary64.h96 typedef SizeClassAllocator64<Params> ThisT; typedef in class:SizeClassAllocator64
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h55 typedef SizeClassAllocator32<Config> ThisT; typedef in class:scudo::SizeClassAllocator32
H A Dprimary64.h61 typedef SizeClassAllocator64<Config> ThisT; typedef in class:scudo::SizeClassAllocator64
H A Dcombined.h52 typedef Allocator<Config, PostInitCallback> ThisT; typedef in class:scudo::Allocator

Completed in 76 milliseconds