/llvm-project/clang/test/PCH/ |
H A D | type_pack_element.cpp | 10 using SizeT = decltype(sizeof(int)); typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | type_pack_element.cpp | 5 using SizeT = decltype(sizeof(int)); typedef
|
H A D | size_t-literal.cpp | 30 void SizeT(void) { in SizeT() function
|
H A D | coroutine-alloc-2.cpp | 33 using SizeT = decltype(sizeof(int)); typedef
|
H A D | coroutine-alloc-3.cpp | 33 using SizeT = decltype(sizeof(int)); typedef
|
H A D | coro-return-type-and-wrapper.cpp | 13 using SizeT = decltype(sizeof(int)); typedef
|
H A D | coroutines.cpp | 778 using SizeT = decltype(sizeof(int)); global() typedef
|
/llvm-project/libcxx/test/std/language.support/support.types/ |
H A D | cstddef.compile.pass.cpp | 30 using SizeT = std::size_t; typedef
|
/llvm-project/libcxx/test/libcxx/language.support/support.types/ |
H A D | cstddef.compile.pass.cpp | 17 using SizeT = ::size_t; typedef
|
/llvm-project/libcxx/test/std/containers/views/views.span/span.elem/ |
H A D | at.pass.cpp | 85 using SizeT = typename decltype(arrSpan)::size_type; in test_exceptions() typedef 136 using SizeT = typename decltype(vecSpan)::size_type; in test_exceptions() typedef
|
/llvm-project/clang/test/Import/builtin-template/Inputs/ |
H A D | S.cpp | 10 using SizeT = decltype(sizeof(int)); typedef
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/ |
H A D | size_size_T_size_size.pass.cpp | 37 typedef typename S::size_type SizeT; in test() typedef 71 typedef typename S::size_type SizeT; in test_npos() typedef
|
/llvm-project/clang/unittests/Tooling/ |
H A D | StandardLibraryTest.cpp | 193 auto &SizeT = lookup(AST, "size_t"); in TEST() local
|
/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | coro-alloc.cpp | 30 using SizeT = decltype(sizeof(int)); typedef
|
/llvm-project/third-party/benchmark/test/ |
H A D | output_test_helper.cc | 84 using SizeT = std::string::size_type; in PerformSubstitutions() typedef
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetLibraryInfo.cpp | 71 SizeT, // size_t. enumerator
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 84 SizeT, enumerator
|
/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 302 enum class TypeKind { DontCare, SizeT, PtrdiffT }; enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 3098 QualType SizeT = Context.getSizeType(); DeclareGlobalNewDelete() local
|
H A D | SemaChecking.cpp | 664 QualType SizeT = S.Context.getSizeType(); dumpRecordValue() local
|
H A D | SemaDeclCXX.cpp | 17174 QualType SizeT = Context.getSizeType(); EvaluateStaticAssertMessageAsString() local
|