Home
last modified time | relevance | path

Searched refs:totalSizeToAlloc (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DOpenMPClause.cpp328 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in Create()
340 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * NumLoops)); in CreateEmpty()
385 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in Create()
400 C.Allocate(totalSizeToAlloc<SourceLocation, OpenMPDependClauseKind>(2, 1), in CreateEmpty()
418 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * VL.size())); in Create()
428 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(2 * N)); in CreateEmpty()
449 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(3 * VL.size())); in Create()
461 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(3 * N)); in CreateEmpty()
499 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(5 * VL.size())); in Create()
513 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(5 * N)); in CreateEmpty()
[all …]
DExprCXX.cpp256 Ctx.Allocate(totalSizeToAlloc<Stmt *, SourceRange>( in Create()
270 Ctx.Allocate(totalSizeToAlloc<Stmt *, SourceRange>( in CreateEmpty()
375 unsigned Size = totalSizeToAlloc<DeclAccessPair, ASTTemplateKWAndArgsInfo, in Create()
393 totalSizeToAlloc<DeclAccessPair, ASTTemplateKWAndArgsInfo, in Create()
405 unsigned Size = totalSizeToAlloc<DeclAccessPair, ASTTemplateKWAndArgsInfo, in CreateEmpty()
485 totalSizeToAlloc<ASTTemplateKWAndArgsInfo, TemplateArgumentLoc>( in Create()
498 totalSizeToAlloc<ASTTemplateKWAndArgsInfo, TemplateArgumentLoc>( in CreateEmpty()
715 C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *, FPOptionsOverride>( in Create()
729 C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *, FPOptionsOverride>( in CreateEmpty()
743 void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(PathSize)); in Create()
[all …]
DExprConcepts.cpp81 void *Buffer = C.Allocate(totalSizeToAlloc<TemplateArgument>( in Create()
120 void *Buffer = C.Allocate(totalSizeToAlloc<TemplateArgument>( in Create()
130 void *Buffer = C.Allocate(totalSizeToAlloc<TemplateArgument>( in Create()
200 C.Allocate(totalSizeToAlloc<ParmVarDecl *, concepts::Requirement *>( in Create()
211 C.Allocate(totalSizeToAlloc<ParmVarDecl *, concepts::Requirement *>( in Create()
DStmtCXX.cpp27 const size_t Size = totalSizeToAlloc<Stmt *>(handlers.size() + 1); in Create()
34 const size_t Size = totalSizeToAlloc<Stmt *>(numHandlers + 1); in Create()
88 std::size_t Size = totalSizeToAlloc<Stmt *>( in Create()
97 std::size_t Size = totalSizeToAlloc<Stmt *>( in Create()
DStmt.cpp382 C.Allocate(totalSizeToAlloc<Stmt *>(Stmts.size()), alignof(CompoundStmt)); in Create()
389 C.Allocate(totalSizeToAlloc<Stmt *>(NumStmts), alignof(CompoundStmt)); in CreateEmpty()
420 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(Attrs.size()), in Create()
428 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(NumAttrs), in CreateEmpty()
957 totalSizeToAlloc<Stmt *, SourceLocation>( in Create()
967 totalSizeToAlloc<Stmt *, SourceLocation>( in CreateEmpty()
1078 totalSizeToAlloc<Stmt *>(NumMandatoryStmtPtr + HasInit + HasVar), in Create()
1086 totalSizeToAlloc<Stmt *>(NumMandatoryStmtPtr + HasInit + HasVar), in CreateEmpty()
1140 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumMandatoryStmtPtr + HasVar), in Create()
1147 Ctx.Allocate(totalSizeToAlloc<Stmt *>(NumMandatoryStmtPtr + HasVar), in CreateEmpty()
[all …]
DExprObjC.cpp43 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(Elements.size())); in Create()
49 void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(NumElements)); in CreateEmpty()
82 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in Create()
90 void *Mem = C.Allocate(totalSizeToAlloc<KeyValuePair, ExpansionData>( in CreateEmpty()
254 totalSizeToAlloc<void *, SourceLocation>(NumArgs + 1, NumStoredSelLocs), in alloc()
DExpr.cpp295 unsigned Size = totalSizeToAlloc<APValue, uint64_t>( in Create()
322 unsigned Size = totalSizeToAlloc<APValue, uint64_t>( in CreateEmpty()
464 totalSizeToAlloc<NestedNameSpecifierLoc, NamedDecl *, in Create()
483 totalSizeToAlloc<NestedNameSpecifierLoc, NamedDecl *, in CreateEmpty()
596 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in Create()
603 void *Mem = Ctx.Allocate(totalSizeToAlloc<Stmt *>(HasFunctionName), in CreateEmpty()
1128 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in Create()
1139 void *Mem = Ctx.Allocate(totalSizeToAlloc<unsigned, SourceLocation, char>( in CreateEmpty()
1587 totalSizeToAlloc<OffsetOfNode, Expr *>(comps.size(), exprs.size())); in Create()
1596 C.Allocate(totalSizeToAlloc<OffsetOfNode, Expr *>(numComps, numExprs)); in CreateEmpty()
[all …]
DDeclGroup.cpp22 unsigned Size = totalSizeToAlloc<Decl *>(NumDecls); in Create()
DASTConcept.cpp55 totalSizeToAlloc<UnsatisfiedConstraintRecord>( in Create()
DDeclTemplate.cpp122 void *Mem = C.Allocate(totalSizeToAlloc<NamedDecl *, Expr *>( in Create()
865 void *Mem = Context.Allocate(totalSizeToAlloc<TemplateArgument>(Args.size())); in CreateCopy()
880 C.Allocate(totalSizeToAlloc<MemberSpecializationInfo *>(MSInfo ? 1 : 0)); in Create()
DTemplateBase.cpp613 std::size_t size = totalSizeToAlloc<TemplateArgumentLoc>(List.size()); in Create()
DDecl.cpp2894 totalSizeToAlloc<DeclAccessPair>(Lookups.size()), in Create()
3853 totalSizeToAlloc<TemplateArgumentLoc, FunctionTemplateDecl *>( in Create()
DDeclObjC.cpp1475 ctx.Allocate(totalSizeToAlloc<ObjCTypeParamDecl *>(typeParams.size()), in create()
DStmtOpenMP.cpp22 totalSizeToAlloc<OMPClause *, Stmt *>( in size()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DParsedAttr.h690 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData,
694 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData,
698 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData,
793 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData,
798 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData,
825 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData, in create()
850 ParsedAttr::totalSizeToAlloc<ArgsUnion, detail::AvailabilityData, in createTypeAttribute()
DParsedTemplate.h207 totalSizeToAlloc<ParsedTemplateArgument>(TemplateArgs.size()))) in Create()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DParsedAttr.cpp46 return totalSizeToAlloc<ArgsUnion, detail::AvailabilityData, in allocated_size()
49 return totalSizeToAlloc<ArgsUnion, detail::AvailabilityData, in allocated_size()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DTrailingObjects.h326 totalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in totalSizeToAlloc() function
354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DAttributeImpl.h176 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc() function
177 return TrailingObjects::totalSizeToAlloc<char>(Kind.size() + 1 + in totalSizeToAlloc()
DAttributes.cpp134 pImpl->Alloc.Allocate(StringAttributeImpl::totalSizeToAlloc(Kind, Val), in get()
798 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size())); in getSorted()
1029 AttributeListImpl::totalSizeToAlloc<AttributeSet>(AttrSets.size()), in getImpl()
DDataLayout.cpp682 StructLayout::totalSizeToAlloc<uint64_t>(Ty->getNumElements())); in getStructLayout()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DMacroArgs.cpp52 llvm::safe_malloc(totalSizeToAlloc<Token>(UnexpArgTokens.size()))) in create()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
DRecord.cpp180 void *Mem = Allocator.Allocate(totalSizeToAlloc<Record *>(Classes.size()), in get()
340 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()), in get()
574 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(Range.size()), in get()
1812 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(Args.size()), in get()
2006 void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *>(2*CondRange.size()), in get()
2128 …void *Mem = Allocator.Allocate(totalSizeToAlloc<Init *, StringInit *>(ArgRange.size(), NameRange.s… in get()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp288 totalSizeToAlloc<MDNode *>(Types.size()), alignof(GlobalTypeMember))); in create()
321 Alloc.Allocate(totalSizeToAlloc<GlobalTypeMember *>(Targets.size()), in create()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineInstr.h157 totalSizeToAlloc<MachineMemOperand *, MCSymbol *, MDNode *>(

12