OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Scanned
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
FormattedStream.cpp
43
//
scanned
those bytes. This depends on raw_ostream to not change our buffer
45
if (Ptr <=
Scanned
&&
Scanned
<= Ptr + Size) {
48
ColumnScanned = CountColumns(ColumnScanned,
Scanned
,
49
Size - (
Scanned
- Ptr));
54
Scanned
= Ptr + Size;
79
Scanned
= 0;
/external/llvm/include/llvm/Support/
FormattedStream.h
49
///
scanned
. The column scheme is zero-based.
53
///
Scanned
- This points to one past the last character in the
54
/// buffer we've
scanned
.
56
const char *
Scanned
;
90
Scanned
= 0;
114
Scanned
= 0;
Completed in 176 milliseconds