Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/
H A 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
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dubsan-pointer-overflow.c42 void pointer_array(int **arr, int k) { in pointer_array() function