Lines Matching defs:PrivatizeDevicePointers
7513 bool PrivatizeDevicePointers = false;
7515 bool &PrivatizeDevicePointers;
7518 explicit DevicePointerPrivActionTy(bool &PrivatizeDevicePointers)
7519 : PrivatizeDevicePointers(PrivatizeDevicePointers) {}
7521 PrivatizeDevicePointers = true;
7524 DevicePointerPrivActionTy PrivAction(PrivatizeDevicePointers);
7534 PrivatizeDevicePointers = false;
7536 // Call the pre-action to change the status of PrivatizeDevicePointers if
7540 if (PrivatizeDevicePointers) {