Searched defs:IsEnd (Results 1 – 3 of 3) sorted by relevance
36 bool AutofillScanner::IsEnd() const { in IsEnd() function in autofill::AutofillScanner
122 bool IsEnd() const { return ch_ == 0; } in IsEnd() function
978 llvm::Value *IsEnd = Builder.CreateICmpEQ(NextPtr, EndPtr, "array.atend"); in EmitNewArrayInitializer() local