Searched refs:code_location (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 564 const char* value_param, CodeLocation code_location, 699 static bool Register(const char* prefix, const CodeLocation& code_location, 716 code_location, GetTypeId<FixtureClass>(), 718 code_location.file.c_str(), code_location.line), 720 code_location.file.c_str(), code_location.line), 726 code_location, 754 static bool Register(const char* prefix, CodeLocation code_location, 764 FormatFileLocation(code_location.file.c_str(), 765 code_location.line).c_str()); 779 Types>::Register(prefix, code_location,
|
| H A D | gtest-param-util.h | 87 CodeLocation code_location); 498 CodeLocation code_location) in ParameterizedTestSuiteInfo() argument 499 : test_suite_name_(name), code_location_(code_location) {} in ParameterizedTestSuiteInfo() 674 const char* test_suite_name, CodeLocation code_location) { in GetTestSuitePatternHolder() argument 682 ReportInvalidTestSuiteType(test_suite_name, code_location); in GetTestSuitePatternHolder() 696 test_suite_name, code_location); in GetTestSuitePatternHolder() 710 const char* test_case_name, CodeLocation code_location) { in GetTestCasePatternHolder() argument 711 return GetTestSuitePatternHolder<TestCase>(test_case_name, code_location); in GetTestCasePatternHolder()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 66 lldb::addr_t code_location = ptr_value + 2 * ptr_size; in NSError_SummaryProvider() local 70 uint64_t code = process_sp->ReadUnsignedIntegerFromMemory(code_location, in NSError_SummaryProvider()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest.cc | 2583 const char* value_param, CodeLocation code_location, in MakeAndRegisterTestInfo() argument 2588 code_location, fixture_class_id, factory); in MakeAndRegisterTestInfo() 2594 CodeLocation code_location) { in ReportInvalidTestSuiteType() argument 2606 GTEST_LOG_(ERROR) << FormatFileLocation(code_location.file.c_str(), in ReportInvalidTestSuiteType() 2607 code_location.line) in ReportInvalidTestSuiteType()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 772 const char* value_param, internal::CodeLocation code_location,
|