/external/clang/test/CodeGenObjC/ |
arc-foreach.m | 26 // CHECK-LP64: [[ARRAY:%.*]] = alloca [[ARRAY_T:%.*]]*, 33 // CHECK-LP64-NEXT: store [[ARRAY_T]]* null, [[ARRAY_T]]** [[ARRAY]] 34 // CHECK-LP64-NEXT: [[ZERO:%.*]] = bitcast [[ARRAY_T]]** [[ARRAY]] to i8** 35 // CHECK-LP64-NEXT: [[ONE:%.*]] = bitcast [[ARRAY_T]]* {{%.*}} to i8* 43 // CHECK-LP64-NEXT: [[T0:%.*]] = load [[ARRAY_T]]** [[ARRAY]], align 8 44 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[ARRAY_T]]* [[T0]] to i8* 46 // CHECK-LP64-NEXT: [[SAVED_ARRAY:%.*]] = bitcast i8* [[T2]] to [[ARRAY_T]]* 50 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[ARRAY_T]]* [[SAVED_ARRAY]] to i8* 73 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[ARRAY_T]]* [[SAVED_ARRAY]] to i8 [all...] |
/external/clang/test/CodeGenCXX/ |
vla.cpp | 33 typedef short array_t[n][n+1]; typedef 38 array_t &ref = *(array_t*) array;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
common.hpp | 86 pair_t >::type array_t; typedef in class:boost::range_detail::range 89 array_t >::type string_t;
|
/frameworks/native/opengl/libagl/ |
context.h | 177 struct array_t { struct in namespace:android::gl 197 array_t vertex; 198 array_t normal; 199 array_t color; 200 array_t texture[GGL_TEXTURE_UNIT_COUNT];
|
array.cpp | 253 typedef array_t::fetcher_t fn_t; 309 #pragma mark array_t 312 void array_t::init( 337 inline void array_t::resolve() 433 array_t* a; [all...] |
primitives.cpp | 394 array_t const * const texcoordArray = c->arrays.texture; [all...] |
/external/qemu/block/ |
vvfat.c | 74 typedef struct array_t { struct 77 } array_t; typedef in typeref:struct:array_t 79 static inline void array_init(array_t* array,unsigned int item_size) 87 static inline void array_free(array_t* array) 95 static inline void* array_get(array_t* array,unsigned int index) { 100 static inline int array_ensure_allocated(array_t* array, int index) 114 static inline void* array_get_next(array_t* array) { 127 static inline void* array_insert(array_t* array,unsigned int index,unsigned int count) { 144 static inline int array_roll(array_t* array,int index_to,int index_from,int count) 177 static inline int array_remove_slice(array_t* array,int index, int count [all...] |