Searched refs:LHST (Results 1 – 2 of 2) sorted by relevance
1236 PrimType LHST = classifyPrim(LHSType); in VisitFloatCompoundAssignOperator() local1251 if (!this->emitLoad(LHST, E)) in VisitFloatCompoundAssignOperator()1255 if (!this->emitPrimCast(LHST, classifyPrim(LHSComputationType), in VisitFloatCompoundAssignOperator()1285 if (!this->emitPrimCast(classifyPrim(ResultType), LHST, LHS->getType(), E)) in VisitFloatCompoundAssignOperator()1289 return this->emitStorePop(LHST, E); in VisitFloatCompoundAssignOperator()1290 return this->emitStore(LHST, E); in VisitFloatCompoundAssignOperator()
7537 QualType LHST; in implicitObjectParamIsLifetimeBound() local7540 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()7542 LHST = MD->getParamDecl(0)->getType(); in implicitObjectParamIsLifetimeBound()7543 if (Ctx.hasSameType(RetT, LHST)) in implicitObjectParamIsLifetimeBound()