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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7250 bool PrivatizeDevicePointers = false; local
7252 bool &PrivatizeDevicePointers; member in class:DevicePointerPrivActionTy
7255 explicit DevicePointerPrivActionTy(bool &PrivatizeDevicePointers) argument
7256 : PrivatizeDevicePointers(PrivatizeDevicePointers) {}
7258 PrivatizeDevicePointers = true;
7261 DevicePointerPrivActionTy PrivAction(PrivatizeDevicePointers);
7263 auto &&CodeGen = [&S, &Info, &PrivatizeDevicePointers](
7270 auto &&PrivCodeGen = [&S, &Info, &PrivatizeDevicePointers,
7274 PrivatizeDevicePointers
[all...]

Completed in 136 milliseconds