Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp1236 PrimType LHST = classifyPrim(LHSType); in VisitFloatCompoundAssignOperator() local
1251 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7537 QualType LHST; in implicitObjectParamIsLifetimeBound() local
7540 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in implicitObjectParamIsLifetimeBound()
7542 LHST = MD->getParamDecl(0)->getType(); in implicitObjectParamIsLifetimeBound()
7543 if (Ctx.hasSameType(RetT, LHST)) in implicitObjectParamIsLifetimeBound()