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

  /external/compiler-rt/test/BlocksRuntime/
globalexpression.c 14 void (^gblock)(int) = ^(int x){ global = x; };
17 gblock(1);
22 void (^gblockcopy)(int) = Block_copy(gblock);
23 if (gblockcopy != gblock) {
24 printf("global copy %p not a no-op %p\n", (void *)gblockcopy, (void *)gblock);
28 gblock(3);
33 gblockcopy = Block_copy(gblock);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fset.c 1393 Junction *gblock; local
    [all...]

Completed in 95 milliseconds