HomeSort by relevance Sort by last modified time
    Searched refs:OMPReductionClause (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
OpenMPClause.cpp 48 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...]
StmtPrinter.cpp 812 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) {
    [all...]
StmtProfile.cpp 405 const OMPReductionClause *C) {
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 83 milliseconds