Searched refs:allocType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1318 QualType allocType = getContext().getBaseElementType(E->getAllocatedType()); in EmitCXXNewExpr() local 1352 getContext().getTypeAlignInChars(allocType)); in EmitCXXNewExpr() 1384 getContext().getTypeAlignInChars(allocType); in EmitCXXNewExpr() 1398 (!allocType.isPODType(getContext()) || E->hasInitializer()); in EmitCXXNewExpr() 1437 E, allocType); in EmitCXXNewExpr() 1440 llvm::Type *elementTy = ConvertTypeForMem(allocType); in EmitCXXNewExpr() 1451 EmitNewInitializer(*this, E, allocType, elementTy, result, numElements, in EmitCXXNewExpr()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4008 VmaSuballocationType allocType, 4049 VmaSuballocationType allocType, 5560 VmaSuballocationType allocType, in CreateAllocationRequest() argument 5565 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CreateAllocationRequest() 5596 allocType, in CreateAllocationRequest() 5620 allocType, in CreateAllocationRequest() 5656 allocType, in CreateAllocationRequest() 5864 VmaSuballocationType allocType, in CheckAllocation() argument 5873 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CheckAllocation() 5932 if(VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CheckAllocation() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4008 VmaSuballocationType allocType, 4049 VmaSuballocationType allocType, 5560 VmaSuballocationType allocType, in CreateAllocationRequest() argument 5565 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CreateAllocationRequest() 5596 allocType, in CreateAllocationRequest() 5620 allocType, in CreateAllocationRequest() 5656 allocType, in CreateAllocationRequest() 5864 VmaSuballocationType allocType, in CheckAllocation() argument 5873 VMA_ASSERT(allocType != VMA_SUBALLOCATION_TYPE_FREE); in CheckAllocation() 5932 if(VmaIsBufferImageGranularityConflict(prevSuballoc.type, allocType)) in CheckAllocation() [all …]
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1329 QualType allocType) { in doesUsualArrayDeleteWantSize() argument 1331 allocType->getBaseElementTypeUnsafe()->getAs<RecordType>(); in doesUsualArrayDeleteWantSize()
|