Searched refs:IsUnused (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.h | 365 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/ |
D | CGCall.h | 163 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false) 165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
|
/external/vboot_reference/cgpt/ |
D | cgpt_add.c | 115 if (IsUnused(drive, PRIMARY, index)) { in SetEntryAttributes() 161 if (IsUnused(drive, PRIMARY, i)) { in CgptGetUnusedPartition()
|
D | cgpt.h | 172 int IsUnused(struct drive *drive, int secondary, uint32_t index);
|
D | cgpt_common.c | 787 int IsUnused(struct drive *drive, int secondary, uint32_t index) { in IsUnused() function
|
/external/swiftshader/third_party/subzero/src/DartARM32/ |
D | assembler_arm.h | 86 ASSERT(!IsUnused()); in Position() 91 bool IsUnused() const { return position_ == 0; } in IsUnused() function
|