Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp41 ForceHostDeviceDepth++; in PushForceHostDevice()
46 if (ForceHostDeviceDepth == 0) in PopForceHostDevice()
48 ForceHostDeviceDepth--; in PopForceHostDevice()
765 if (ForceHostDeviceDepth > 0) { in maybeAddHostDeviceAttrs()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h282 unsigned ForceHostDeviceDepth = 0;
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h977 unsigned ForceHostDeviceDepth = 0; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4311 ForceHostDeviceDepth = Record[0]; in ReadASTBlock()
8918 SemaObj->CUDA().ForceHostDeviceDepth = ForceHostDeviceDepth; in UpdateSema()
H A DASTWriter.cpp5015 if (SemaRef.CUDA().ForceHostDeviceDepth > 0) { in WriteCUDAPragmas()
5016 RecordData::value_type Record[] = {SemaRef.CUDA().ForceHostDeviceDepth}; in WriteCUDAPragmas()