OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byref_destroy
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
byrefsanity.c
45
void (*
byref_destroy
)(struct byref_id *);
member in struct:byref_id
/external/compiler-rt/lib/BlocksRuntime/
Block_private.h
86
void (*
byref_destroy
)(struct Block_byref *);
member in struct:Block_byref
runtime.c
394
copy->
byref_destroy
= src->
byref_destroy
;
423
// by using an isa that directs the code to a finalizer that calls the
byref_destroy
method.
435
(*shared_struct->
byref_destroy
)(shared_struct);
696
cp += sprintf(cp, " dispose helper: %p\n", (void *)(uintptr_t)src->
byref_destroy
);
Completed in 225 milliseconds