Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h49 enum DeviceVarKind { enum
77 DeviceVarFlags(DeviceVarKind K, bool E, bool C, bool M, bool N, int T) in DeviceVarFlags()
81 DeviceVarKind getKind() const { return static_cast<DeviceVarKind>(Kind); } in getKind()