Searched refs:UpExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5328 const Expr *UpExpr = nullptr) { in EmitOMPAggregateReduction() argument 5374 RedOpGen(CGF, XExpr, EExpr, UpExpr); in EmitOMPAggregateReduction() 5722 const Expr *UpExpr = nullptr; in emitReduction() local 5727 UpExpr = BO->getRHS(); in emitReduction() 5731 const Expr *RHSExpr = UpExpr; in emitReduction() 5750 const Expr *EExpr, const Expr *UpExpr) { in emitReduction() argument 5758 [&CGF, UpExpr, VD, Loc](RValue XRValue) { in emitReduction() 5769 return CGF.EmitAnyExpr(UpExpr); in emitReduction() 5777 AtomicRedGen, XExpr, EExpr, UpExpr); in emitReduction() 5780 AtomicRedGen(CGF, XExpr, EExpr, UpExpr); in emitReduction()
|