Searched refs:PrivateLValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGOpenMPRuntime.cpp | 3867 LValue PrivateLValue = CGF.EmitLValueForField(PrivatesBase, *FI); in emitPrivatesInit() local 3873 QualType Type = PrivateLValue.getType(); in emitPrivatesInit() 3908 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit() 3913 PrivateLValue.getAddress(CGF), SharedRefLValue.getAddress(CGF), in emitPrivatesInit() 3937 CGF.EmitExprAsInit(Init, VD, PrivateLValue, in emitPrivatesInit() 3941 CGF.EmitExprAsInit(Init, VD, PrivateLValue, /*capturedByInit=*/false); in emitPrivatesInit()
|