Home
last modified time | relevance | path

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

/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