Searched refs:getRHS (Results 1 - 25 of 103) sorted by relevance

12345

/external/clang/lib/StaticAnalyzer/Checkers/
H A DFixedAddressChecker.cpp48 SVal RV = state->getSVal(B->getRHS(), C.getLocationContext());
61 R->addRange(B->getRHS()->getSourceRange());
H A DDivZeroChecker.cpp57 if (!B->getRHS()->getType()->isScalarType())
60 SVal Denom = C.getState()->getSVal(B->getRHS(), C.getLocationContext());
H A DUndefResultChecker.cpp70 else if (state->getSVal(B->getRHS(), LCtx).isUndef()) {
71 Ex = B->getRHS()->IgnoreParenCasts();
H A DPointerArithChecker.cpp42 SVal RV = state->getSVal(B->getRHS(), LCtx);
H A DPointerSubChecker.cpp45 SVal RV = state->getSVal(B->getRHS(), LCtx);
H A DUndefinedAssignmentChecker.cpp74 ex = B->getRHS();
H A DDeadStoresChecker.cpp110 Ex = BO->getRHS();
114 Ex = BO->getRHS();
239 const Expr *RHS = B->getRHS()->IgnoreParenCasts();
251 if ((DR = dyn_cast<DeclRefExpr>(BRHS->getRHS()->IgnoreParenCasts())))
277 LookThroughTransitiveAssignmentsAndCommaOperators(B->getRHS());
297 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
H A DTestAfterDivZeroChecker.cpp111 E = BO->getRHS();
207 SVal S = C.getSVal(B->getRHS());
218 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS());
228 SVal Val = C.getSVal(LRHS ? B->getLHS() : B->getRHS());
H A DIdenticalExprChecker.cpp83 const Expr *RHS = B->getRHS();
92 if (isIdenticalStmt(AC->getASTContext(), RHS, B2->getRHS())) {
94 Sr[1] = B2->getRHS()->getSourceRange();
206 const Expr *RHS = B->getRHS()->IgnoreParenImpCasts();
236 if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
H A DMallocOverflowSecurityChecker.cpp82 const Expr *rhs = binop->getRHS();
162 const Expr * rhs = E->getRHS();
H A DCStringSyntaxChecker.cpp116 const Expr *R = BE->getRHS();
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp35 if (!isa<MCConstantExpr>(BE->getRHS()))
40 && isa<MCSymbolRefExpr>(BE->getRHS()));
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp56 assert(Loc::isLocType(SSE->getRHS()->getType()));
148 return assumeSymRel(state, SE->getLHS(), op, SE->getRHS());
164 assert(Loc::isLocType(SSE->getRHS()->getType()));
166 SymbolRef Subtraction = SymMgr.getSymSymExpr(SSE->getRHS(), BO_Sub,
199 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
H A DSymbolManager.cpp35 << getRHS().getZExtValue();
36 if (getRHS().isUnsigned())
47 getRHS()->dumpToStream(os);
57 getRHS()->dumpToStream(os);
131 itr.push_back(cast<IntSymExpr>(SE)->getRHS());
136 itr.push_back(x->getRHS());
471 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
475 isLive(cast<SymSymExpr>(sym)->getRHS());
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.cpp54 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp114 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp164 isZeroingPropIvar(BOE->getRHS());
190 return isZero(BOE->getRHS());
211 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
/external/llvm/lib/MC/
H A DMCExpr.cpp87 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
116 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
117 OS << *BE.getRHS();
119 OS << '(' << *BE.getRHS() << ')';
736 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout, Addrs,
820 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection();
/external/clang/lib/Analysis/
H A DPseudoConstantAnalysis.cpp107 const Decl *RHSDecl = getDecl(BO->getRHS()->IgnoreParenCasts());
H A DCFG.cpp504 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
543 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
560 const Expr *RHSExpr2 = BitOp->getRHS()->IgnoreParens();
621 dyn_cast<BinaryOperator>(B->getRHS()->IgnoreParens());
632 dyn_cast<IntegerLiteral>(LHS->getRHS()->IgnoreParens());
642 Decl1 = dyn_cast<DeclRefExpr>(LHS->getRHS()->IgnoreParenImpCasts());
653 dyn_cast<IntegerLiteral>(RHS->getRHS()->IgnoreParens());
663 Decl2 = dyn_cast<DeclRefExpr>(RHS->getRHS()->IgnoreParenImpCasts());
778 if (Bop->getRHS()->EvaluateAsInt(IntVal, *Context)) {
803 TryResult RHS = tryEvaluateBool(Bop->getRHS());
[all...]
H A DReachableCode.cpp214 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal,
525 R2 = CAO->getRHS()->getSourceRange();
542 R2 = ASE->getRHS()->getSourceRange();
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp755 Visit(E->getRHS());
799 return isBlockVarRef(op->getRHS());
846 E->getRHS()->getType())
854 E->getRHS()->HasSideEffects(CGF.getContext())) {
856 EnsureDest(E->getRHS()->getType());
857 Visit(E->getRHS());
881 EnsureDest(E->getRHS()->getType());
882 Visit(E->getRHS());
897 CGF.EmitAggExpr(E->getRHS(), LHSSlot);
H A DCGExprScalar.cpp863 CGF.EmitCheckTypeDescriptor(BO->getRHS()->getType()));
1984 Result.RHS = Visit(E->getRHS());
2004 OpInfo.RHS = Visit(E->getRHS());
2048 E->getRHS()->getType(), LHSTy), LHSTy);
2307 Expr *indexOperand = expr->getRHS();
2701 Value *RHS = CGF.EmitScalarExpr(E->getRHS());
2706 Value *RHS = Visit(E->getRHS());
2793 CodeGenFunction::ComplexPairTy RHS = CGF.EmitComplexExpr(E->getRHS());
2840 RHS = Visit(E->getRHS());
2850 RHS = Visit(E->getRHS());
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h261 const SCEV *getRHS() const { return RHS; } function in class:llvm::SCEVUDivExpr
269 return getRHS()->getType();
615 push(UDiv->getRHS());
685 return SE.getUDivExpr(visit(Expr->getLHS()), visit(Expr->getRHS()));
781 return SE.getUDivExpr(visit(Expr->getLHS()), visit(Expr->getRHS()));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h380 const llvm::APSInt &getRHS() const { return RHS; } function in class:clang::ento::SymIntExpr
414 const SymExpr *getRHS() const { return RHS; } function in class:clang::ento::IntSymExpr
448 const SymExpr *getRHS() const { return RHS; } function in class:clang::ento::SymSymExpr

Completed in 1184 milliseconds

12345