Lines Matching refs:AllocSize
967 llvm::Value *AllocSize; member in __anon7f54e8600111::CallDeleteDuringNew
979 llvm::Value *AllocSize) in CallDeleteDuringNew() argument
981 Ptr(Ptr), AllocSize(AllocSize) {} in CallDeleteDuringNew()
1002 DeleteArgs.add(RValue::get(AllocSize), *AI++); in Emit()
1022 DominatingValue<RValue>::saved_type AllocSize; member in __anon7f54e8600111::CallDeleteDuringConditionalNew
1036 DominatingValue<RValue>::saved_type AllocSize) in CallDeleteDuringConditionalNew() argument
1038 Ptr(Ptr), AllocSize(AllocSize) {} in CallDeleteDuringConditionalNew()
1059 RValue RV = AllocSize.restore(CGF); in Emit()
1082 llvm::Value *AllocSize, in EnterNewDeleteCleanup() argument
1091 NewPtr, AllocSize); in EnterNewDeleteCleanup()
1102 DominatingValue<RValue>::save(CGF, RValue::get(AllocSize)); in EnterNewDeleteCleanup()