Home
last modified time | relevance | path

Searched refs:pointer_array (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/CodeGen/Mips/cconv/
Dmemory-layout.ll77 @pointer_array = global [2 x i8*] [i8* @byte, i8* @byte]
117 ; ALL-LABEL: pointer_array:
120 ; O32: .size pointer_array, 8
123 ; N32: .size pointer_array, 8
126 ; N64: .size pointer_array, 16
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/
Dmemory-layout.ll77 @pointer_array = global [2 x i8*] [i8* @byte, i8* @byte]
117 ; ALL-LABEL: pointer_array:
120 ; O32: .size pointer_array, 8
123 ; N32: .size pointer_array, 8
126 ; N64: .size pointer_array, 16
/external/llvm-project/clang/test/CodeGen/
Dubsan-pointer-overflow.c41 void pointer_array(int **arr, int k) { in pointer_array() function
/external/deqp/external/openglcts/modules/gl/
Dgl4cVertexAttrib64BitTest.cpp433 static const GLvoid* pointer_array[] = { (GLvoid*)1, (GLvoid*)4, (GLvoid*)-16 }; in invalidOperation() local
434 static const GLuint pointer_array_length = sizeof(pointer_array) / sizeof(pointer_array[0]); in invalidOperation()
441 const GLvoid* pointer = pointer_array[i]; in invalidOperation()