Searched refs:PrivateLValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 3297 LValue PrivateLValue = CGF.EmitLValueForField(PrivatesBase, *FI); in emitPrivatesInit() local 3303 QualType Type = PrivateLValue.getType(); in emitPrivatesInit() 3338 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit() 3343 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type, in emitPrivatesInit() 3363 CGF.EmitExprAsInit(Init, VD, PrivateLValue, in emitPrivatesInit() 3367 CGF.EmitExprAsInit(Init, VD, PrivateLValue, /*capturedByInit=*/false); in emitPrivatesInit()
|