Searched defs:tracker (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
H A D | destroy_elements.pass.cpp | 49 test([](std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) { vec.emplace_back(tracker); }); in test() argument 50 test([](std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) { vec.push_back(tracker); }); in test() argument 51 test([](std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) { vec.emplace(vec.begin(), tracker); }); in test() argument 52 test([](std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) { vec.insert(vec.begin(), tracker); }); in test() argument 48 __anond9eab2b40202(std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) test() argument 54 __anond9eab2b40702(std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) test() argument 58 __anond9eab2b40802(std::vector<DestroyTracker>& vec, std::vector<bool>& tracker) test() argument [all...] |
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/ |
H A D | RegisterAliasingTest.cpp | 30 const RegisterAliasingTracker tracker(RegInfo, X86::EAX); in TEST_F() local
|
/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/ |
H A D | RegisterAliasingTest.cpp | 29 const RegisterAliasingTracker tracker(RegInfo, Mips::T0_64); in TEST_F() local
|
/llvm-project/third-party/benchmark/test/ |
H A D | benchmark_test.cc | 157 double tracker = 0.0; in BM_LongTest() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cpp | 1288 RangeTracker tracker(&range_recorder, 1); TEST() local
|