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

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

Completed in 1080 milliseconds