Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h365 unsigned IsUnused : 1; variable
370 : IsVolatile(false), IsUnused(false), IsExternallyDestructed(false) {} in ReturnValueSlot()
371 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false,
373 : Addr(Addr), IsVolatile(IsVolatile), IsUnused(IsUnused), in Addr()
379 bool isUnused() const { return IsUnused; } in isUnused()
/external/clang/lib/CodeGen/
DCGCall.h163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false)
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
/external/vboot_reference/cgpt/
Dcgpt_add.c115 if (IsUnused(drive, PRIMARY, index)) { in SetEntryAttributes()
161 if (IsUnused(drive, PRIMARY, i)) { in CgptGetUnusedPartition()
Dcgpt.h172 int IsUnused(struct drive *drive, int secondary, uint32_t index);
Dcgpt_common.c787 int IsUnused(struct drive *drive, int secondary, uint32_t index) { in IsUnused() function
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h86 ASSERT(!IsUnused()); in Position()
91 bool IsUnused() const { return position_ == 0; } in IsUnused() function