Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/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);
/freebsd-13.1/contrib/llvm-project/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()
587 ++OutCol; in print()
601 ++OutCol; in print()
[all …]