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

  /external/mesa3d/src/gallium/drivers/i915/
i915_screen.h 51 boolean lie; member in struct:i915_screen::__anon19657
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 119 PointerIntPair<IndexListEntry*, 2, unsigned> lie; member in class:llvm::SlotIndex
122 : lie(entry, slot) {}
127 assert(!lie.getPointer()->isPoisoned() &&
130 return lie.getPointer();
139 return static_cast<Slot>(lie.getInt());
150 SlotIndex() : lie(nullptr, 0) {}
153 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
154 assert(lie.getPointer() != nullptr &&
161 return lie.getPointer();
175 return lie == other.lie
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
write.c 502 struct broken_word *lie; local
507 for (lie = (struct broken_word *) (fragP->fr_symbol);
508 lie && lie->dispfrag == fragP;
509 lie = lie->next_broken_word)
510 if (lie->added == 1)
1889 struct broken_word *lie; local
2513 struct broken_word *lie; local
    [all...]

Completed in 348 milliseconds