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

  /external/libunwind/tests/
Gtest-dyn1.c 49 typedef void (*template_t) (int, void (*)(), typedef
67 # define get_funcp(fdesc) ((template_t) &(fdesc))
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb))
89 # define get_funcp(fdesc) ((template_t) (fdesc).code)
94 template (int i, template_t self,
173 template_t funcp;

Completed in 61 milliseconds