Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCUDA/
Dfunction-overload.cu16 struct s_cd_dh { struct
17 __host__ s_cd_dh() { x = 11; } in s_cd_dh() function
18 __device__ s_cd_dh() { x = 12; } in s_cd_dh() argument
19 __host__ ~s_cd_dh() { x = 21; } in ~s_cd_dh() argument
20 __device__ ~s_cd_dh() { x = 22; } in ~s_cd_dh() argument
35 s_cd_dh scddh; in wrapper()