Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h653 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param,
659 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument
662 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase()
689 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
H A Dgtest.cc3084 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local
3087 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent()
3089 if (type_param != nullptr) { in PrintFullTestCommentIfPresent()
3090 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent()
3189 if (test_case.type_param() == nullptr) { in OnTestCaseStart()
3203 if (test_suite.type_param() == nullptr) { in OnTestSuiteStart()
3799 if (test_info.type_param() != nullptr) { in OutputXmlTestInfo()
3801 test_info.type_param()); in OutputXmlTestInfo()
4175 if (test_info.type_param() != nullptr) { in OutputJsonTestInfo()
5182 const char* test_suite_name, const char* type_param, in GetTestSuite() argument
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h713 const char* type_param() const { in type_param() function
771 const char* test_suite_name, const char* name, const char* type_param,
855 const char* type_param() const { in type_param() function
2438 const char* type_param, const char* value_param, in RegisterTest() argument
2452 test_suite_name, test_name, type_param, value_param, in RegisterTest()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h563 const char* test_suite_name, const char* name, const char* type_param,
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1483 } else if (auto *type_param = in TemplateParameterAllowsValue() local
1489 if (type_param->getType() != value.getIntegralType()) in TemplateParameterAllowsValue()