Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/wince/
DFastMallocWinCE.h86 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
161 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc()
165 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree()
/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.h97 …enum AllocType { // Start with an unusual number instead of zero, because zero … enum
171 inline void fastMallocMatchValidateMalloc(void*, Internal::AllocType) in fastMallocMatchValidateMalloc()
175 inline void fastMallocMatchValidateFree(void*, Internal::AllocType) in fastMallocMatchValidateFree()
/external/compiler-rt/lib/asan/
Dasan_allocator.h32 enum AllocType { enum
/external/clang/lib/Sema/
DSemaExprCXX.cpp983 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
1029 QualType AllocType, in BuildCXXNew()
1417 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
1469 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
DTreeTransform.h7313 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp33 enum AllocType { enum
/external/clang/lib/CodeGen/
DCGExprCXX.cpp820 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit()