HomeSort by relevance Sort by last modified time
    Searched full:block_t (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CodeGenObjC/
arc-block-copy-escape.m 3 typedef void (^block_t)(void);
4 void use_block(block_t);
10 block_t block = ^{ use_int(i); };
blocks.m 49 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
95 // CHECK: [[BLOCK:%.*]] = bitcast i8* {{%.*}} to [[BLOCK_T]]*
97 // CHECK: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
114 // CHECK-NEXT: [[T1:%.*]] = bitcast void (i32, ...)* [[T0]] to [[BLOCK_T:%.*]]*
115 // CHECK-NEXT: [[T2:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[T1]], i32 0, i32 3
116 // CHECK-NEXT: [[T3:%.*]] = bitcast [[BLOCK_T]]* [[T1]] to i8*
129 // CHECK-NEXT: [[T1:%.*]] = bitcast void (...)* [[T0]] to [[BLOCK_T:%.*]]*
130 // CHECK-NEXT: [[T2:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[T1]], i32 0, i32 3
131 // CHECK-NEXT: [[T3:%.*]] = bitcast [[BLOCK_T]]* [[T1]] to i8*
arc-blocks.m 12 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
14 // CHECK: [[T0:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to i32 ()*
28 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
31 // CHECK-NEXT: [[SLOTREL:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
32 // CHECK: [[SLOT:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
48 // CHECK-NEXT: [[SRC:%.*]] = bitcast i8* [[T0]] to [[BLOCK_T]]*
50 // CHECK-NEXT: [[DST:%.*]] = bitcast i8* [[T0]] to [[BLOCK_T]]*
51 // CHECK-NEXT: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[SRC]], i32 0, i32 5
58 // CHECK-NEXT: [[T1:%.*]] = bitcast i8* [[T0]] to [[BLOCK_T]]*
59 // CHECK-NEXT: [[T2:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[T1]], i32 0, i32
    [all...]
arc-foreach.m 30 // CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
63 // CHECK-LP64: [[D0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
64 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
68 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]]
86 // CHECK-LP64: [[BLOCK:%.*]] = bitcast i8* {{%.*}} to [[BLOCK_T]]*
88 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
103 // CHECK-LP64-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
111 // CHECK-LP64: [[D0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
112 // CHECK-LP64: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
116 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] t
    [all...]
  /external/clang/test/Index/
complete-blocks.m 3 typedef void (^block_t)(float f, double d);
5 void g(block_t b);
13 - method2:(block_t)b;
38 - method6:(void(^)(block_t block))arg;
57 // CHECK-CC5: TypedefDecl:{TypedText block_t} (50)
63 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t block)arg} (35)
  /external/f2fs-tools/fsck/
f2fs.h 53 block_t nat_blkaddr;
84 block_t sit_base_addr; /* start block address of SIT area */
85 block_t sit_blocks; /* # of blocks used by SIT area */
86 block_t written_valid_blocks; /* # of valid blocks in main area */
115 block_t seg0_blkaddr;
116 block_t main_blkaddr;
117 block_t ssa_blkaddr;
154 block_t user_block_count; /* # of user blocks */
155 block_t total_valid_block_count; /* # of valid blocks */
156 block_t alloc_valid_block_count; /* # of allocated blocks *
    [all...]
mount.c 270 void *validate_checkpoint(struct f2fs_sb_info *sbi, block_t cp_addr,
528 block_t start;
579 block_t addr;
605 block_t blk_addr = 0;
696 block_t blk_addr = sit_i->sit_base_addr + offset;
717 block_t blk_addr = sit_i->sit_base_addr + offset;
    [all...]
fsck.c 836 block_t start_blk, orphan_blkaddr, i, j;
  /external/clang/test/SemaObjC/
warn-retain-cycle.m 134 typedef void (^block_t)(void);
138 block_t a1 = ^{
143 block_t a2;
148 __block block_t b1 = ^{ // expected-note{{block will be retained by the captured object}}
152 __block block_t b2;
167 typedef void (^block_t)(void);
173 [obj addBlock:(__bridge_transfer block_t)_Block_copy((__bridge void *)^{ // expected-note{{block will be retained by the captured object}}
181 extern block_t someRandomFunctionReturningABlock(block_t);
  /external/clang/test/CodeGenCXX/
blocks-cxx11.cpp 104 // CHECK: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]], align 8
106 // CHECK: [[TO_DESTROY:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
107 // CHECK: [[T0:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
110 // CHECK-NEXT: [[T0:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to void ()*
blocks.cpp 34 // CHECK: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
35 // CHECK: [[T0:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to void ()*
46 // CHECK: [[BLOCK:%.*]] = alloca [[BLOCK_T:<{.*}>]],
47 // CHECK: [[T0:%.*]] = bitcast [[BLOCK_T]]* [[BLOCK]] to void ()*
154 // CHECK-NEXT: [[BLOCK:%.*]] = alloca [[BLOCK_T:.*]], align 8
159 // CHECK-NEXT: [[CLEANUP_ADDR:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
166 // CHECK: [[CAPTURE:%.*]] = getelementptr inbounds [[BLOCK_T]]* [[BLOCK]], i32 0, i32 5
169 // CHECK-NEXT: bitcast [[BLOCK_T]]* [[BLOCK]] to void ()*
  /frameworks/av/services/audioflinger/
StateQueue.cpp 94 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block)
StateQueue.h 166 enum block_t { enum in class:android::StateQueue
171 bool push(block_t block = BLOCK_NEVER);
Threads.cpp     [all...]
  /external/clang/test/FixIt/
format.m 61 typedef void (^block_t)(void);
62 void test_block_correction (block_t x) {
63 NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'block_t'}}
64 NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'block_t'}}
65 NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'block_t'}}
  /external/f2fs-tools/include/
f2fs_fs.h 27 typedef u32 block_t; typedef
575 * ex) data_blkaddr = (block_t)(nodepage_start_address + ofs_in_node)
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 208 static struct f2fs_checkpoint *validate_checkpoint(block_t cp_addr,
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]

Completed in 698 milliseconds