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

  /external/clang/lib/CodeGen/
CGCall.h 158 IS_UNUSED = 0x2,
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
172 bool isUnused() const { return Value.getInt() & IS_UNUSED; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveInterval.h 48 IS_UNUSED = 1 << 3
86 flags = (flags | VNI->flags) & ~IS_UNUSED;
136 bool isUnused() const { return flags & IS_UNUSED; }
140 flags |= IS_UNUSED;
142 flags &= ~IS_UNUSED;

Completed in 193 milliseconds