Lines Matching refs:move
56 : Action(BindArchClass, std::move(Input)), ArchName(_ArchName) {} in BindArchAction()
62 : Action(CudaDeviceClass, std::move(Input)), GpuArchName(ArchName), in CudaDeviceAction()
69 : Action(CudaHostClass, std::move(Input)), DeviceActions(DeviceActions) {} in CudaHostAction()
80 : Action(Kind, std::move(Input), Type) {} in JobAction()
90 : JobAction(PreprocessJobClass, std::move(Input), OutputType) {} in PreprocessJobAction()
96 : JobAction(PrecompileJobClass, std::move(Input), OutputType) {} in PrecompileJobAction()
102 : JobAction(AnalyzeJobClass, std::move(Input), OutputType) {} in AnalyzeJobAction()
108 : JobAction(MigrateJobClass, std::move(Input), OutputType) {} in MigrateJobAction()
114 : JobAction(CompileJobClass, std::move(Input), OutputType) {} in CompileJobAction()
120 : JobAction(BackendJobClass, std::move(Input), OutputType) {} in BackendJobAction()
126 : JobAction(AssembleJobClass, std::move(Input), OutputType) {} in AssembleJobAction()
150 : JobAction(Kind, std::move(Input), Type) { in VerifyJobAction()
159 : VerifyJobAction(VerifyDebugInfoJobClass, std::move(Input), Type) {} in VerifyDebugInfoJobAction()
165 : VerifyJobAction(VerifyPCHJobClass, std::move(Input), Type) {} in VerifyPCHJobAction()