Home
last modified time | relevance | path

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 Dgtest-internal.h692 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 Dtemplated_fixture_test.cc8 class MyFixture : public ::benchmark::Fixture {
H A Dfixture_test.cc9 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
H A Dargs_product_test.cc8 class ArgsProductFixture : public ::benchmark::Fixture {
H A Dcxx03_test.cc47 struct BM_Fixture : public ::benchmark::Fixture {};
H A Dmap_test.cc35 class MapFixture : public ::benchmark::Fixture {
H A Dmultiple_ranges_test.cc8 class MultipleRangesFixture : public ::benchmark::Fixture {
H A Dbenchmark_setup_teardown_test.cc81 class FIXTURE_BECHMARK_NAME : public ::benchmark::Fixture {
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp46 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 Dvectorize.ml29 (*===-- Fixture -----------------------------------------------------------===*)
H A Dpassmgr_builder.ml28 (*===-- Fixture -----------------------------------------------------------===*)
H A Dscalar_opts.ml29 (*===-- Fixture -----------------------------------------------------------===*)
H A Dipo.ml30 (*===-- Fixture -----------------------------------------------------------===*)
H A Dtarget.ml31 (*===-- Fixture -----------------------------------------------------------===*)
H A Dcore.ml32 (*===-- Fixture -----------------------------------------------------------===*)
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1211 class Fixture : public internal::Benchmark {
1213 Fixture() : internal::Benchmark("") {} in Fixture() function
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md544 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 DCMakeLists.txt217 # ICC17u2: overloaded virtual function "benchmark::Fixture::SetUp" is only partially overridden