Searched defs:AllocType (Results 1 – 7 of 7) 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/compiler-rt/lib/asan/ |
D | asan_allocator.h | 32 enum AllocType { enum
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 983 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()
|
D | TreeTransform.h | 7313 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 33 enum AllocType { enum
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 820 QualType AllocType, llvm::Value *NewPtr) { in StoreAnyExprIntoOneUnit()
|