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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp29 ForceCUDAHostDeviceDepth++;
34 if (ForceCUDAHostDeviceDepth == 0)
36 ForceCUDAHostDeviceDepth--;
553 // ForceCUDAHostDeviceDepth > 0 (corresponding to code within a
560 if (ForceCUDAHostDeviceDepth > 0) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h828 unsigned ForceCUDAHostDeviceDepth = 0; member in class:clang::ASTReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3994 if (SemaRef.ForceCUDAHostDeviceDepth > 0) {
3995 RecordData::value_type Record[] = {SemaRef.ForceCUDAHostDeviceDepth};
H A DASTReader.cpp3751 ForceCUDAHostDeviceDepth = Record[0];
7799 SemaObj->ForceCUDAHostDeviceDepth = ForceCUDAHostDeviceDepth;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11154 unsigned ForceCUDAHostDeviceDepth = 0; variable

Completed in 157 milliseconds