Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h165 CFP_HostDevice, // Any calls to host/device functions. enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp235 return CFP_HostDevice; in IdentifyPreference()
255 return CFP_HostDevice; in IdentifyPreference()
273 return CFP_HostDevice; in IdentifyPreference()
H A DSemaExprCXX.cpp1711 return CUDA().IdentifyPreference(Caller, FD) >= SemaCUDA::CFP_HostDevice; in isUsualDeallocationFunction()