Searched defs:AllocType (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemoryProfileInfo.cpp | 88 AllocationType AllocType) { in addAllocTypeAttribute() 100 void CallStackTrie::addCallStack(AllocationType AllocType, in addCallStack() 148 AllocationType AllocType) { in createMIBNode()
|
H A D | MemoryBuiltins.cpp | 53 enum AllocType : uint8_t { enum
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.h | 32 enum AllocType { enum
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_allocator.h | 26 enum AllocType { enum
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 961 QualType AllocType, Address NewPtr, in StoreAnyExprIntoOneUnit() 1076 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1751 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 D | TreeTransform.h | 12323 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3415 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 D | PGOInstrumentation.cpp | 1273 auto AllocType = getAllocType(AllocInfo->Info.getMaxAccessCount(), in addCallStack() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7631 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 D | LLParser.cpp | 9853 uint8_t AllocType; in parseMemProfs() local 9888 bool LLParser::parseAllocType(uint8_t &AllocType) { in parseAllocType()
|