Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h97 class OMPArrayShapingExpr; variable
191 ExprDependence computeDependence(OMPArrayShapingExpr *E);
H A DRecursiveASTVisitor.h2706 DEF_TRAVERSE_STMT(OMPArrayShapingExpr, {})
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp4944 void OMPArrayShapingExpr::setDimensions(ArrayRef<Expr *> Dims) { in setDimensions()
4951 void OMPArrayShapingExpr::setBracketsRanges(ArrayRef<SourceRange> BR) { in setBracketsRanges()
4958 OMPArrayShapingExpr::OMPArrayShapingExpr(QualType ExprTy, Expr *Op, in OMPArrayShapingExpr() function in OMPArrayShapingExpr
4968 OMPArrayShapingExpr *
4969 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create()
4977 alignof(OMPArrayShapingExpr)); in Create()
4978 auto *E = new (Mem) OMPArrayShapingExpr(T, Op, L, R, Dims); in Create()
4983 OMPArrayShapingExpr *OMPArrayShapingExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
4987 alignof(OMPArrayShapingExpr)); in CreateEmpty()
4988 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
H A DComputeDependence.cpp430 ExprDependence clang::computeDependence(OMPArrayShapingExpr *E) { in computeDependence()
H A DStmtProfile.cpp1404 void StmtProfiler::VisitOMPArrayShapingExpr(const OMPArrayShapingExpr *S) { in VisitOMPArrayShapingExpr()
H A DStmtPrinter.cpp1510 void StmtPrinter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *Node) { in VisitOMPArrayShapingExpr()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td87 def OMPArrayShapingExpr : StmtNode<Expr>;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp956 void ASTStmtReader::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
3006 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp821 void ASTStmtWriter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2210 isa<OMPArrayShapingExpr>(EI->getAssociatedExpression())) { in isOpenMPCapturedByRef()
3851 isa<OMPArrayShapingExpr>( in VisitDeclRefExpr()
4029 isa<OMPArrayShapingExpr>( in VisitMemberExpr()
20724 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
21188 bool VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
21353 isa<OMPArrayShapingExpr>(CI->getAssociatedExpression())) && in checkMapConflicts()
21356 isa<OMPArrayShapingExpr>(SI->getAssociatedExpression()))) { in checkMapConflicts()
21388 } else if (const auto *OASE = dyn_cast<OMPArrayShapingExpr>( in checkMapConflicts()
21863 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
23798 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPAffinityClause()
H A DSemaExpr.cpp5296 return OMPArrayShapingExpr::Create(Context, Context.DependentTy, Base, in ActOnOMPArrayShapingExpr()
5350 return OMPArrayShapingExpr::Create(Context, Context.OMPArrayShapingTy, Base, in ActOnOMPArrayShapingExpr()
H A DTreeTransform.h11130 TreeTransform<Derived>::TransformOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in TransformOMPArrayShapingExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3752 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize()
6980 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize()
7345 const auto *OAShE = dyn_cast<OMPArrayShapingExpr>(AssocExpr); in generateInfoForComponentList()
7479 dyn_cast<OMPArrayShapingExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()
7504 isa<OMPArrayShapingExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()