Searched refs:OMPReductionClause (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/AST/
H A DOpenMPClause.cpp48 return static_cast<const OMPReductionClause *>(C);
110 return static_cast<const OMPReductionClause *>(C);
451 void OMPReductionClause::setPrivates(ArrayRef<Expr *> Privates) {
457 void OMPReductionClause::setLHSExprs(ArrayRef<Expr *> LHSExprs) {
464 void OMPReductionClause::setRHSExprs(ArrayRef<Expr *> RHSExprs) {
471 void OMPReductionClause::setReductionOps(ArrayRef<Expr *> ReductionOps) {
478 OMPReductionClause *OMPReductionClause::Create(
486 OMPReductionClause *Clause = new (Mem) OMPReductionClause(
[all...]
H A DStmtPrinter.cpp812 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) {
H A DStmtProfile.cpp405 const OMPReductionClause *C) {
/external/clang/include/clang/AST/
H A DOpenMPClause.h1666 class OMPReductionClause final
1667 : public OMPVarListClause<OMPReductionClause>,
1669 private llvm::TrailingObjects<OMPReductionClause, Expr *> {
1690 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
1694 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, StartLoc,
1703 explicit OMPReductionClause(unsigned N) function in class:clang::final
1704 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, SourceLocation(),
1805 static OMPReductionClause *
1817 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
H A DRecursiveASTVisitor.h2847 RecursiveASTVisitor<Derived>::VisitOMPReductionClause(OMPReductionClause *C) {
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp939 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
1146 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
1171 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1853 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]);
2110 void OMPClauseReader::VisitOMPReductionClause(OMPReductionClause *C) {
H A DASTWriterStmt.cpp1931 void OMPClauseWriter::VisitOMPReductionClause(OMPReductionClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp2195 void OMPClauseEnqueue::VisitOMPReductionClause(const OMPReductionClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp9539 return OMPReductionClause::Create(
H A DTreeTransform.h7869 TreeTransform<Derived>::TransformOMPReductionClause(OMPReductionClause *C) {

Completed in 345 milliseconds