OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastCol
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
SourceMgr.cpp
303
unsigned
LastCol
;
305
LastCol
= LineEnd - LineStart;
307
LastCol
= R.End.getPointer() - LineStart;
309
std::fill(&CaretLine[FirstCol], &CaretLine[
LastCol
], '~');
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
SourceMgr.cpp
335
unsigned
LastCol
;
337
LastCol
= LineEnd - LineStart;
339
LastCol
= R.End.getPointer() - LineStart;
341
std::fill(&CaretLine[FirstCol], &CaretLine[
LastCol
], '~');
Completed in 357 milliseconds