Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DPerfReader.h32 bool IsAtEoF = false; variable
43 assert(!IsAtEoF && "Line iterator reaches the End-of-File!"); in getCurrentLine()
49 bool isAtEoF() { return IsAtEoF; } in isAtEoF()
54 IsAtEoF = true; in advance()