Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1138 bool CoversDevice = (Target == CUDAFunctionTarget::Device || in recordPotentialODRUsedVariable() local
1144 DeviceByValue |= CoversDevice && !IsRef; in recordPotentialODRUsedVariable()
1145 DeviceByRef |= CoversDevice && IsRef; in recordPotentialODRUsedVariable()