Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp1051 LValue destLV = CGF.MakeAddrLValue(ParamAddr, CatchType, in InitCatchParam() local
1055 CGF.EmitStoreOfComplex(CGF.EmitLoadOfComplex(srcLV), destLV, in InitCatchParam()
1060 CGF.EmitStoreOfScalar(ExnLoad, destLV, /*init*/ true); in InitCatchParam()
DCGBlocks.cpp841 LValue destLV = MakeAddrLValue(blockField, type, align); in EmitBlockLiteral() local
842 EmitStoreOfScalar(value, destLV, /*init*/ true); in EmitBlockLiteral()