HomeSort by relevance Sort by last modified time
    Searched refs:getRHS (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/clang/lib/StaticAnalyzer/Checkers/
FixedAddressChecker.cpp 48 SVal RV = state->getSVal(B->getRHS(), C.getLocationContext());
61 R->addRange(B->getRHS()->getSourceRange());
DivZeroChecker.cpp 57 if (!B->getRHS()->getType()->isScalarType())
60 SVal Denom = C.getState()->getSVal(B->getRHS(), C.getLocationContext());
UndefResultChecker.cpp 70 else if (state->getSVal(B->getRHS(), LCtx).isUndef()) {
71 Ex = B->getRHS()->IgnoreParenCasts();
PointerArithChecker.cpp 42 SVal RV = state->getSVal(B->getRHS(), LCtx);
PointerSubChecker.cpp 45 SVal RV = state->getSVal(B->getRHS(), LCtx);
UndefinedAssignmentChecker.cpp 74 ex = B->getRHS();
DeadStoresChecker.cpp 110 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);
TestAfterDivZeroChecker.cpp 111 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());
IdenticalExprChecker.cpp 83 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())) {
MallocOverflowSecurityChecker.cpp 82 const Expr *rhs = binop->getRHS();
162 const Expr * rhs = E->getRHS();
CStringSyntaxChecker.cpp 116 const Expr *R = BE->getRHS();
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCExpr.cpp 35 if (!isa<MCConstantExpr>(BE->getRHS()))
40 && isa<MCSymbolRefExpr>(BE->getRHS()));
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 56 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());
SymbolManager.cpp 35 << 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/
XCoreInstPrinter.cpp 54 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 114 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 164 isZeroingPropIvar(BOE->getRHS());
190 return isZero(BOE->getRHS());
211 return isZero(cast<OpaqueValueExpr>(BO->getRHS())->getSourceExpr());
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 261 const SCEV *getRHS() const { return RHS; }
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/llvm/lib/MC/
MCExpr.cpp 87 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/
PseudoConstantAnalysis.cpp 107 const Decl *RHSDecl = getDecl(BO->getRHS()->IgnoreParenCasts());
CFG.cpp 504 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...]
ReachableCode.cpp 214 isConfigurationValue(B->getRHS(), PP, SilenceableCondVal,
525 R2 = CAO->getRHS()->getSourceRange();
542 R2 = ASE->getRHS()->getSourceRange();
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 755 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());
    [all...]
CGExprScalar.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 380 const llvm::APSInt &getRHS() const { return RHS; }
414 const SymExpr *getRHS() const { return RHS; }
448 const SymExpr *getRHS() const { return RHS; }

Completed in 332 milliseconds

1 2 3 4 5