Home
last modified time | relevance | path

Searched defs:count_ (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcounting_predicates.h33 mutable std::size_t count_; member
53 mutable std::size_t count_; member
61 int* count_ = nullptr; variable
H A Dcounting_projection.h21 int* count_ = nullptr; variable
H A Dtest_allocator.h491 int count_ = 0; global() member
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp23 static int count_; member
37 int B::count_ = 0; member in B
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp22 static int count_; member
36 int B::count_ = 0; member in B
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
H A Duninitialized_copy.pass.cpp24 static int count_; member
38 int B::count_ = 0; member in B
H A Duninitialized_copy_n.pass.cpp24 static int count_; member
39 int B::count_ = 0; member in B
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddtor.pass.cpp29 int* count_; member
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dtypes.h97 int count_; member
98 constexpr explicit SizedSentinelView(int count = 8) : count_(count) {} in count_() function
/llvm-project/third-party/benchmark/test/
H A Dfilter_test.cc36 mutable int count_; member in __anon3391cb8b0111::TestReporter
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.h81 uptr count_; global() variable
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.construct/
H A Dconstruct_at.pass.cpp37 int& count_; global() member
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dconstruct.pass.cpp55 int& count_; member
/llvm-project/clang/test/CodeGenCoroutines/
H A Dpr59723.cpp214 unsigned count_ = 0; member in bug_spawner
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp12 U count_; member