Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_allocator.h26 enum AllocType { enum
156 AllocType alloc_type);
157 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
159 AllocType alloc_type);
HDasan_report.h59 AllocType alloc_type,
60 AllocType dealloc_type);
HDasan_allocator.cc324 AllocType alloc_type, bool can_fill) { in Allocate()
473 AllocType alloc_type) { in QuarantineChunk()
478 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type, in QuarantineChunk()
479 (AllocType)alloc_type); in QuarantineChunk()
513 AllocType alloc_type) { in Deallocate()
704 AllocType alloc_type) { in asan_memalign()
708 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) { in asan_free()
713 AllocType alloc_type) { in asan_sized_free()
HDasan_report.cc769 AllocType alloc_type, in ReportAllocTypeMismatch()
770 AllocType dealloc_type) { in ReportAllocTypeMismatch()
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDuttrack.c74 UINT8 AllocType,
403 UINT8 AllocType, in AcpiUtTrackAllocation() argument
444 Allocation->AllocType = AllocType; in AcpiUtTrackAllocation()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprCXX.cpp1216 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
1229 AllocType, in ActOnCXXNew()
1262 QualType AllocType, in BuildCXXNew() argument
1293 if (TypeMayContainAuto && AllocType->isUndeducedType()) { in BuildCXXNew()
1296 << AllocType << TypeRange); in BuildCXXNew()
1301 << AllocType << TypeRange); in BuildCXXNew()
1306 << AllocType << TypeRange); in BuildCXXNew()
1312 << AllocType << Deduce->getType() in BuildCXXNew()
1316 AllocType = DeducedType; in BuildCXXNew()
1323 = Context.getAsConstantArrayType(AllocType)) { in BuildCXXNew()
[all …]
HDTreeTransform.h8773 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
8780 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr()
8788 AllocType = ConsArrayT->getElementType(); in TransformCXXNewExpr()
8793 AllocType = DepArrayT->getElementType(); in TransformCXXNewExpr()
8804 AllocType, in TransformCXXNewExpr()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprCXX.cpp762 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit() argument
764 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType); in StoreAnyExprIntoOneUnit()
765 switch (CGF.getEvaluationKind(AllocType)) { in StoreAnyExprIntoOneUnit()
768 CGF.MakeAddrLValue(NewPtr, AllocType, Alignment), false); in StoreAnyExprIntoOneUnit()
771 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType, in StoreAnyExprIntoOneUnit()
777 = AggValueSlot::forAddr(NewPtr, Alignment, AllocType.getQualifiers(), in StoreAnyExprIntoOneUnit()
813 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
815 AllocType->getAsArrayTypeUnsafe())) { in EmitNewArrayInitializer()
817 ElementTy = ConvertTypeForMem(AllocType); in EmitNewArrayInitializer()
/NextBSD/contrib/llvm/lib/Analysis/
HDMemoryBuiltins.cpp34 enum AllocType { enum
46 AllocType AllocTy;
93 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
/NextBSD/sys/contrib/dev/acpica/include/
HDaclocal.h1356 UINT8 AllocType;
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4594 QualType AllocType,
4601 bool CheckAllocatedType(QualType AllocType, SourceLocation Loc,
4604 bool UseGlobal, QualType AllocType, bool IsArray,