Searched defs:AllocType (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/wince/ |
D | FastMallocWinCE.h | 86 …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/ |
D | FastMalloc.h | 97 …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/ |
D | SemaExprCXX.cpp | 886 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()
|
D | TreeTransform.h | 6908 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 694 QualType AllocType = E->getAllocatedType(); in StoreAnyExprIntoOneUnit() local
|