Searched refs:PrintSourceLocation (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc229 TEST(SanitizerCommon, PrintSourceLocation) {
231 PrintSourceLocation(&str, "/dir/file.cc", 10, 5);
235 PrintSourceLocation(&str, "/dir/file.cc", 11, 0);
239 PrintSourceLocation(&str, "/dir/file.cc", 0, 0);
246 PrintSourceLocation(&str, "/dir/file.cc", 10, 5);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc60 PrintSourceLocation(&frame_desc, info.file, info.line, info.column);
H A Dsanitizer_common.cc160 void PrintSourceLocation(InternalScopedString *buffer, const char *file, function in namespace:__sanitizer
H A Dsanitizer_common.h173 void PrintSourceLocation(InternalScopedString *buffer, const char *file,
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.cc116 PrintSourceLocation(&LocBuffer, SLoc.getFilename(), SLoc.getLine(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc4501 static string PrintSourceLocation(const SourceLocation &loc) { function in class:google::protobuf::descriptor_unittest::SourceLocationTest
4529 EXPECT_EQ("2:1-7:2", PrintSourceLocation(loc));
4533 EXPECT_EQ("4:3-6:4", PrintSourceLocation(loc));
4537 EXPECT_EQ("8:1-12:2", PrintSourceLocation(loc));
4541 EXPECT_EQ("9:3-9:13", PrintSourceLocation(loc));
4545 EXPECT_EQ("13:1-16:2", PrintSourceLocation(loc));
4549 EXPECT_EQ("14:3-14:31", PrintSourceLocation(loc));

Completed in 119 milliseconds