Searched refs:DimExpr (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-exp.y421 DimExpr
422 | DimExprs DimExpr
425 DimExpr:
424 DimExpr: label
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3525 Node *DimExpr = getDerived().parseExpr(); local
3526 if (!DimExpr)
3533 return make<VectorType>(ElemType, DimExpr);
3573 Node *DimExpr = getDerived().parseExpr(); local
3574 if (DimExpr == nullptr)
3578 Dimension = DimExpr;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5295 Expr* DimExpr,
5302 return BuildArrayTypeTrait(ATT, KWLoc, TSInfo, DimExpr, RParen);
5306 QualType T, Expr *DimExpr,
5325 if (Self.VerifyIntegerConstantExpression(DimExpr, &Value,
5331 << DimExpr->getSourceRange();
5362 Expr* DimExpr,
5370 Value = EvaluateArrayTypeTrait(*this, ATT, T, DimExpr, KWLoc);
5377 return new (Context) ArrayTypeTraitExpr(KWLoc, ATT, TSInfo, Value, DimExpr,
H A DTreeTransform.h2874 Expr *DimExpr,
2876 return getSema().BuildArrayTypeTrait(Trait, StartLoc, TSInfo, DimExpr, RParenLoc);
2871 RebuildArrayTypeTrait(ArrayTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *TSInfo, Expr *DimExpr, SourceLocation RParenLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3700 ExprResult DimExpr = ParseExpression();
3703 return Actions.ActOnArrayTypeTrait(ATT, Loc, Ty.get(), DimExpr.get(),
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5816 Expr *DimExpr,
5822 Expr *DimExpr,

Completed in 172 milliseconds