Home
last modified time | relevance | path

Searched refs:OutCol (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cpp45 unsigned *OutCol, in __ubsan_get_current_report_data() argument
47 if (!OutIssueKind || !OutMessage || !OutFilename || !OutLine || !OutCol || in __ubsan_get_current_report_data()
63 *OutLine = *OutCol = 0; in __ubsan_get_current_report_data()
68 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
H A Dubsan_monitor.h44 unsigned *OutCol, char **OutMemoryAddr);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_monitor.cc46 unsigned *OutCol, in __ubsan_get_current_report_data() argument
48 if (!OutIssueKind || !OutMessage || !OutFilename || !OutLine || !OutCol || in __ubsan_get_current_report_data()
64 *OutLine = *OutCol = 0; in __ubsan_get_current_report_data()
69 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
H A Dubsan_monitor.h45 unsigned *OutCol, char **OutMemoryAddr);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_monitor.cc44 unsigned *OutCol, in __ubsan_get_current_report_data() argument
46 if (!OutIssueKind || !OutMessage || !OutFilename || !OutLine || !OutCol || in __ubsan_get_current_report_data()
62 *OutLine = *OutCol = 0; in __ubsan_get_current_report_data()
67 *OutCol = SL.getColumn(); in __ubsan_get_current_report_data()
H A Dubsan_monitor.h43 unsigned *OutCol, char **OutMemoryAddr);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp449 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local
459 OutCol += NextTab - i; in printSourceLine()
465 ++OutCol; in printSourceLine()
466 } while ((OutCol % TabStop) != 0); in printSourceLine()
564 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local
567 ++OutCol; in print()
574 ++OutCol; in print()
575 } while ((OutCol % TabStop) != 0); in print()
584 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print() local
587 ++OutCol; in print()
[all …]