| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | OpenMPClause.cpp | 328 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 …]
|
| D | ExprCXX.cpp | 256 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 …]
|
| D | ExprConcepts.cpp | 81 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()
|
| D | StmtCXX.cpp | 27 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()
|
| D | Stmt.cpp | 382 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 …]
|
| D | ExprObjC.cpp | 43 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()
|
| D | Expr.cpp | 295 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 …]
|
| D | DeclGroup.cpp | 22 unsigned Size = totalSizeToAlloc<Decl *>(NumDecls); in Create()
|
| D | ASTConcept.cpp | 55 totalSizeToAlloc<UnsatisfiedConstraintRecord>( in Create()
|
| D | DeclTemplate.cpp | 122 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()
|
| D | TemplateBase.cpp | 613 std::size_t size = totalSizeToAlloc<TemplateArgumentLoc>(List.size()); in Create()
|
| D | Decl.cpp | 2894 totalSizeToAlloc<DeclAccessPair>(Lookups.size()), in Create() 3853 totalSizeToAlloc<TemplateArgumentLoc, FunctionTemplateDecl *>( in Create()
|
| D | DeclObjC.cpp | 1475 ctx.Allocate(totalSizeToAlloc<ObjCTypeParamDecl *>(typeParams.size()), in create()
|
| D | StmtOpenMP.cpp | 22 totalSizeToAlloc<OMPClause *, Stmt *>( in size()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | ParsedAttr.h | 690 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()
|
| D | ParsedTemplate.h | 207 totalSizeToAlloc<ParsedTemplateArgument>(TemplateArgs.size()))) in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | ParsedAttr.cpp | 46 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/ |
| D | TrailingObjects.h | 326 totalSizeToAlloc(typename trailing_objects_internal::ExtractSecondType< in totalSizeToAlloc() function 354 enum { Size = totalSizeToAlloc<Tys...>(Counts...) };
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | AttributeImpl.h | 176 static size_t totalSizeToAlloc(StringRef Kind, StringRef Val) { in totalSizeToAlloc() function 177 return TrailingObjects::totalSizeToAlloc<char>(Kind.size() + 1 + in totalSizeToAlloc()
|
| D | Attributes.cpp | 134 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()
|
| D | DataLayout.cpp | 682 StructLayout::totalSizeToAlloc<uint64_t>(Ty->getNumElements())); in getStructLayout()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | MacroArgs.cpp | 52 llvm::safe_malloc(totalSizeToAlloc<Token>(UnexpArgTokens.size()))) in create()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/ |
| D | Record.cpp | 180 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/ |
| D | LowerTypeTests.cpp | 288 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/ |
| D | MachineInstr.h | 157 totalSizeToAlloc<MachineMemOperand *, MCSymbol *, MDNode *>(
|