Searched defs:IsEnd (Results 1 – 5 of 5) sorted by relevance
44 bool IsEnd) in HashTableIterator()99 bool IsEnd; variable
61 bool IsEnd() const { return start_time < 0; } in IsEnd() function
163 bool IsEnd() const { return m_bEnd; } in IsEnd() function
908 bool CXFA_TextLayout::IsEnd(bool bSavePieces) { in IsEnd() function in CXFA_TextLayout
1091 llvm::Value *IsEnd = Builder.CreateICmpEQ(NextPtr, EndPtr, "array.atend"); in EmitNewArrayInitializer() local