Searched refs:IsUnused (Results 1 – 4 of 4) sorted by relevance
/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
|