Home
last modified time | relevance | path

Searched refs:OffloadingMandatory (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp9821 const bool OffloadingMandatory = !CGM.getLangOpts().OpenMPIsDevice && in emitTargetCall() local
9824 assert((OffloadingMandatory || OutlinedFn) && "Invalid outlined function!"); in emitTargetCall()
9842 &CS, OffloadingMandatory](CodeGenFunction &CGF) { in emitTargetCall()
9843 if (OffloadingMandatory) { in emitTargetCall()