Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3396 auto FieldLValue = CGF.EmitLValueForField(Base, Field); in emitDestructorsFunction() local
3397 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3659 LValue FieldLValue = CGF.EmitLValueForField(Base, Field); in emitDestructorsFunction() local
3660 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(CGF), Field->getType()); in emitDestructorsFunction()