Searched refs:blocktype (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/SemaObjCXX/ |
D | cstyle-block-pointer-cast.mm | 4 typedef int (^blocktype)(int a, int b); 11 - (blocktype)Meth; 15 - (blocktype)Meth { 17 return (blocktype)b; 19 …return (blocktype)a; // expected-error {{C-style cast from 'A *' to 'blocktype' (aka 'int (^)(int,… 21 return (blocktype)c; 26 blocktype a; 27 blocktype b; 28 blocktype c; 36 …return (A*)a; // expected-error {{C-style cast from 'blocktype' (aka 'int (^)(int, int)') to 'A *'…
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 341 __u32 magic, sequence, blocktype; in dump_journal() local 410 blocktype = be32_to_cpu(header->h_blocktype); in dump_journal() 428 sequence, blocktype, in dump_journal() 429 type_to_name(blocktype), blocknr); in dump_journal() 432 switch (blocktype) { in dump_journal() 455 "block %u.\n", blocktype, blocknr); in dump_journal()
|
/external/e2fsprogs/e2fsck/ |
D | recovery.c | 363 int blocktype; in do_one_pass() local 440 blocktype = be32_to_cpu(tmp->h_blocktype); in do_one_pass() 443 blocktype, sequence); in do_one_pass() 454 switch(blocktype) { in do_one_pass() 680 blocktype); in do_one_pass()
|
/external/llvm/test/Transforms/GVN/ |
D | 2007-07-31-RedundantPhi.ll | 5 …pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype, i16 signext %p…
|
/external/clang/test/CodeGenObjC/ |
D | arc.m | 1366 typedef id __attribute__((ns_returns_retained)) blocktype(void); 1367 extern test44_consume_block(blocktype^); 1368 return ^blocktype {
|