Home
last modified time | relevance | path

Searched refs:TestGenerator (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/utils/
H A DFuzzTest13 class TestGenerator: class
319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DCoreAPIsTest.cpp1055 class TestGenerator : public DefinitionGenerator { in TEST_F() class
1057 TestGenerator(SymbolMap Symbols) : Symbols(std::move(Symbols)) {} in TEST_F() function in __anon8c25f19e0111::TEST_F::TestGenerator
1077 JD.addGenerator(std::make_unique<TestGenerator>( in TEST_F()
1091 class TestGenerator : public DefinitionGenerator { in TEST_F() class
1093 TestGenerator(LookupState &TLS) : TLS(TLS) {} in TEST_F() function in __anon8c25f19e0111::TEST_F::TestGenerator
1106 JD.addGenerator(std::make_unique<TestGenerator>(LS)); in TEST_F()