Searched refs:nextIndex (Results 1 – 7 of 7) sorted by relevance
329 searchPtr->nextIndex = 0; in Hash_EnumFirst()373 if (searchPtr->nextIndex >= t->size) in Hash_EnumNext()375 e = t->bucketPtr[searchPtr->nextIndex++]; in Hash_EnumNext()
82 int nextIndex; /* Next bucket to check (after member
1204 int nextIndex = 0; /* next implicit array index */ in ng_parse_composite() local1247 index = nextIndex++; in ng_parse_composite()1260 index = nextIndex++; in ng_parse_composite()1271 nextIndex = index + 1; in ng_parse_composite()1385 int nextIndex = 0, didOne = 0; in ng_unparse_composite() local1429 if (index != nextIndex) { in ng_unparse_composite()1430 nextIndex = index; in ng_unparse_composite()1435 nextIndex++; in ng_unparse_composite()
314 size_t nextIndex = (i + 1 == VTableIndices.size()) in getVTableSize() local317 return nextIndex - thisIndex; in getVTableSize()
1876 llvm::Value *nextIndex = Builder.CreateNUWAdd( in VisitArrayInitLoopExpr() local1878 index->addIncoming(nextIndex, Builder.GetInsertBlock()); in VisitArrayInitLoopExpr()1882 nextIndex, llvm::ConstantInt::get(CGF.SizeTy, numElements), in VisitArrayInitLoopExpr()
12749 unsigned nextIndex = 0; in AddCombineBUILD_VECTORToVPADDL() local12771 if (!C0 || !C1 || C0->getZExtValue() != nextIndex in AddCombineBUILD_VECTORToVPADDL()12772 || C1->getZExtValue() != nextIndex+1) in AddCombineBUILD_VECTORToVPADDL()12776 nextIndex+=2; in AddCombineBUILD_VECTORToVPADDL()12784 if (nextIndex != Vec.getValueType().getVectorNumElements() || in AddCombineBUILD_VECTORToVPADDL()
92996 int nextIndex = 1; /* Index of next ? host parameter */93031 idx = nextIndex;93044 nextIndex = MAX(idx + 1, nextIndex);