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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1605   if (!CGF.HaveInsertPoint())
 1608     CodeGenFunction::OMPPrivateScope PreCondScope(CGF);
 1609     CGF.EmitOMPPrivateLoopCounters(S, PreCondScope);
 1613       CGF.EmitIgnoredExpr(I);
 1626         CGF.CreateMemTemp(VD->getType().getNonReferenceType());
 1627     (void)PreCondVars.setVarAddr(CGF, VD, CounterAddr);
 1629   (void)PreCondVars.apply(CGF);
 1633     CGF.EmitIgnoredExpr(E);
 1636   CGF.EmitBranchOnBoolExpr(Cond, TrueBlock, FalseBlock, TrueCount);
 1637   PreCondVars.restore(CGF);