HomeSort by relevance Sort by last modified time
    Searched full:byref_id (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
byrefsanity.c 40 struct byref_id { struct
41 struct byref_id *forwarding;
44 void (*byref_keep)(struct byref_id *dst, struct byref_id *src);
45 void (*byref_destroy)(struct byref_id *);
55 struct byref_id *ref;
64 struct byref_id *ref = bb->ref;

Completed in 1856 milliseconds