Home
last modified time | relevance | path

Searched refs:AllocatorTraitsLVal (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp6382 LValue AllocatorTraitsLVal = CGF.EmitLValue(AllocatorTraits); in emitUsesAllocatorsInit() local
6384 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()