Home
last modified time | relevance | path

Searched refs:XExpr (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4917 const Expr *XExpr = nullptr, const Expr *EExpr = nullptr, in EmitOMPAggregateReduction() argument
4965 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction()
5310 const Expr *XExpr = nullptr; in emitReduction() local
5316 XExpr = BO->getLHS(); in emitReduction()
5336 if (XExpr) { in emitReduction()
5339 Loc](CodeGenFunction &CGF, const Expr *XExpr, in emitReduction()
5341 LValue X = CGF.EmitLValue(XExpr); in emitReduction()
5364 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction()
5367 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()