HomeSort by relevance Sort by last modified time
    Searched refs:getRHS (Results 1 - 25 of 124) 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);
MallocOverflowSecurityChecker.cpp 91 const Expr *rhs = binop->getRHS();
183 const Expr *rhs = AssignEx->getRHS();
193 const Expr *denom = BOp->getRHS()->IgnoreParenImpCasts();
228 const Expr * rhs = E->getRHS();
TestAfterDivZeroChecker.cpp 111 E = BO->getRHS();
208 SVal S = C.getSVal(B->getRHS());
219 const IntegerLiteral *IntLiteral = dyn_cast<IntegerLiteral>(B->getRHS());
229 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();
224 const Expr *RHS = B->getRHS()->IgnoreParenImpCasts();
254 if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->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/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 55 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(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,
235 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());
483 KnownLive = isLive(cast<IntSymExpr>(sym)->getRHS());
487 isLive(cast<SymSymExpr>(sym)->getRHS());
CheckerHelpers.cpp 84 RHS = Assign->getRHS();
  /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/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 115 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 812 if (E->getRHS()->getType()->isRealFloatingType())
813 Ops.RHS = ComplexPairTy(CGF.EmitScalarExpr(E->getRHS()), nullptr);
815 Ops.RHS = Visit(E->getRHS());
    [all...]
CGExprAgg.cpp 772 Visit(E->getRHS());
816 return isBlockVarRef(op->getRHS());
863 E->getRHS()->getType())
    [all...]
  /external/llvm/lib/MC/
MCExpr.cpp 87 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
117 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
118 BE.getRHS()->print(OS, MAI);
121 BE.getRHS()->print(OS, MAI);
712 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
801 MCFragment *RHS_F = BE->getRHS()->findAssociatedFragment();
  /external/clang/lib/Analysis/
PseudoConstantAnalysis.cpp 107 const Decl *RHSDecl = getDecl(BO->getRHS()->IgnoreParenCasts());
CFG.cpp 63 const Expr *Constant = tryTransformToIntOrEnumConstant(B->getRHS());
76 MaybeDecl = B->getRHS();
646 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
685 const Expr *RHSExpr = B->getRHS()->IgnoreParens();
702 const Expr *RHSExpr2 = BitOp->getRHS()->IgnoreParens();
763 dyn_cast<BinaryOperator>(B->getRHS()->IgnoreParens());
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 262 const SCEV *getRHS() const { return RHS; }
270 return getRHS()->getType();
538 push(UDiv->getRHS());
600 ((SC*)this)->visit(Expr->getRHS()));
  /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 168 milliseconds

1 2 3 4 5