Home
last modified time | relevance | path

Searched refs:getBlockSignature (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
Dblocksignature.c63 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); }));
Dblockstret.c28 const char * getBlockSignature(void *);
37 getBlockSignature(f); in foo()
72 const char *getBlockSignature(void *block) { in getBlockSignature() function