Searched refs:getLHS (Results 76 - 100 of 150) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp552 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
567 : ClassifyInternal(Ctx, E->getLHS());
H A DExpr.cpp114 E = BO->getLHS();
120 CommaLHSs.push_back(BO->getLHS());
174 return BO->getLHS()->isKnownToHaveBooleanValue(Semantic) &&
2418 if (!BO->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) ||
2427 R1 = BO->getLHS()->getSourceRange();
2441 return Exp->getLHS()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx) &&
2459 R1 = cast<ArraySubscriptExpr>(this)->getLHS()->getSourceRange();
3934 if (BinOp->isAssignmentOp() && BinOp->getLHS())
3935 return BinOp->getLHS()->getSourceBitField();
H A DStmtPrinter.cpp210 PrintExpr(Node->getLHS());
1325 PrintExpr(Node->getLHS());
1472 PrintExpr(Node->getLHS());
1478 PrintExpr(Node->getLHS());
1486 PrintExpr(Node->getLHS());
1514 PrintExpr(Node->getLHS());
2268 if (E->getLHS()) {
2269 PrintExpr(E->getLHS());
H A DItaniumMangle.cpp4250 mangleExpression(AE->getLHS());
4272 mangleExpression(BO->getLHS());
4292 mangleExpression(CO->getLHS(), Arity);
4546 if (FE->getLHS())
4547 mangleExpression(FE->getLHS());
H A DExprCXX.cpp81 Result.LHS = BO->getLHS();
116 Result.LHS = BO->getLHS();
634 return BO->getLHS();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp75 if (B->getLHS()->getType()->isPointerType()) {
76 return B->getLHS();
278 N->getSVal(BO->getLHS()).getAsRegion()))
865 const MemRegion *R = N->getSVal(BO->getLHS()).getAsRegion();
2226 Cond = BO->getLHS();
2413 const auto *LhsME = dyn_cast<MemberExpr>(BExpr->getLHS()->IgnoreParenCasts());
2423 const bool isVarLHS = patternMatch(BExpr->getLHS(), BExpr, OutLHS, BRC, R,
2436 return VisitConditionVariable(LhsString, BExpr->getLHS(), BRC, R, N,
2490 if (isVarAnInterestingCondition(BExpr->getLHS(), N, &R) ||
2505 Loc = PathDiagnosticLocation(BExpr->getLHS(), S
[all...]
H A DBugReporter.cpp767 const Expr *LHS = Case->getLHS()->IgnoreParenCasts();
827 End = PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
833 PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
844 PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
848 End = PathDiagnosticLocation(B->getLHS(), SM, C.getCurrLocationContext());
1362 return BO->getLHS() == Cond || BO->getRHS() == Cond;
1383 CO->getLHS() == Cond ||
H A DCoreEngine.cpp312 HandleBranch(cast<BinaryOperator>(Term)->getLHS(), Term, B, Pred);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp631 Expr *LHSExp = BO->getLHS()->IgnoreParenCasts();
1460 return getTrylockCallExpr(BOP->getLHS(), C, Negate);
1463 if (getStaticBooleanValue(BOP->getLHS(), TCond)) {
1728 checkPtAccess(AE->getLHS(), AK, POK);
1989 checkAccess(BO->getLHS(), AK_Written);
H A DThreadSafetyCommon.cpp481 til::SExpr *E0 = translate(BO->getLHS(), Ctx);
493 const Expr *LHS = BO->getLHS();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp164 Expr *LHS = ce->getLHS(), *RHS = ce->getRHS();
1648 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, cop->getLHS());
1657 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS());
H A DSemaChecking.cpp7048 bool LIsInt = BinOp->getLHS()->EvaluateAsInt(
7064 E = BinOp->getLHS();
9325 S.getLocForEndOfToken(Size->getLHS()->getEndLoc()), ")")
9489 return doesExprLikelyComputeSize(BO->getLHS()) ||
9771 const Expr *LHS = BO->getLHS()->IgnoreParenCasts();
9912 const Expr *L = BE->getLHS()->IgnoreParenCasts();
10307 GetExprRange(C, BO->getLHS(), MaxWidth, InConstantContext),
10315 = dyn_cast<IntegerLiteral>(BO->getLHS()->IgnoreParenCasts())) {
10329 IntRange L = GetExprRange(C, BO->getLHS(), MaxWidth, InConstantContext);
10352 if (BO->getLHS()
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1221 llvm::APSInt LHS = S.getLHS()->EvaluateKnownConstInt(getContext());
1314 Builder.getInt(S.getLHS()->EvaluateKnownConstInt(getContext()));
1362 Builder.getInt(CurCase->getLHS()->EvaluateKnownConstInt(getContext()));
1600 if (CS->getLHS()->EvaluateKnownConstInt(C) == ConstantCondValue)
H A DCGObjC.cpp3069 CGF.EmitIgnoredExpr(e->getLHS());
3083 switch (e->getLHS()->getType().getObjCLifetime()) {
3113 CGF.EmitCheckedLValue(e->getLHS(), CodeGenFunction::TCK_Store);
3437 LValue lvalue = EmitLValue(e->getLHS());
3460 LValue lvalue = EmitLValue(e->getLHS());
3477 LValue lvalue = EmitLValue(e->getLHS());
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp529 ReturnSymbol = SIE->getLHS();
H A DContainerModeling.cpp230 SR.markLive(SIE->getLHS());
235 SR.markLive(SIE->getLHS());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h368 LHSTYPE getLHS() const { return LHS; } function in class:clang::ento::BinarySymExprImpl
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp147 const Expr *LHS = BO->getLHS();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp390 fixSymbolsInTLSFixups(be->getLHS());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp510 RefExp = cast<MCSymbolRefExpr>(BinExpr->getLHS());
H A DPPCMCCodeEmitter.cpp232 const MCExpr *LHS = BE->getLHS();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h627 const MCExpr *getLHS() const { return LHS; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp467 return needsPCRel(BE->getLHS()) || needsPCRel(BE->getRHS());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h323 const Expr *getLHS() const { return getDecomposedForm().LHS; } function in class:clang::CXXRewrittenBinaryOperator
4543 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[0]); } function in class:clang::CXXFoldExpr
4548 return getLHS() && getLHS()->containsUnexpandedParameterPack();
4555 Expr *getPattern() const { return isLeftFold() ? getRHS() : getLHS(); }
4558 Expr *getInit() const { return isLeftFold() ? getLHS() : getRHS(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp101 Record.AddStmt(S->getLHS());
782 Record.AddStmt(E->getLHS());
957 Record.AddStmt(E->getLHS());
975 Record.AddStmt(E->getLHS());
1165 Record.AddStmt(E->getLHS());

Completed in 630 milliseconds

123456