Searched refs:RenderSourceLocation (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cc19 TEST(SanitizerStacktracePrinter, RenderSourceLocation) {
21 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, "");
25 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, false, "");
29 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, false, "");
33 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, false, "/dir/");
37 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, true, "");
41 RenderSourceLocation(&str, "/dir/file.cc", 11, 0, true, "");
45 RenderSourceLocation(&str, "/dir/file.cc", 0, 0, true, "");
49 RenderSourceLocation(&str, "/dir/file.cc", 10, 5, true, "/dir/");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h55 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
H A Dsanitizer_stacktrace_printer.cc170 RenderSourceLocation(buffer, info.file, info.line, info.column, vs_style,
176 RenderSourceLocation(buffer, info.file, info.line, info.column,
235 void RenderSourceLocation(InternalScopedString *buffer, const char *file, function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h53 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
H A Dsanitizer_stacktrace_printer.cc166 RenderSourceLocation(buffer, info.file, info.line, info.column, vs_style,
172 RenderSourceLocation(buffer, info.file, info.line, info.column,
231 void RenderSourceLocation(InternalScopedString *buffer, const char *file, function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.h56 void RenderSourceLocation(InternalScopedString *buffer, const char *file,
H A Dsanitizer_stacktrace_printer.cpp173 RenderSourceLocation(buffer, info->file, info->line, info->column,
179 RenderSourceLocation(buffer, info->file, info->line, info->column,
262 void RenderSourceLocation(InternalScopedString *buffer, const char *file, function in namespace:__sanitizer
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc147 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(),
158 RenderSourceLocation(Buffer, Info.file, Info.line, Info.column,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc145 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(),
156 RenderSourceLocation(Buffer, Info.file, Info.line, Info.column,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp154 RenderSourceLocation(Buffer, SLoc.getFilename(), SLoc.getLine(),
165 RenderSourceLocation(Buffer, Info.file, Info.line, Info.column,

Completed in 205 milliseconds