Home
last modified time | relevance | path

Searched refs:ForceCUDAHostDeviceDepth (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp39 ForceCUDAHostDeviceDepth++; in PushForceCUDAHostDevice()
44 if (ForceCUDAHostDeviceDepth == 0) in PopForceCUDAHostDevice()
46 ForceCUDAHostDeviceDepth--; in PopForceCUDAHostDevice()
727 if (ForceCUDAHostDeviceDepth > 0) { in maybeAddCUDAHostDeviceAttrs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h861 unsigned ForceCUDAHostDeviceDepth = 0; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4266 if (SemaRef.ForceCUDAHostDeviceDepth > 0) { in WriteCUDAPragmas()
4267 RecordData::value_type Record[] = {SemaRef.ForceCUDAHostDeviceDepth}; in WriteCUDAPragmas()
H A DASTReader.cpp3970 ForceCUDAHostDeviceDepth = Record[0]; in ReadASTBlock()
8241 SemaObj->ForceCUDAHostDeviceDepth = ForceCUDAHostDeviceDepth; in UpdateSema()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13337 unsigned ForceCUDAHostDeviceDepth = 0;