HomeSort by relevance Sort by last modified time
    Searched defs:listEntry (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 123 IndexListEntry* listEntry() const {
129 return listEntry()->getIndex() | getSlot();
161 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
221 return A.listEntry()->getIndex() < B.listEntry()->getIndex();
246 return SlotIndex(listEntry(), Slot_Block);
253 return SlotIndex(listEntry(), Slot_Dead);
259 return SlotIndex(listEntry(), EC ? Slot_EarlyClobber : Slot_Register);
264 return SlotIndex(listEntry(), Slot_Dead);
276 return SlotIndex(listEntry()->getNextNode(), Slot_Block)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 34 milliseconds