Home
last modified time | relevance | path

Searched defs:getRHS (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h380 const llvm::APSInt &getRHS() const { return RHS; } in getRHS() function
414 const SymExpr *getRHS() const { return RHS; } in getRHS() function
448 const SymExpr *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h262 const SCEV *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/TableGen/
DRecord.h764 Init *getRHS() const { return RHS; } in getRHS() function
821 Init *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/MC/
DMCExpr.h536 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/external/clang/include/clang/AST/
DExpr.h2141 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
2142 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3011 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3282 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3662 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
DStmt.h703 Expr *getRHS() { return reinterpret_cast<Expr*>(SubExprs[RHS]); } in getRHS() function
709 const Expr *getRHS() const { in getRHS() function
DExprCXX.h4041 Expr *getRHS() const { return static_cast<Expr*>(SubExprs[1]); } in getRHS() function