Home
last modified time | relevance | path

Searched defs:const_array (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/C/C23/
H A Dn2607.c27 const array const_array; in test2() local
53 const int const_array[1]; in test3() local
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Darray.pass.cpp39 typedef const char const_array[3]; typedef
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp47 typedef const char const_array[3]; typedef
/llvm-project/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu50 const A const_array[] = {0, 0, 0, 6}; variable
H A Ddevice-var-init.cu287 static const int const_array[] = {1, 2, 3, 4, 5}; in df() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1023 val const_array : lltype -> llvalue array -> llvalue global() val