Searched defs:SizeT (Results 1 – 10 of 10) sorted by relevance
7 using SizeT = decltype(sizeof(int)); typedef
5 using SizeT = decltype(sizeof(int)); typedef
22 typedef unsigned int SizeT; typedef
32 typedef typename S::size_type SizeT; in test() typedef73 typedef typename S::size_type SizeT; in test_npos() typedef
78 typedef UInt32 SizeT; typedef80 typedef size_t SizeT; typedef
101 typedef UInt32 SizeT; typedef103 typedef size_t SizeT; typedef
74 using SizeT = std::string::size_type; in PerformSubstitutions() typedef
84 using SizeT = uint32_t; variable
2349 QualType SizeT = Context.getSizeType(); in DeclareGlobalNewDelete() local