Searched refs:AllocatorTraitsLVal (Results 1 – 1 of 1) sorted by relevance
6449 LValue AllocatorTraitsLVal = CGF.EmitLValue(AllocatorTraits); in emitUsesAllocatorsInit() local6451 AllocatorTraitsLVal.getAddress(CGF), CGF.VoidPtrPtrTy); in emitUsesAllocatorsInit()6452 AllocatorTraitsLVal = CGF.MakeAddrLValue(Addr, CGF.getContext().VoidPtrTy, in emitUsesAllocatorsInit()6453 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()6454 AllocatorTraitsLVal.getTBAAInfo()); in emitUsesAllocatorsInit()6456 CGF.EmitLoadOfScalar(AllocatorTraitsLVal, AllocatorTraits->getExprLoc()); in emitUsesAllocatorsInit()