Searched refs:block_ptr (Results 1 – 7 of 7) sorted by relevance
221 typedef void(^block_ptr)(int, ...); typedef225 block_ptr get_b_ptr();229 block_ptr arr_b_ptr[5];
21 typedef int (^block_ptr)(int, int); typedef57 void g3(block_ptr *bp); // expected-warning{{block pointer is missing a nullability type specifier}}
85 typedef int (^block_ptr)(int);86 bp = (block_ptr)[](int x) { return x + 1; };
107 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth() local108 if (!block_ptr) in ResetCurrentInlinedDepth()115 if (!block_ptr->GetRangeContainingAddress(pc_as_address, containing_range) || in ResetCurrentInlinedDepth()178 for (Block *container_ptr = block_ptr->GetInlinedParent(); in ResetCurrentInlinedDepth()
95 %block_ptr.222030.us = add i32 0, %pixel_x.232031.us ; <i32> [#uses=1]103 %tmp1337.us = add i32 %block_ptr.222030.us, 1 ; <i32> [#uses=0]
87 typedef __strong id (^block_ptr)(int);
4039 kmp_block_of_locks_t *block_ptr = __kmp_lock_blocks; in __kmp_cleanup_user_locks() local4042 while (block_ptr != NULL) { in __kmp_cleanup_user_locks()4043 kmp_block_of_locks_t *next = block_ptr->next_block; in __kmp_cleanup_user_locks()4044 __kmp_free(block_ptr->locks); in __kmp_cleanup_user_locks()4046 block_ptr = next; in __kmp_cleanup_user_locks()