Home
last modified time | relevance | path

Searched defs:NETC (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCUDA/Inputs/
H A Dcuda-initializers.h94 struct NETC { struct
96 template <typename... T> __device__ NETC(T...) { netc = 1; } in NETC() argument
/llvm-project/clang/test/SemaCUDA/Inputs/
H A Dcuda-initializers.h94 struct NETC { struct
96 template <typename... T> __device__ NETC(T...) { netc = 1; } in NETC() function