Searched refs:OutCol (Results 1 – 4 of 4) sorted by relevance
45 unsigned *OutCol, in __ubsan_get_current_report_data() argument47 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()
44 unsigned *OutCol, char **OutMemoryAddr);
456 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local466 OutCol += NextTab - i; in printSourceLine()472 ++OutCol; in printSourceLine()473 } while ((OutCol % TabStop) != 0); in printSourceLine()571 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local574 ++OutCol; in print()581 ++OutCol; in print()582 } while ((OutCol % TabStop) != 0); in print()594 ++OutCol; in print()608 ++OutCol; in print()[all …]
22 const char **OutFilename, unsigned *OutLine, unsigned *OutCol, in __ubsan_on_report()