Searched defs:AllocType (Results 1 – 10 of 10) sorted by relevance
27 enum AllocType : u8 { enum
73 u8 AllocType : 2; // malloc, new, new[], or memalign member
121 enum AllocType { enum
26 enum AllocType { enum
807 QualType AllocType, Address NewPtr) { in StoreAnyExprIntoOneUnit()860 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
34 enum AllocType : uint8_t { enum
53 enum AllocType : uint8_t { enum
1458 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local1504 QualType AllocType, in BuildCXXNew()1899 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()1958 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
9499 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local