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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4082   bool IsSeqCst = S.getSingleClause<OMPSeqCstClause>();
 4084   for (const OMPClause *C : S.clauses()) {
 4092   const Stmt *CS = S.getInnermostCapturedStmt()->IgnoreContainers();
 4103   auto &&CodeGen = [&S, Kind, IsSeqCst, CS](CodeGenFunction &CGF,
 4106     emitOMPAtomicExpr(CGF, Kind, IsSeqCst, S.isPostfixUpdate(), S.getX(),
 4106     emitOMPAtomicExpr(CGF, Kind, IsSeqCst, S.isPostfixUpdate(), S.getX(),
 4107                       S.getV(), S.getExpr(), S.getUpdateExpr(),
 4107                       S.getV(), S.getExpr(), S.getUpdateExpr(),
 4107                       S.getV(), S.getExpr(), S.getUpdateExpr(),
 4108                       S.isXLHSInRHSPart(), S.getBeginLoc());
 4108                       S.isXLHSInRHSPart(), S.getBeginLoc());
 4110   OMPLexicalScope Scope(*this, S, OMPD_unknown);