Searched defs:DimExpr (Results 1 – 6 of 6) sorted by relevance
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/ |
H A D | DimLvlMap.h | 98 constexpr explicit DimExpr(DimLvlExpr expr) : DimLvlExpr(expr) {} in DimExpr() function 105 constexpr explicit DimExpr(AffineExpr expr) : DimLvlExpr(Kind, expr) {} in DimExpr() function
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 6102 ActOnArrayTypeTrait(ArrayTypeTrait ATT,SourceLocation KWLoc,ParsedType Ty,Expr * DimExpr,SourceLocation RParen) ActOnArrayTypeTrait() argument 6113 EvaluateArrayTypeTrait(Sema & Self,ArrayTypeTrait ATT,QualType T,Expr * DimExpr,SourceLocation KeyLoc) EvaluateArrayTypeTrait() argument 6169 BuildArrayTypeTrait(ArrayTypeTrait ATT,SourceLocation KWLoc,TypeSourceInfo * TSInfo,Expr * DimExpr,SourceLocation RParen) BuildArrayTypeTrait() argument
|
H A D | TreeTransform.h | 3450 RebuildArrayTypeTrait(ArrayTypeTrait Trait,SourceLocation StartLoc,TypeSourceInfo * TSInfo,Expr * DimExpr,SourceLocation RParenLoc) RebuildArrayTypeTrait() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 4014 ExprResult DimExpr = ParseExpression(); ParseArrayTypeTrait() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 3889 Node *DimExpr = getDerived().parseExpr(); parseVectorType() local 3937 Node *DimExpr = getDerived().parseExpr(); parseArrayType() local
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 3890 Node *DimExpr = getDerived().parseExpr(); parseVectorType() local 3938 Node *DimExpr = getDerived().parseExpr(); parseArrayType() local
|