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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
13555       ReductionOp =
13558       ReductionOp = S.BuildBinOp(
13560       if (ReductionOp.isUsable()) {
13562           ReductionOp =
13564                            BO_Assign, LHSDRE, ReductionOp.get());
13567               ConditionalOperator(ReductionOp.get(), ELoc, LHSDRE, ELoc, RHSDRE,
13569           ReductionOp =
13573         if (ReductionOp.isUsable())
13574           ReductionOp = S.ActOnFinishFullExpr(ReductionOp.get(),
13574           ReductionOp = S.ActOnFinishFullExpr(ReductionOp.get(),
13577       if (!ReductionOp.isUsable())
13677     RD.push(VarsExpr, PrivateDRE, LHSDRE, RHSDRE, ReductionOp.get(),