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