Searched refs:EndIndex (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h211 unsigned EndIndex; member in class:llvm::ScheduleDAGInstrs
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp374 EndIndex, DbgValues);
404 AntiDepBreak->Observe(MI, Count, EndIndex);
H A DScheduleDAGInstrs.cpp174 EndIndex = endcount;
/external/clang/lib/Sema/
H A DSemaInit.cpp565 unsigned EndIndex = (Index == StartIndex? StartIndex : Index - 1); local
568 if (EndIndex < ParentIList->getNumInits()) {
570 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd();
2215 Expr *EndIndex = static_cast<Expr *>(D.getArrayRangeEnd()); local
2220 bool EndDependent = EndIndex->isTypeDependent() ||
2221 EndIndex->isValueDependent();
2226 EndIndex = CheckArrayDesignatorExpr(*this, EndIndex, EndValue).take();
2228 if (!StartIndex || !EndIndex)
2242 << StartIndex->getSourceRange() << EndIndex
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_FelicaMap.c57 uint8_t EndIndex,
2828 uint8_t EndIndex,
2835 for(BufIndex = StartIndex;BufIndex <=EndIndex;BufIndex++)
2826 phFriNfc_Felica_HCalCheckSum(const uint8_t *TempBuffer, uint8_t StartIndex, uint8_t EndIndex, uint16_t RecvChkSum) argument
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1331 CharUnits EndIndex = StartIndex + CGM.getContext().getTypeSizeInChars(T); local
1338 for (CharUnits I = StartIndex; I != EndIndex; ++I)

Completed in 300 milliseconds