Searched refs:SizeT (Results 1 – 5 of 5) sorted by relevance
65 using SizeT = std::string::size_type; in PerformSubstitutions() typedef67 SizeT pos; in PerformSubstitutions()68 SizeT next_start = 0; in PerformSubstitutions()
74 using SizeT = std::string::size_type; in PerformSubstitutions() typedef76 SizeT pos; in PerformSubstitutions()77 SizeT next_start = 0; in PerformSubstitutions()
278 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enumerator289 bool isSizeT() const { return TK == TypeKind::SizeT; } in isSizeT()304 Res.TK = TypeKind::SizeT; in makeSizeT()
2953 QualType SizeT = Context.getSizeType(); in DeclareGlobalNewDelete() local2969 Params.push_back(SizeT); in DeclareGlobalNewDelete()2984 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()2985 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
5054 auto *SizeT = MallocCall->getOperand(1); in manifest() local5056 Size = B.CreateMul(Num, SizeT, "h2s.calloc.size"); in manifest()