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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDANV.cpp229 std::string DeviceSideName; local
234 DeviceSideName = std::string(Out.str());
236 DeviceSideName = std::string(ND->getIdentifier()->getName());
237 return DeviceSideName;

Completed in 106 milliseconds