Home
last modified time | relevance | path

Searched refs:AtEof (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dwrapper_input.h39 virtual bool AtEof() = 0;
Dfile_wrapper_input.h37 virtual bool AtEof();
Din_memory_wrapper_input.h37 virtual bool AtEof();
/frameworks/compile/libbcc/bcinfo/Wrap/
Din_memory_wrapper_input.cpp45 bool InMemoryWrapperInput::AtEof() { in AtEof() function in InMemoryWrapperInput
Dfile_wrapper_input.cpp43 bool FileWrapperInput::AtEof() { in AtEof() function in FileWrapperInput
Dbitcode_wrapperer.cpp145 if (infile_->AtEof()) { in FillBuffer()