Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp47 typedef const char const_array[3]; typedef
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Darray.pass.cpp39 typedef const char const_array[3]; typedef
/llvm-project-15.0.7/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-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1017 val const_array : lltype -> llvalue array -> llvalue val