OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EOFReached
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
StreamableMemoryObject.h
144
mutable bool
EOFReached
;
152
if (
EOFReached
) return Pos < ObjectSize;
163
EOFReached
= true;
/external/llvm/lib/Support/
StreamableMemoryObject.cpp
138
ObjectSize(0),
EOFReached
(false) {
Completed in 67 milliseconds