Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu46 constexpr A constexpr_array[4] = {0, 0, 0, 3}; variable
88 *out = constexpr_array[3].x; in dev_fun()
96 *out2 = &constexpr_array[3].x; in dev_fun()