Home
last modified time | relevance | path

Searched refs:TestParamInfo (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/unittests/Transforms/Instrumentation/
H A DPGOInstrumentationTest.cpp32 using ::testing::TestParamInfo;
164 [](const TestParamInfo<PGOInstrumentationGenTest::ParamType> &Info) {
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h62 struct TestParamInfo { struct
63 TestParamInfo(const ParamType& a_param, size_t an_index) in TestParamInfo() function
73 std::string operator()(const TestParamInfo<ParamType>& info) const { in operator() argument
381 std::string DefaultParamName(const TestParamInfo<ParamType>& info) { in DefaultParamName()
514 using ParamNameGeneratorFunc = std::string(const TestParamInfo<ParamType>&);
583 name_func(TestParamInfo<ParamType>(*param_it, i)); in RegisterTests()
/llvm-project/lldb/unittests/Host/
H A DSocketTest.cpp348 [](const testing::TestParamInfo<SocketTestParams> &info) {
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp159 const testing::TestParamInfo<StackDepotBenchmarkParams>& info) { in PrintStackDepotBenchmarkParams()
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest-param-test.h502 const ::testing::TestParamInfo<test_suite_name::ParamType>& info) { \
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DUncheckedOptionalAccessModelTest.cpp1398 [](const ::testing::TestParamInfo<OptionalTypeIdentifier> &Info) { in TEST_P()
/llvm-project/llvm/unittests/TargetParser/
H A DTargetParserTest.cpp134 const testing::TestParamInfo<ARMCPUTestParams<T>> &Info) { in operator ()()
1064 const testing::TestParamInfo<AArch64CPUTestParams> &Info) { in TEST()