OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bool_ptr
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/PCH/
cxx_exprs.cpp
32
bool_literal_result *
bool_ptr
= &boolean;
variable
/system/keymaster/
attestation_record.cpp
241
ASN1_NULL**
bool_ptr
= nullptr;
local
334
bool_ptr
= &record->no_auth_required;
337
bool_ptr
= &record->all_applications;
340
bool_ptr
= &record->rollback_resistant;
343
bool_ptr
= &record->allow_while_on_body;
428
assert(
bool_ptr
);
429
if (!*
bool_ptr
)
430
*
bool_ptr
= ASN1_NULL_new();
431
if (!*
bool_ptr
)
[
all
...]
Completed in 91 milliseconds