Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h42 void PushForceHostDevice();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp41 void SemaCUDA::PushForceHostDevice() { in PushForceHostDevice() function in SemaCUDA
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3909 Actions.CUDA().PushForceHostDevice(); in HandlePragma()