Home
last modified time | relevance | path

Searched refs:ListI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DSlotIndexes.cpp176 IndexList::iterator ListI = endIdx.listEntry(); in repairIndexesInRange() local
179 while (ListI != ListB || MBBI != Begin || (includeStart && !pastStart)) { in repairIndexesInRange()
180 assert(ListI->getIndex() >= startIdx.getIndex() && in repairIndexesInRange()
184 MachineInstr *SlotMI = ListI->getInstr(); in repairIndexesInRange()
189 --ListI; in repairIndexesInRange()
200 --ListI; in repairIndexesInRange()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp143 struct ListI : public List<int, V...> { struct
146 int check0[ListI<1, 2, 3>::sum::value == 6? 1 : -1];