Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp235 return CFP_HostDevice; in IdentifyCUDAPreference()
253 return CFP_HostDevice; in IdentifyCUDAPreference()
268 return CFP_HostDevice; in IdentifyCUDAPreference()
H A DSemaExprCXX.cpp1681 return IdentifyCUDAPreference(Caller, FD) >= CFP_HostDevice; in isUsualDeallocationFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13507 CFP_HostDevice, // Any calls to host/device functions. enumerator