Home
last modified time | relevance | path

Searched defs:OutCol (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_monitor.cpp46 unsigned *OutCol, in __ubsan_get_current_report_data()
/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
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