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

/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.h26 enum AllocType { enum in namespace:__asan
161 AllocType alloc_type);
162 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
164 AllocType alloc_type);
H A Dasan_report.h61 AllocType alloc_type,
62 AllocType dealloc_type);
H A Dasan_allocator.cc324 AllocType alloc_type, bool can_fill) {
473 AllocType alloc_type) {
478 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
479 (AllocType)alloc_type);
513 AllocType alloc_type) {
704 AllocType alloc_type) {
708 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
713 AllocType alloc_type) {
H A Dasan_report.cc832 AllocType alloc_type,
833 AllocType dealloc_type) {
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c74 UINT8 AllocType,
394 * AllocType - MEM_MALLOC or MEM_CALLOC
409 UINT8 AllocType,
450 Allocation->AllocType = AllocType;
406 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1225 QualType AllocType = TInfo->getType(); local
1238 AllocType,
1271 QualType AllocType,
1302 if (TypeMayContainAuto && AllocType->isUndeducedType()) {
1305 << AllocType << TypeRange);
1310 << AllocType << TypeRange);
1315 << AllocType << TypeRange);
1321 << AllocType << Deduce->getType()
1325 AllocType = DeducedType;
1332 = Context.getAsConstantArrayType(AllocType)) {
1266 BuildCXXNew(SourceRange Range, bool UseGlobal, SourceLocation PlacementLParen, MultiExprArg PlacementArgs, SourceLocation PlacementRParen, SourceRange TypeIdParens, QualType AllocType, TypeSourceInfo *AllocTypeInfo, Expr *ArraySize, SourceRange DirectInitRange, Expr *Initializer, bool TypeMayContainAuto) argument
1665 CheckAllocatedType(QualType AllocType, SourceLocation Loc, SourceRange R) argument
1723 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
[all...]
H A DTreeTransform.h9221 QualType AllocType = AllocTypeInfo->getType(); local
9228 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
9236 AllocType = ConsArrayT->getElementType();
9241 AllocType = DepArrayT->getElementType();
9252 AllocType,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp802 QualType AllocType, Address NewPtr) {
804 switch (CGF.getEvaluationKind(AllocType)) {
807 CGF.MakeAddrLValue(NewPtr, AllocType), false);
810 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType),
815 = AggValueSlot::forAddr(NewPtr, AllocType.getQualifiers(),
855 QualType AllocType = E->getAllocatedType(); local
857 AllocType->getAsArrayTypeUnsafe())) {
858 ElementTy = ConvertTypeForMem(AllocType);
801 StoreAnyExprIntoOneUnit(CodeGenFunction &CGF, const Expr *Init, QualType AllocType, Address NewPtr) argument
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp34 enum AllocType : uint8_t {
46 AllocType AllocTy;
101 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy,
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Daclocal.h1380 UINT8 AllocType;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4665 QualType AllocType,
4672 bool CheckAllocatedType(QualType AllocType, SourceLocation Loc,
4675 bool UseGlobal, QualType AllocType, bool IsArray,

Completed in 303 milliseconds