HomeSort by relevance Sort by last modified time
    Searched refs:getBlockSignature (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
blocksignature.c 63 const char *getBlockSignature(void *block) {
78 printf("types for global: %s\n", getBlockSignature(global));
79 printf("types for local: %s\n", getBlockSignature(^int(char x, float y) { return (int)(y + x); }));
blockstret.c 28 const char * getBlockSignature(void *);
37 getBlockSignature(f);
72 const char *getBlockSignature(void *block) {

Completed in 71 milliseconds