Searched refs:PrivateLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3524 LValue PrivateLValue = CGF.EmitLValueForField(PrivatesBase, *FI); in emitPrivatesInit() local 3537 CGF.EmitAggregateAssign(PrivateLValue.getAddress(), in emitPrivatesInit() 3543 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type, in emitPrivatesInit() 3566 CGF.EmitExprAsInit(Init, VD, PrivateLValue, in emitPrivatesInit() 3570 CGF.EmitExprAsInit(Init, VD, PrivateLValue, /*capturedByInit=*/false); in emitPrivatesInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3817 LValue PrivateLValue = CGF.EmitLValueForField(PrivatesBase, *FI); in emitPrivatesInit() local 3823 QualType Type = PrivateLValue.getType(); in emitPrivatesInit() 3858 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit() 3863 PrivateLValue.getAddress(CGF), SharedRefLValue.getAddress(CGF), in emitPrivatesInit() 3887 CGF.EmitExprAsInit(Init, VD, PrivateLValue, in emitPrivatesInit() 3891 CGF.EmitExprAsInit(Init, VD, PrivateLValue, /*capturedByInit=*/false); in emitPrivatesInit()
|