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

1 2 3 4 5 6 7 8 91011>>

  /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();
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());
299 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())) {
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 55 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 57 AddValueSymbols_(BE->getRHS(), Asm);
  /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/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 97 if (const MCConstantExpr *RHSC = dyn_cast<MCConstantExpr>(BE.getRHS())) {
126 if (isa<MCConstantExpr>(BE.getRHS()) || isa<MCSymbolRefExpr>(BE.getRHS())) {
127 OS << *BE.getRHS();
129 OS << '(' << *BE.getRHS() << ')';
504 !ABE->getRHS()->EvaluateAsRelocatableImpl(RHSValue, Asm, Layout,
589 const MCSection *RHS_S = BE->getRHS()->FindAssociatedSection();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 115 fixELFSymbolsInTLSFixupsImpl(BE->getRHS(), Asm);
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 813 if (E->getRHS()->getType()->isRealFloatingType())
814 Ops.RHS = ComplexPairTy(CGF.EmitScalarExpr(E->getRHS()), nullptr);
816 Ops.RHS = Visit(E->getRHS());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 124 << S->getRHS();
134 " (" + Visit(S->getRHS()) + ")";

Completed in 771 milliseconds

1 2 3 4 5 6 7 8 91011>>