Searched refs:LHST (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CheckExprLifetime.cpp | 516 QualType LHST; in isNormalAssignmentOperator() local 519 LHST = Ctx.getLValueReferenceType(MD->getFunctionObjectParameterType()); in isNormalAssignmentOperator() 521 LHST = FD->getParamDecl(0)->getType(); in isNormalAssignmentOperator() 522 if (Ctx.hasSameType(RetT, LHST)) in isNormalAssignmentOperator()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 1224 PrimType LHST = classifyPrim(LHSType); in VisitComplexBinOp() local 1225 LHSOffset = this->allocateLocalPrimitive(LHS, LHST, /*IsConst=*/true); in VisitComplexBinOp() 1228 if (!this->emitSetLocal(LHST, LHSOffset, E)) in VisitComplexBinOp() 2582 PrimType LHST = classifyPrim(LHSType); in VisitFloatCompoundAssignOperator() local 2597 if (!this->emitLoad(LHST, E)) in VisitFloatCompoundAssignOperator() 2601 if (!this->emitPrimCast(LHST, classifyPrim(LHSComputationType), in VisitFloatCompoundAssignOperator() 2630 if (!this->emitPrimCast(classifyPrim(ResultType), LHST, LHS->getType(), E)) in VisitFloatCompoundAssignOperator() 2634 return this->emitStorePop(LHST, E); in VisitFloatCompoundAssignOperator() 2635 return this->emitStore(LHST, E); in VisitFloatCompoundAssignOperator() 6843 PrimType LHST = classifyPrim(LHS->getType()); in emitComplexComparison() local [all …]
|
| H A D | InterpBuiltin.cpp | 778 PrimType LHST = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_overflowop() local 780 APSInt LHS = popToAPSInt(S.Stk, LHST); in interp__builtin_overflowop() 878 PrimType LHST = *S.getContext().classify(Call->getArg(0)->getType()); in interp__builtin_carryop() local 880 APSInt CarryIn = popToAPSInt(S.Stk, LHST); in interp__builtin_carryop() 882 APSInt LHS = popToAPSInt(S.Stk, LHST); in interp__builtin_carryop() 1410 PrimType LHST = *S.getContext().classify(Call->getArg(1)); in interp__builtin_ia32_addcarry_subborrow() local 1413 APSInt LHS = popToAPSInt(S.Stk, LHST); in interp__builtin_ia32_addcarry_subborrow()
|