Lines Matching defs:PrivatizeDevicePointers
7384 bool PrivatizeDevicePointers = false;
7386 bool &PrivatizeDevicePointers;
7389 explicit DevicePointerPrivActionTy(bool &PrivatizeDevicePointers)
7390 : PrivatizeDevicePointers(PrivatizeDevicePointers) {}
7392 PrivatizeDevicePointers = true;
7395 DevicePointerPrivActionTy PrivAction(PrivatizeDevicePointers);
7405 PrivatizeDevicePointers = false;
7407 // Call the pre-action to change the status of PrivatizeDevicePointers if
7411 if (PrivatizeDevicePointers) {