Home
last modified time | relevance | path

Searched defs:PrimaryT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h142 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
144 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>; member
187 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
189 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>; member
230 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
254 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5954 QualType PrimaryT = Primary->getInjectedClassNameSpecialization(); in isMoreSpecializedThanPrimary() local
5989 QualType PrimaryT = Context.getTemplateSpecializationType( in isMoreSpecializedThanPrimary() local