OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsUnused
(Results
1 - 7
of
7
) sorted by null
/art/compiler/utils/
label.h
88
CHECK(!
IsUnused
());
98
bool
IsUnused
() const { return position_ == 0; }
/external/clang/lib/CodeGen/
CGCall.h
163
ReturnValueSlot(Address Addr, bool IsVolatile, bool
IsUnused
= false)
165
(IsVolatile ? IS_VOLATILE : 0) | (
IsUnused
? IS_UNUSED : 0)),
172
bool
isUnused
() const { return Value.getInt() & IS_UNUSED; }
/external/vboot_reference/cgpt/
cgpt.h
172
int
IsUnused
(struct drive *drive, int secondary, uint32_t index);
cgpt_add.c
115
if (
IsUnused
(drive, PRIMARY, index)) {
161
if (
IsUnused
(drive, PRIMARY, i)) {
cgpt_common.c
787
int
IsUnused
(struct drive *drive, int secondary, uint32_t index) {
[
all
...]
/art/compiler/utils/x86/
assembler_x86.h
249
using Label::
IsUnused
;
/art/compiler/utils/x86_64/
assembler_x86_64.h
322
using Label::
IsUnused
;
[
all
...]
Completed in 118 milliseconds