OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CharsPrinted
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
StringToOffsetTable.h
51
unsigned
CharsPrinted
= 0;
53
if (
CharsPrinted
> 70) {
55
CharsPrinted
= 0;
58
++
CharsPrinted
;
72
CharsPrinted
+= 3;
75
++
CharsPrinted
;
/src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp
440
size_t
CharsPrinted
= 0;
442
for (size_t I = 0; I < Line.size(); ++I,
CharsPrinted
+= 2) {
444
++
CharsPrinted
;
453
assert(BlockCharWidth >=
CharsPrinted
);
454
indent(BlockCharWidth -
CharsPrinted
+ 2);
Completed in 22 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026