Home
last modified time | relevance | path

Searched defs:AllocType (Results 1 – 5 of 5) 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/clang/lib/Sema/
DSemaExprCXX.cpp886 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local
910 QualType AllocType, in BuildCXXNew()
1181 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType()
1235 bool UseGlobal, QualType AllocType, in FindAllocationFunctions()
DTreeTransform.h6908 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
/external/clang/lib/CodeGen/
DCGExprCXX.cpp694 QualType AllocType = E->getAllocatedType(); in StoreAnyExprIntoOneUnit() local