Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp43 ForceHostDeviceDepth++; in PushForceHostDevice()
48 if (ForceHostDeviceDepth == 0) in PopForceHostDevice()
50 ForceHostDeviceDepth--; in PopForceHostDevice()
744 if (ForceHostDeviceDepth > 0) { in maybeAddHostDeviceAttrs()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCUDA.h268 unsigned ForceHostDeviceDepth = 0;
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h869 unsigned ForceHostDeviceDepth = 0; variable
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp4011 ForceHostDeviceDepth = Record[0]; in ReadASTBlock()
8383 SemaObj->CUDA().ForceHostDeviceDepth = ForceHostDeviceDepth; in UpdateSema()
H A DASTWriter.cpp4494 if (SemaRef.CUDA().ForceHostDeviceDepth > 0) { in WriteCUDAPragmas()
4495 RecordData::value_type Record[] = {SemaRef.CUDA().ForceHostDeviceDepth}; in WriteCUDAPragmas()