Searched refs:AllocatorTraitsLVal (Results 1 – 1 of 1) sorted by relevance
6382 LValue AllocatorTraitsLVal = CGF.EmitLValue(AllocatorTraits); in emitUsesAllocatorsInit() local6384 AllocatorTraitsLVal.getAddress(CGF), CGF.VoidPtrPtrTy); in emitUsesAllocatorsInit()6385 AllocatorTraitsLVal = CGF.MakeAddrLValue(Addr, CGF.getContext().VoidPtrTy, in emitUsesAllocatorsInit()6386 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()6387 AllocatorTraitsLVal.getTBAAInfo()); in emitUsesAllocatorsInit()6389 CGF.EmitLoadOfScalar(AllocatorTraitsLVal, AllocatorTraits->getExprLoc()); in emitUsesAllocatorsInit()