Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp88 AllocationType AllocType) { in addAllocTypeAttribute()
100 void CallStackTrie::addCallStack(AllocationType AllocType, in addCallStack()
148 AllocationType AllocType) { in createMIBNode()
H A DMemoryBuiltins.cpp53 enum AllocType : uint8_t { enum
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h32 enum AllocType { enum
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.h26 enum AllocType { enum
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp961 QualType AllocType, Address NewPtr, in StoreAnyExprIntoOneUnit()
1076 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp1751 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment()
1903 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
1972 SourceRange TypeIdParens, QualType AllocType, in BuildCXXNew()
2446 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
2633 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DTreeTransform.h12323 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3415 QualType AllocType = QualType()) { in expandStringLiteral()
6713 QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr, in HandleOperatorNewCall() local
6762 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind() local
9547 QualType AllocType = E->getAllocatedType(); in VisitCXXNewExpr() local
9634 QualType AllocType; in VisitCXXNewExpr() member
10686 QualType AllocType = QualType()) { in VisitStringLiteral()
10708 QualType AllocType) { in EvaluateArrayNewInitList()
10719 QualType AllocType) { in EvaluateArrayNewConstructExpr()
10749 QualType AllocType) { in VisitInitListExpr()
10776 QualType AllocType) { in VisitCXXParenListOrInitListExpr()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1273 auto AllocType = getAllocType(AllocInfo->Info.getMaxAccessCount(), in addCallStack() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7631 AllocationType AllocType = (AllocationType)Record[I++]; in parseEntireSummary() local
7654 AllocationType AllocType = (AllocationType)Record[I++]; in parseEntireSummary() local
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp9853 uint8_t AllocType; in parseMemProfs() local
9888 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType()