Searched refs:getBlockSignature (Results 1 – 2 of 2) sorted by relevance
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); }));
28 const char * getBlockSignature(void *);37 getBlockSignature(f); in foo()72 const char *getBlockSignature(void *block) { in getBlockSignature() function