Searched defs:noescape (Results 1 – 4 of 4) sorted by relevance
40 … p; // expected-note {{parameter of overridden method is annotated with __attribute__((noescape))}}44 -(void) m0:(int*)__attribute__((noescape)) p {}48 -(void) m0:(int*)__attribute__((noescape)) p;52 -(void) m0:(int*)__attribute__((noescape)) p {}94 …; // expected-note 2 {{parameter of overridden method is annotated with __attribute__((noescape))}}95 +(void) m1:(int*)__attribute__((noescape)) p;102 +(void) m1:(int*)__attribute__((noescape)) p;112 +(void) m1:(int*)__attribute__((noescape)) p {126 +(void) m1:(int*)__attribute__((noescape)) p {
31 -(void)m0:(__attribute__((noescape)) BlockTy)p;36 -(void)m0:(__attribute__((noescape)) BlockTy)p {}
64 -(void) m0:(int*)__attribute__((noescape)) p0;68 -(void) m0:(int*)__attribute__((noescape)) p0 {
205 - (void)addStuffUsingBlock:(__attribute__((noescape)) a_block_t)block;