HomeSort by relevance Sort by last modified time
    Searched defs:is_at_eof (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
LineIterator.h 50 bool is_at_eof() const { return !Buffer; } function in class:llvm::line_iterator
53 bool is_at_end() const { return is_at_eof(); }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
LineIterator.h 50 bool is_at_eof() const { return !Buffer; } function in class:llvm::line_iterator
53 bool is_at_end() const { return is_at_eof(); }

Completed in 238 milliseconds