Searched defs:OutCol (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_monitor.cpp | 45 __ubsan_get_current_report_data(const char ** OutIssueKind,const char ** OutMessage,const char ** OutFilename,unsigned * OutLine,unsigned * OutCol,char ** OutMemoryAddr) __ubsan_get_current_report_data() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 460 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local 574 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local 594 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print() local
|