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

  /external/llvm/test/FrontendC/
2007-03-05-DataLayout.c 9 typedef struct bnode* bodyptr; typedef in typeref:struct:bnode
22 bodyptr next;
23 bodyptr proc_next;
38 bodyptr ubody_alloc(int p)
40 register bodyptr tmp;
41 tmp = (bodyptr)malloc(sizeof(body));
51 bodyptr b = ubody_alloc(17);

Completed in 64 milliseconds