Searched refs:array_ptr (Results 1 – 4 of 4) sorted by relevance
72 int (*array_ptr)[2]; in test() local73 …(*array_ptr)[3] = 1; // expected-warning {{array index 3 is past the end of the array (which conta… in test()
14 %array_ptr = extractvalue {i64, i8* } %array, 115 %cond = icmp eq i8* %array_ptr, %ptr18 ret i8* %array_ptr
34 template< int X, int (*array_ptr)[X] > class A2 {}; // expected-note{{here}}
70 u_int64_t array_ptr, in ReadArray() argument75 CHECK(region->GetMemoryAtAddress(array_ptr + 4 * i, &value)); in ReadArray()