Searched refs:OffloadingMandatory (Results 1 – 1 of 1) sorted by relevance
10219 const bool OffloadingMandatory = !CGM.getLangOpts().OpenMPIsDevice && in emitTargetCall() local10222 assert((OffloadingMandatory || OutlinedFn) && "Invalid outlined function!"); in emitTargetCall()10240 &CS, OffloadingMandatory](CodeGenFunction &CGF) { in emitTargetCall()10241 if (OffloadingMandatory) { in emitTargetCall()