Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h368 const llvm::APSInt &getRHS() const { return RHS; } in getRHS() function
408 const SymExpr *getRHS() const { return RHS; } in getRHS() function
445 const SymExpr *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h265 const SCEV *getRHS() const { return RHS; } in getRHS() function
/external/llvm/include/llvm/MC/
DMCExpr.h433 const MCExpr *getRHS() const { return RHS; } in getRHS() function
/external/clang/include/clang/AST/
DExpr.h1986 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
1987 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
2821 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3053 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
3366 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } in getRHS() function
DStmt.h690 Expr *getRHS() { return reinterpret_cast<Expr*>(SubExprs[RHS]); } in getRHS() function
696 const Expr *getRHS() const { in getRHS() function
/external/llvm/include/llvm/TableGen/
DRecord.h908 Init *getRHS() const { return RHS; } in getRHS() function
964 Init *getRHS() const { return RHS; } in getRHS() function