reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4118 CodeGenModule &CGM = CGF.CGM; 4122 OMPLexicalScope Scope(CGF, S, OMPD_target); 4124 CGF, OMPD_target, [&S](CodeGenFunction &CGF, PrePostActionTy &) { 4154 if (CGF.ConstantFoldsToSimpleInteger(IfCond, Val) && !Val) 4160 assert(CGF.CurFuncDecl && "No parent declaration for target region!"); 4164 if (const auto *D = dyn_cast<CXXConstructorDecl>(CGF.CurFuncDecl)) 4166 else if (const auto *D = dyn_cast<CXXDestructorDecl>(CGF.CurFuncDecl)) 4170 CGM.getMangledName(GlobalDecl(cast<FunctionDecl>(CGF.CurFuncDecl))); 4175 OMPLexicalScope Scope(CGF, S, OMPD_task); 4189 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device,