Searched refs:OMPArrayShapingExpr (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 146 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 D | ComputeDependence.h | 97 class OMPArrayShapingExpr; variable 191 ExprDependence computeDependence(OMPArrayShapingExpr *E);
|
| H A D | RecursiveASTVisitor.h | 2709 DEF_TRAVERSE_STMT(OMPArrayShapingExpr, {})
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 5051 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 D | ComputeDependence.cpp | 430 ExprDependence clang::computeDependence(OMPArrayShapingExpr *E) { in computeDependence()
|
| H A D | StmtProfile.cpp | 1440 void StmtProfiler::VisitOMPArrayShapingExpr(const OMPArrayShapingExpr *S) { in VisitOMPArrayShapingExpr()
|
| H A D | StmtPrinter.cpp | 1524 void StmtPrinter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *Node) { in VisitOMPArrayShapingExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 87 def OMPArrayShapingExpr : StmtNode<Expr>;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 970 void ASTStmtReader::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr() 3072 S = OMPArrayShapingExpr::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 896 void ASTStmtWriter::VisitOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in VisitOMPArrayShapingExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2233 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 D | SemaExpr.cpp | 5545 return OMPArrayShapingExpr::Create(Context, Context.DependentTy, Base, in ActOnOMPArrayShapingExpr() 5599 return OMPArrayShapingExpr::Create(Context, Context.OMPArrayShapingTy, Base, in ActOnOMPArrayShapingExpr()
|
| H A D | TreeTransform.h | 11347 TreeTransform<Derived>::TransformOMPArrayShapingExpr(OMPArrayShapingExpr *E) { in TransformOMPArrayShapingExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 3550 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()
|