Searched defs:IsSeqCst (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2819 static void emitSimpleAtomicStore(CodeGenFunction &CGF, bool IsSeqCst, argument
2825 IsSeqCst ? llvm::AtomicOrdering::SequentiallyConsistent
2849 static void EmitOMPAtomicReadExpr(CodeGenFunction &CGF, bool IsSeqCst, argument
2861 IsSeqCst ? llvm::AtomicOrdering::SequentiallyConsistent
2868 if (IsSeqCst)
2873 static void EmitOMPAtomicWriteExpr(CodeGenFunction &CGF, bool IsSeqCst, argument
2878 emitSimpleAtomicStore(CGF, IsSeqCst, CGF.EmitLValue(X), CGF.EmitAnyExpr(E));
2883 if (IsSeqCst)
3003 static void EmitOMPAtomicUpdateExpr(CodeGenFunction &CGF, bool IsSeqCst, argument
3019 auto AO = IsSeqCst
3058 EmitOMPAtomicCaptureExpr(CodeGenFunction &CGF, bool IsSeqCst, bool IsPostfixUpdate, const Expr *V, const Expr *X, const Expr *E, const Expr *UE, bool IsXLHSInRHSPart, SourceLocation Loc) argument
3139 EmitOMPAtomicExpr(CodeGenFunction &CGF, OpenMPClauseKind Kind, bool IsSeqCst, bool IsPostfixUpdate, const Expr *X, const Expr *V, const Expr *E, const Expr *UE, bool IsXLHSInRHSPart, SourceLocation Loc) argument
3208 bool IsSeqCst = S.getSingleClause<OMPSeqCstClause>(); local
[all...]

Completed in 34 milliseconds