Searched defs:isLast (Results 1 – 6 of 6) sorted by relevance
107 unsigned code, bool isLast) in ProcessResponse()
163 Value *Length, bool isLast) { in callAppendStringN()
221 bool isLast() const { return !Parent; } in isLast() function
688 bool isLast = &Op == &*Set.rbegin(); in emitCompressInstEmitter() local
442 bool isLast = !_alloc.decRef(); in ~this() local788 bool isLast = !_alloc.decRef(); in ~this() local
469 inline void setLast(bool isLast) { m_isLast = isLast; } in setLast()