Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h146 class OMPArrayShapingExpr final
148 private llvm::TrailingObjects<OMPArrayShapingExpr, Expr *, SourceRange> {
158 OMPArrayShapingExpr(QualType ExprTy, Expr *Op, SourceLocation L,
162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() function
184 static OMPArrayShapingExpr *Create(const ASTContext &Context, QualType T,
189 static OMPArrayShapingExpr *CreateEmpty(const ASTContext &Context,
H A DComputeDependence.h92 class OMPArrayShapingExpr; variable
181 ExprDependence computeDependence(OMPArrayShapingExpr *E);
H A DRecursiveASTVisitor.h2575 DEF_TRAVERSE_STMT(OMPArrayShapingExpr, {})
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4747 void OMPArrayShapingExpr::setDimensions(ArrayRef<Expr *> Dims) { in setDimensions()
4754 void OMPArrayShapingExpr::setBracketsRanges(ArrayRef<SourceRange> BR) { in setBracketsRanges()
4761 OMPArrayShapingExpr::OMPArrayShapingExpr(QualType ExprTy, Expr *Op, in OMPArrayShapingExpr() function in OMPArrayShapingExpr
4771 OMPArrayShapingExpr *
4772 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create()
4780 alignof(OMPArrayShapingExpr)); in Create()
4781 auto *E = new (Mem) OMPArrayShapingExpr(T, Op, L, R, Dims); in Create()
4786 OMPArrayShapingExpr *OMPArrayShapingExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4790 alignof(OMPArrayShapingExpr)); in CreateEmpty()
4791 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
H A DComputeDependence.cpp408 ExprDependence clang::computeDependence(OMPArrayShapingExpr *E) { in computeDependence()
H A DStmtProfile.cpp1294 void StmtProfiler::VisitOMPArrayShapingExpr(const OMPArrayShapingExpr *S) { in VisitOMPArrayShapingExpr()
H A DStmtPrinter.cpp1337 void StmtPrinter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *Node) { in VisitOMPArrayShapingExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td86 def OMPArrayShapingExpr : StmtNode<Expr>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2080 isa<OMPArrayShapingExpr>(EI->getAssociatedExpression())) { in isOpenMPCapturedByRef()
3593 isa<OMPArrayShapingExpr>( in VisitDeclRefExpr()
3765 isa<OMPArrayShapingExpr>( in VisitMemberExpr()
17986 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
18435 bool VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
18602 isa<OMPArrayShapingExpr>(CI->getAssociatedExpression())) && in checkMapConflicts()
18605 isa<OMPArrayShapingExpr>(SI->getAssociatedExpression()))) { in checkMapConflicts()
18637 } else if (const auto *OASE = dyn_cast<OMPArrayShapingExpr>( in checkMapConflicts()
19106 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
20857 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPAffinityClause()
H A DSemaExpr.cpp5089 return OMPArrayShapingExpr::Create(Context, Context.DependentTy, Base, in ActOnOMPArrayShapingExpr()
5143 return OMPArrayShapingExpr::Create(Context, Context.OMPArrayShapingTy, Base, in ActOnOMPArrayShapingExpr()
H A DTreeTransform.h10627 TreeTransform<Derived>::TransformOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in TransformOMPArrayShapingExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp955 void ASTStmtReader::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
2887 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp814 void ASTStmtWriter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4136 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize()
7271 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize()
7636 const auto *OAShE = dyn_cast<OMPArrayShapingExpr>(AssocExpr); in generateInfoForComponentList()
7768 dyn_cast<OMPArrayShapingExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()
7793 isa<OMPArrayShapingExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()