Home
last modified time | relevance | path

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

/minix/external/bsd/libc++/dist/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A Dalloc_F.pass.cpp26 template <class FuncType, class AllocType>
27 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
46 template <class FuncType, class AllocType>
47 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
63 template <class TargetType, class FuncType, class AllocType>
64 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
H A Dalloc_function.pass.cpp27 template <class FuncType, class AllocType>
28 void test_FunctionObject(AllocType& alloc) in test_FunctionObject()
51 template <class FuncType, class AllocType>
52 void test_FreeFunction(AllocType& alloc) in test_FreeFunction()
73 template <class TargetType, class FuncType, class AllocType>
74 void test_MemFunClass(AllocType& alloc) in test_MemFunClass()
/minix/minix/drivers/power/acpi/utilities/
H A Duttrack.c74 UINT8 AllocType,
403 UINT8 AllocType, in AcpiUtTrackAllocation() argument
444 Allocation->AllocType = AllocType; in AcpiUtTrackAllocation()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1145 AllocType, in ActOnCXXNew()
1178 QualType AllocType, in BuildCXXNew() argument
1232 AllocType = DeducedType; in BuildCXXNew()
1261 AllocType = Context.getLifetimeQualifiedType(AllocType, in BuildCXXNew()
1418 if (!AllocType->isDependentType() && in BuildCXXNew()
1465 << AllocType in BuildCXXNew()
1471 QualType InitType = AllocType; in BuildCXXNew()
1575 if (AllocType->isFunctionType()) in CheckAllocatedType()
1577 << AllocType << 0 << R; in CheckAllocatedType()
1580 << AllocType << 1 << R; in CheckAllocatedType()
[all …]
H A DTreeTransform.h8482 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
8489 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType); in TransformCXXNewExpr()
8497 AllocType = ConsArrayT->getElementType(); in TransformCXXNewExpr()
8502 AllocType = DepArrayT->getElementType(); in TransformCXXNewExpr()
8513 AllocType, in TransformCXXNewExpr()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp755 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit() argument
757 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType); in StoreAnyExprIntoOneUnit()
758 switch (CGF.getEvaluationKind(AllocType)) { in StoreAnyExprIntoOneUnit()
761 CGF.MakeAddrLValue(NewPtr, AllocType, Alignment), false); in StoreAnyExprIntoOneUnit()
764 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType, in StoreAnyExprIntoOneUnit()
770 = AggValueSlot::forAddr(NewPtr, Alignment, AllocType.getQualifiers(), in StoreAnyExprIntoOneUnit()
808 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
810 AllocType->getAsArrayTypeUnsafe())) { in EmitNewArrayInitializer()
812 llvm::Type *AllocPtrTy = ConvertTypeForMem(AllocType)->getPointerTo(AS); in EmitNewArrayInitializer()
/minix/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp34 enum AllocType { enum
46 AllocType AllocTy;
93 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
/minix/minix/drivers/power/acpi/include/
H A Daclocal.h1321 UINT8 AllocType;
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h4469 QualType AllocType,
4476 bool CheckAllocatedType(QualType AllocType, SourceLocation Loc,
4479 bool UseGlobal, QualType AllocType, bool IsArray,