Searched refs:LastIndex (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DAttributes.cpp702 uint64_t LastIndex = 0; local
705 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
708 LastIndex = I + 1;
727 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I)
755 uint64_t LastIndex = 0; local
758 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++);
761 LastIndex = I + 1;
778 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I)
H A DVerifier.cpp993 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); local
994 if (LastIndex <= Params
995 || (LastIndex == AttributeSet::FunctionIndex
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1789 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; local
1793 unsigned TotalOffset = (AsmTokOffsets[LastIndex]
1794 + AsmToks[LastIndex].getLength()
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp4738 unsigned int LastIndex = SkipIvars.size()-1; local
4740 SkipIvars[LastIndex].ivar_bytepos + SkipIvars[LastIndex].ivar_size;
4741 LastIndex = IvarsInfo.size()-1;
4743 IvarsInfo[LastIndex].ivar_bytepos +
4744 IvarsInfo[LastIndex].ivar_size * WordSize;
H A DTargetInfo.cpp33 unsigned LastIndex) {
35 for (unsigned I = FirstIndex; I <= LastIndex; ++I) {
29 AssignToArrayRange(CodeGen::CGBuilderTy &Builder, llvm::Value *Array, llvm::Value *Value, unsigned FirstIndex, unsigned LastIndex) argument

Completed in 113 milliseconds