Searched refs:OutCol (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_monitor.cpp | 45 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()
|
D | ubsan_monitor.h | 44 unsigned *OutCol, char **OutMemoryAddr);
|
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 315 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local 318 ++OutCol; in printSourceLine() 325 ++OutCol; in printSourceLine() 326 } while ((OutCol % TabStop) != 0); in printSourceLine() 440 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local 443 ++OutCol; in print() 450 ++OutCol; in print() 451 } while ((OutCol % TabStop) != 0); in print() 462 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print() local 465 ++OutCol; in print() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 342 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local 352 OutCol += NextTab - i; in printSourceLine() 358 ++OutCol; in printSourceLine() 359 } while ((OutCol % TabStop) != 0); in printSourceLine() 460 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local 463 ++OutCol; in print() 470 ++OutCol; in print() 471 } while ((OutCol % TabStop) != 0); in print() 480 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print() local 483 ++OutCol; in print() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | SourceMgr.cpp | 451 for (unsigned i = 0, e = LineContents.size(), OutCol = 0; i != e; ++i) { in printSourceLine() local 461 OutCol += NextTab - i; in printSourceLine() 467 ++OutCol; in printSourceLine() 468 } while ((OutCol % TabStop) != 0); in printSourceLine() 568 for (unsigned i = 0, e = CaretLine.size(), OutCol = 0; i != e; ++i) { in print() local 571 ++OutCol; in print() 578 ++OutCol; in print() 579 } while ((OutCol % TabStop) != 0); in print() 588 for (size_t i = 0, e = FixItInsertionLine.size(), OutCol = 0; i < e; ++i) { in print() local 591 ++OutCol; in print() [all …]
|
/external/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
D | monitor.cpp | 17 unsigned *OutLine, unsigned *OutCol,
|