Searched defs:SizeT (Results 1 – 14 of 14) sorted by relevance
7 using SizeT = decltype(sizeof(int)); typedef
5 using SizeT = decltype(sizeof(int)); typedef
17 using SizeT = ::size_t; typedef
30 using SizeT = std::size_t; typedef
22 typedef unsigned int SizeT; typedef
43 using SizeT = std::string::size_type; in RemoveUnsupportedCLExtensions() typedef
32 typedef typename S::size_type SizeT; in test() typedef73 typedef typename S::size_type SizeT; in test_npos() typedef
31 typedef typename S::size_type SizeT; in test() typedef72 typedef typename S::size_type SizeT; in test_npos() typedef
101 typedef UInt32 SizeT; typedef103 typedef size_t SizeT; typedef
74 using SizeT = std::string::size_type; in PerformSubstitutions() typedef
79 using SizeT = std::string::size_type; in PerformSubstitutions() typedef
84 using SizeT = uint32_t; variable
2349 QualType SizeT = Context.getSizeType(); in DeclareGlobalNewDelete() local
4438 auto *SizeT = dyn_cast<ConstantInt>(MallocCall->getOperand(1)); in manifest() local