Home
last modified time | relevance | path

Searched refs:SetUp (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_test.cc22 virtual void SetUp();
45 void FastUnwindTest::SetUp() { in SetUp() function in __sanitizer::FastUnwindTest
H A Dsanitizer_linux_test.cc65 virtual void SetUp() { in SetUp() function in __sanitizer::ThreadListerTest
H A Dsanitizer_libc_test.cc168 void SetUp() override { in SetUp() function in SanitizerCommonFileTest
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) { in SetUp() function in MyFixture
H A Dmap_test.cc37 void SetUp(const ::benchmark::State& st) { in SetUp() function in MapFixture
H A Dmultiple_ranges_test.cc31 void SetUp(const ::benchmark::State& state) { in SetUp() function in MultipleRangesFixture
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) { in SetUp() function in MyFixture
H A Dmap_test.cc37 void SetUp(const ::benchmark::State& st) { in SetUp() function in MapFixture
H A Dmultiple_ranges_test.cc31 void SetUp(const ::benchmark::State& state) { in SetUp() function in MultipleRangesFixture
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1017 this->SetUp(st); in Run()
1023 virtual void SetUp(const State&) {} in SetUp() function
1026 virtual void SetUp(State& st) { SetUp(const_cast<const State&>(st)); } in SetUp() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1054 this->SetUp(st); in Run()
1060 virtual void SetUp(const State&) {} in SetUp() function
1063 virtual void SetUp(State& st) { SetUp(const_cast<const State&>(st)); } in SetUp() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfdr_controller_test.cc53 void SetUp() override { in SetUp() function in __xray::__anon0900ef0e0111::FunctionSequenceTest
305 void SetUp() override { in SetUp() function in __xray::__anon0900ef0e0111::BufferManagementTest
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h469 virtual void SetUp();
1051 virtual void SetUp() {} in SetUp() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DCMakeLists.txt168 # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DCMakeLists.txt169 # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2258 void Test::SetUp() { in SetUp() function in testing::Test
2503 internal::HandleExceptionsInMethodIfSupported(this, &Test::SetUp, "SetUp()"); in Run()
5217 static void SetUpEnvironment(Environment* env) { env->SetUp(); } in SetUpEnvironment()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc961 void SetUp() override { in SetUp() function in MemorySanitizerIpTest