Lines Matching refs:allocSize
189 unsigned allocSize = CompoundStmt::totalSizeToAlloc<Stmt *>(children.size()); in create() local
190 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(CompoundStmt)); in create()
222 unsigned allocSize = ReplaceStmt::totalSizeToAlloc<Expr *>(replExprs.size()); in create() local
223 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(ReplaceStmt)); in create()
265 unsigned allocSize = CallExpr::totalSizeToAlloc<Expr *>(arguments.size()); in create() local
266 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(CallExpr)); in create()
305 unsigned allocSize = in create() local
309 ctx.getAllocator().Allocate(allocSize, alignof(OperationExpr)); in create()
335 unsigned allocSize = TupleExpr::totalSizeToAlloc<Expr *>(elements.size()); in create() local
336 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(TupleExpr)); in create()
448 unsigned allocSize = in createImpl() local
453 ctx.getAllocator().Allocate(allocSize, alignof(UserConstraintDecl)); in createImpl()
516 unsigned allocSize = UserRewriteDecl::totalSizeToAlloc<VariableDecl *>( in createImpl() local
519 ctx.getAllocator().Allocate(allocSize, alignof(UserRewriteDecl)); in createImpl()
539 unsigned allocSize = in create() local
541 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(VariableDecl)); in create()
555 unsigned allocSize = Module::totalSizeToAlloc<Decl *>(children.size()); in create() local
556 void *rawData = ctx.getAllocator().Allocate(allocSize, alignof(Module)); in create()