Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h72 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
74 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>; member
117 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
119 template <typename Config> using PrimaryT = SizeClassAllocator32<Config>; member
161 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
185 template <typename Config> using PrimaryT = SizeClassAllocator64<Config>; member
H A Dcombined.h53 using PrimaryT = variable
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dprimary_test.cpp34 template <typename> using PrimaryT = void; typedef
53 template <typename> using PrimaryT = void; typedef
77 template <typename> using PrimaryT = void; typedef
102 template <typename> using PrimaryT = void; typedef
127 template <typename> using PrimaryT = void; typedef
241 template <typename> using PrimaryT = void; typedef
H A Dsecondary_test.cpp91 template <typename> using PrimaryT = void; typedef
103 template <typename> using PrimaryT = void; typedef
H A Dallocator_config_test.cpp20 template <typename> using PrimaryT = void; typedef
H A Dcombined_test.cpp201 using PrimaryT = scudo::SizeClassAllocator64<Config>; typedef
204 using PrimaryT = scudo::SizeClassAllocator32<Config>; typedef
701 using PrimaryT = scudo::SizeClassAllocator64<Config>; global() typedef
/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp6097 QualType PrimaryT = Primary->getInjectedClassNameSpecialization(); isMoreSpecializedThanPrimary() local
6132 QualType PrimaryT = Context.getTemplateSpecializationType( isMoreSpecializedThanPrimary() local