Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.h2709 DEF_TRAVERSE_STMT(OMPArrayShapingExpr, {})
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5051 void OMPArrayShapingExpr::setDimensions(ArrayRef<Expr *> Dims) { in setDimensions()
5058 void OMPArrayShapingExpr::setBracketsRanges(ArrayRef<SourceRange> BR) { in setBracketsRanges()
5065 OMPArrayShapingExpr::OMPArrayShapingExpr(QualType ExprTy, Expr *Op, in OMPArrayShapingExpr() function in OMPArrayShapingExpr
5075 OMPArrayShapingExpr *
5076 OMPArrayShapingExpr::Create(const ASTContext &Context, QualType T, Expr *Op, in Create()
5084 alignof(OMPArrayShapingExpr)); in Create()
5085 auto *E = new (Mem) OMPArrayShapingExpr(T, Op, L, R, Dims); in Create()
5090 OMPArrayShapingExpr *OMPArrayShapingExpr::CreateEmpty(const ASTContext &Context, in CreateEmpty()
5094 alignof(OMPArrayShapingExpr)); in CreateEmpty()
5095 return new (Mem) OMPArrayShapingExpr(EmptyShell(), NumDims); in CreateEmpty()
H A DComputeDependence.cpp430 ExprDependence clang::computeDependence(OMPArrayShapingExpr *E) { in computeDependence()
H A DStmtProfile.cpp1440 void StmtProfiler::VisitOMPArrayShapingExpr(const OMPArrayShapingExpr *S) { in VisitOMPArrayShapingExpr()
H A DStmtPrinter.cpp1524 void StmtPrinter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *Node) { in VisitOMPArrayShapingExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td87 def OMPArrayShapingExpr : StmtNode<Expr>;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp970 void ASTStmtReader::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
3072 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp896 void ASTStmtWriter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2233 isa<OMPArrayShapingExpr>(Last->getAssociatedExpression())) { in isOpenMPCapturedByRef()
3876 isa<OMPArrayShapingExpr>( in VisitDeclRefExpr()
4054 isa<OMPArrayShapingExpr>( in VisitMemberExpr()
21145 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPDependClause()
21603 bool VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
21768 isa<OMPArrayShapingExpr>(CI->getAssociatedExpression())) && in checkMapConflicts()
21771 isa<OMPArrayShapingExpr>(SI->getAssociatedExpression()))) { in checkMapConflicts()
21803 } else if (const auto *OASE = dyn_cast<OMPArrayShapingExpr>( in checkMapConflicts()
22278 auto *OAShE = dyn_cast<OMPArrayShapingExpr>(VE->IgnoreParens()); in checkMappableExpressionList()
24286 !isa<OMPArrayShapingExpr>(SimpleExpr)) { in ActOnOpenMPAffinityClause()
H A DSemaExpr.cpp5545 return OMPArrayShapingExpr::Create(Context, Context.DependentTy, Base, in ActOnOMPArrayShapingExpr()
5599 return OMPArrayShapingExpr::Create(Context, Context.OMPArrayShapingTy, Base, in ActOnOMPArrayShapingExpr()
H A DTreeTransform.h11347 TreeTransform<Derived>::TransformOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in TransformOMPArrayShapingExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3550 const auto *OASE = dyn_cast<OMPArrayShapingExpr>(E); in getPointerAndSize()
6649 if (const auto *OAE = dyn_cast<OMPArrayShapingExpr>(E)) { in getExprTypeSize()
7025 const auto *OAShE = dyn_cast<OMPArrayShapingExpr>(AssocExpr); in generateInfoForComponentList()
7178 dyn_cast<OMPArrayShapingExpr>(I->getAssociatedExpression()); in generateInfoForComponentList()
7205 isa<OMPArrayShapingExpr>(Next->getAssociatedExpression()) || in generateInfoForComponentList()