Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11646 const FieldDecl *VDField; in emitLastprivateConditionalInit() local
11653 VDField = addFieldToRecordDecl(C, RD, VD->getType().getNonReferenceType()); in emitLastprivateConditionalInit()
11659 I->getSecond().try_emplace(VD, NewType, VDField, FiredField, BaseLVal); in emitLastprivateConditionalInit()
11662 VDField = std::get<1>(VI->getSecond()); in emitLastprivateConditionalInit()
11671 return CGF.EmitLValueForField(BaseLVal, VDField).getAddress(); in emitLastprivateConditionalInit()