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

  /external/clang/test/CodeGen/
2007-03-05-DataLayout.c 11 typedef struct bnode* bodyptr; typedef in typeref:struct:bnode
24 bodyptr next;
25 bodyptr proc_next;
40 bodyptr ubody_alloc(int p)
42 register bodyptr tmp;
43 tmp = (bodyptr)malloc(sizeof(body));
53 bodyptr b = ubody_alloc(17);

Completed in 115 milliseconds