Searched defs:s_cd_dh (Results 1 – 1 of 1) sorted by relevance
166 struct s_cd_dh { struct167 __host__ s_cd_dh() { x = 11; } in s_cd_dh() function168 __device__ s_cd_dh() { x = 12; } in s_cd_dh() argument169 __host__ ~s_cd_dh() { x = 21; } in ~s_cd_dh() argument170 __device__ ~s_cd_dh() { x = 22; } in ~s_cd_dh() argument