Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h47 bool PopForceHostDevice();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp46 bool SemaCUDA::PopForceHostDevice() { in PopForceHostDevice() function in SemaCUDA
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp3910 else if (!Actions.CUDA().PopForceHostDevice()) in HandlePragma()