Searched refs:code_location (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 88 CodeLocation code_location); 517 CodeLocation code_location) in ParameterizedTestSuiteInfo() argument 518 : test_suite_name_(name), code_location_(code_location) {} in ParameterizedTestSuiteInfo() 534 CodeLocation code_location) { in AddTestPattern() argument 536 test_suite_name, test_base_name, meta_factory, code_location))); in AddTestPattern() 602 PrintToString(*param_it).c_str(), test_info->code_location, in RegisterTests() 628 code_location(a_code_location) {} in TestInfo() 633 const CodeLocation code_location; member 705 const char* test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder() argument 713 ReportInvalidTestSuiteType(test_suite_name, code_location); in GetTestSuitePatternHolder() [all …]
|
| H A D | gtest-internal.h | 569 const char* value_param, CodeLocation code_location, 704 static bool Register(const char* prefix, const CodeLocation& code_location, 721 code_location, GetTypeId<FixtureClass>(), 723 code_location.file.c_str(), code_location.line), 725 code_location.file.c_str(), code_location.line), 731 code_location, 753 CodeLocation code_location); 764 static bool Register(const char* prefix, CodeLocation code_location, 775 FormatFileLocation(code_location.file.c_str(), code_location.line) 790 Types>::Register(prefix, code_location,
|
| /llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 65 lldb::addr_t code_location = ptr_value + 2 * ptr_size; in NSError_SummaryProvider() local 69 int64_t code = process_sp->ReadSignedIntegerFromMemory(code_location, in NSError_SummaryProvider()
|
| /llvm-project/third-party/unittest/googletest/src/ |
| H A D | gtest.cc | 558 CodeLocation code_location) { in RegisterTypeParameterizedTestSuite() argument 560 test_suite_name, code_location); in RegisterTypeParameterizedTestSuite() 569 const char* test_suite_name, CodeLocation code_location) { in RegisterTestSuite() argument 571 TypeParameterizedTestSuiteInfo(code_location)); in RegisterTestSuite() 613 testcase.second.code_location.file.c_str(), in CheckForInstantiations() 614 testcase.second.code_location.line, [message, testcase] { in CheckForInstantiations() 615 return new FailureTest(testcase.second.code_location, message, in CheckForInstantiations() 2765 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2770 code_location, fixture_class_id, factory); in MakeAndRegisterTestInfo() 2776 CodeLocation code_location) { in ReportInvalidTestSuiteType() argument [all …]
|
| /llvm-project/third-party/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 612 const char* value_param, internal::CodeLocation code_location,
|