Home
last modified time | relevance | path

Searched refs:type_param (Results 1 – 6 of 6) sorted by relevance

/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h652 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param,
658 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument
661 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase()
690 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
H A Dgtest.cc2764 const char* test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() argument
2769 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo()
3334 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local
3337 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent()
3339 if (type_param != nullptr) { in PrintFullTestCommentIfPresent()
3340 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent()
3441 if (test_case.type_param() == nullptr) { in OnTestCaseStart()
3444 printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param()); in OnTestCaseStart()
3455 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart()
3458 printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param()); in OnTestSuiteStart()
[all …]
/llvm-project/third-party/unittest/googletest/include/gtest/
H A Dgtest.h553 const char* type_param() const { in type_param() function
611 const char* test_suite_name, const char* name, const char* type_param,
699 const char* type_param() const { in type_param() function
2284 const char* type_param, const char* value_param, in GTEST_DISABLE_MSC_WARNINGS_POP_()
2298 test_suite_name, test_name, type_param, value_param, in GTEST_DISABLE_MSC_WARNINGS_POP_()
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h568 const char* test_suite_name, const char* name, const char* type_param,
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformOps.td856 let results = (outs TransformParamTypeInterface:$type_param);
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1458 } else if (auto *type_param = in TemplateParameterAllowsValue()
1464 if (type_param->getType() != value.getIntegralType()) in TemplateParameterAllowsValue()
1457 } else if (auto *type_param = TemplateParameterAllowsValue() local