Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDARuntime.h49 enum DeviceVarKind { enum
64 DeviceVarFlags(DeviceVarKind K, bool E, bool C, bool M, bool N, int T) in DeviceVarFlags()
68 DeviceVarKind getKind() const { return static_cast<DeviceVarKind>(Kind); } in getKind()