Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp46 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.h44 unsigned *OutCol, char **OutMemoryAddr);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp460 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local
470 OutCol += NextTab - i; in printSourceLine()
476 ++OutCol; in printSourceLine()
477 } while ((OutCol % TabStop) != 0); in printSourceLine()
574 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local
577 ++OutCol; in print()
584 ++OutCol; in print()
585 } while ((OutCol % TabStop) != 0); in print()
597 ++OutCol; in print()
611 ++OutCol; in print()
[all …]