Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCall.h163 IS_UNUSED = 0x2, enumerator
170 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)) {}
176 bool isUnused() const { return Value.getInt() & IS_UNUSED; } in isUnused()