Home
last modified time | relevance | path

Searched refs:SizeT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Doutput_test_helper.cc65 using SizeT = std::string::size_type; in PerformSubstitutions() typedef
67 SizeT pos; in PerformSubstitutions()
68 SizeT next_start = 0; in PerformSubstitutions()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Doutput_test_helper.cc74 using SizeT = std::string::size_type; in PerformSubstitutions() typedef
76 SizeT pos; in PerformSubstitutions()
77 SizeT next_start = 0; in PerformSubstitutions()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h278 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enumerator
289 bool isSizeT() const { return TK == TypeKind::SizeT; } in isSizeT()
304 Res.TK = TypeKind::SizeT; in makeSizeT()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2953 QualType SizeT = Context.getSizeType(); in DeclareGlobalNewDelete() local
2969 Params.push_back(SizeT); in DeclareGlobalNewDelete()
2984 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
2985 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5054 auto *SizeT = MallocCall->getOperand(1); in manifest() local
5056 Size = B.CreateMul(Num, SizeT, "h2s.calloc.size"); in manifest()