Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h27 enum AllocType : u8 { enum
Dscudo_allocator.cpp73 u8 AllocType : 2; // malloc, new, new[], or memalign member
/external/skqp/src/core/
DSkMask.h121 enum AllocType { enum
/external/skia/src/core/
DSkMask.h121 enum AllocType { enum
/external/compiler-rt/lib/asan/
Dasan_allocator.h26 enum AllocType { enum
/external/clang/lib/CodeGen/
DCGExprCXX.cpp807 QualType AllocType, Address NewPtr) { in StoreAnyExprIntoOneUnit()
860 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp34 enum AllocType : uint8_t { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp53 enum AllocType : uint8_t { enum
/external/clang/lib/Sema/
DSemaExprCXX.cpp1458 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
1504 QualType AllocType, in BuildCXXNew()
1899 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
1958 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
DTreeTransform.h9499 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local