Searched refs:Fixture (Results 1 – 18 of 18) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 692 template <GTEST_TEMPLATE_ Fixture, class TestSel, typename Types> 704 typedef Fixture<Type> FixtureClass; 724 return TypeParameterizedTest<Fixture, TestSel, 735 template <GTEST_TEMPLATE_ Fixture, class TestSel> 736 class TypeParameterizedTest<Fixture, TestSel, Types0> { 751 template <GTEST_TEMPLATE_ Fixture, typename Tests, typename Types> 774 TypeParameterizedTest<Fixture, Head, Types>::Register( 778 return TypeParameterizedTestSuite<Fixture, typename Tests::Tail, 787 template <GTEST_TEMPLATE_ Fixture, typename Types> 788 class TypeParameterizedTestSuite<Fixture, Templates0, Types> {
|
| /llvm-project-15.0.7/third-party/benchmark/test/ |
| H A D | templated_fixture_test.cc | 8 class MyFixture : public ::benchmark::Fixture {
|
| H A D | fixture_test.cc | 9 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
|
| H A D | args_product_test.cc | 8 class ArgsProductFixture : public ::benchmark::Fixture {
|
| H A D | cxx03_test.cc | 47 struct BM_Fixture : public ::benchmark::Fixture {};
|
| H A D | map_test.cc | 35 class MapFixture : public ::benchmark::Fixture {
|
| H A D | multiple_ranges_test.cc | 8 class MultipleRangesFixture : public ::benchmark::Fixture {
|
| H A D | benchmark_setup_teardown_test.cc | 81 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-use-after-free.cpp | 46 template < template < typename > class Fixture, typename Tests, 52 TypeParameterizedTest < Fixture, Head, Types >::Register; in Register()
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | vectorize.ml | 29 (*===-- Fixture -----------------------------------------------------------===*)
|
| H A D | passmgr_builder.ml | 28 (*===-- Fixture -----------------------------------------------------------===*)
|
| H A D | scalar_opts.ml | 29 (*===-- Fixture -----------------------------------------------------------===*)
|
| H A D | ipo.ml | 30 (*===-- Fixture -----------------------------------------------------------===*)
|
| H A D | target.ml | 31 (*===-- Fixture -----------------------------------------------------------===*)
|
| H A D | core.ml | 32 (*===-- Fixture -----------------------------------------------------------===*)
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 1211 class Fixture : public internal::Benchmark { 1213 Fixture() : internal::Benchmark("") {} in Fixture() function
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | user_guide.md | 544 Fixture tests are created by first defining a type that derives from 545 `::benchmark::Fixture` and then creating/registering the tests using the 555 class MyFixture : public benchmark::Fixture { 591 class MyFixture : public benchmark::Fixture {};
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | CMakeLists.txt | 217 # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden
|