reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 6604   assert(!CGF.getLangOpts().OpenMPIsDevice &&
 6610   CGBuilderTy &Bld = CGF.Builder;
 6617         CGOpenMPRuntime::getSingleCompoundChild(CGF.getContext(), Body);
 6622           CGOpenMPInnerExprInfo CGInfo(CGF, *CS);
 6623           CodeGenFunction::CGCapturedStmtRAII CapInfoRAII(CGF, &CGInfo);
 6627               CGF.EmitScalarExpr(NumTeams,
 6629           return Bld.CreateIntCast(NumTeamsVal, CGF.Int32Ty,
 6647       CodeGenFunction::RunCleanupsScope NumTeamsScope(CGF);
 6651           CGF.EmitScalarExpr(NumTeams,
 6653       return Bld.CreateIntCast(NumTeamsVal, CGF.Int32Ty,