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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h366 IS_UNUSED = 0x2, enumerator in enum:clang::CodeGen::CGCallee::ReturnValueSlot::Flags
373 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
380 bool isUnused() const { return Value.getInt() & IS_UNUSED; }

Completed in 52 milliseconds