• Home
  • Raw
  • Download

Lines Matching refs:totalSizeToAlloc

293   unsigned Size = totalSizeToAlloc<APValue, uint64_t>(  in Create()
320 unsigned Size = totalSizeToAlloc<APValue, uint64_t>( in CreateEmpty()
462 totalSizeToAlloc<NestedNameSpecifierLoc, NamedDecl *, in Create()
481 totalSizeToAlloc<NestedNameSpecifierLoc, NamedDecl *, in CreateEmpty()
528 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()
535 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()
988 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in Create()
999 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in CreateEmpty()
1440 totalSizeToAlloc<OffsetOfNode, Expr *>(comps.size(), exprs.size())); in Create()
1449 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
1518 totalSizeToAlloc<MemberExprNameQualifier, ASTTemplateKWAndArgsInfo, in Create()
1572 totalSizeToAlloc<MemberExprNameQualifier, ASTTemplateKWAndArgsInfo, in CreateEmpty()
1862 C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *, FPOptionsOverride>( in Create()
1881 C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *, FPOptionsOverride>( in CreateEmpty()
1894 C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *, FPOptionsOverride>( in Create()
1908 C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *, FPOptionsOverride>( in CreateEmpty()
4097 totalSizeToAlloc<Stmt *, TypeSourceInfo *>(1 + NumAssocs, NumAssocs), in Create()
4111 totalSizeToAlloc<Stmt *, TypeSourceInfo *>(1 + NumAssocs, NumAssocs), in Create()
4122 totalSizeToAlloc<Stmt *, TypeSourceInfo *>(1 + NumAssocs, NumAssocs), in CreateEmpty()
4179 void *Mem = C.Allocate(totalSizeToAlloc<Stmt *>(IndexExprs.size() + 1), in Create()
4188 void *Mem = C.Allocate(totalSizeToAlloc<Stmt *>(NumIndexExprs + 1), in CreateEmpty()
4317 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(Exprs.size()), in Create()
4325 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumExprs), alignof(ParenListExpr)); in CreateEmpty()
4409 void *Mem = C.Allocate(totalSizeToAlloc<FPOptionsOverride>(hasFPFeatures), in CreateEmpty()
4434 unsigned Size = totalSizeToAlloc<FPOptionsOverride>(HasFPFeatures); in Create()
4455 Context.Allocate(totalSizeToAlloc<Expr *>(1 + numSemanticExprs), in Create()
4483 void *buffer = C.Allocate(totalSizeToAlloc<Expr *>(semantics.size() + 1), in Create()
4660 void *Mem = Ctx.Allocate(totalSizeToAlloc<Expr *>(SubExprs.size()), in Create()
4666 void *Mem = Ctx.Allocate(totalSizeToAlloc<Expr *>(NumSubExprs), in CreateEmpty()
4703 totalSizeToAlloc<Expr *, SourceRange>(Dims.size() + 1, Dims.size()), in Create()
4713 totalSizeToAlloc<Expr *, SourceRange>(NumDims + 1, NumDims), in CreateEmpty()
4833 totalSizeToAlloc<Decl *, Expr *, SourceLocation, OMPIteratorHelperData>( in Create()
4844 totalSizeToAlloc<Decl *, Expr *, SourceLocation, OMPIteratorHelperData>( in CreateEmpty()