Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCUDANV.cpp263 std::string DeviceSideName; in getDeviceSideName() local
273 DeviceSideName = std::string(Out.str()); in getDeviceSideName()
275 DeviceSideName = std::string(ND->getIdentifier()->getName()); in getDeviceSideName()
283 Out << DeviceSideName; in getDeviceSideName()
285 DeviceSideName = std::string(Out.str()); in getDeviceSideName()
287 return DeviceSideName; in getDeviceSideName()