Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h155 CFP_HostDevice, // Any calls to host/device functions. enumerator
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp237 return CFP_HostDevice; in IdentifyPreference()
257 return CFP_HostDevice; in IdentifyPreference()
275 return CFP_HostDevice; in IdentifyPreference()
H A DSemaExprCXX.cpp1727 return CUDA().IdentifyPreference(Caller, FD) >= SemaCUDA::CFP_HostDevice; in isUsualDeallocationFunction()