Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h379 const SymExpr *getLHS() const { return LHS; } in getLHS() function
415 const llvm::APSInt &getLHS() const { return LHS; } in getLHS() function
447 const SymExpr *getLHS() const { return LHS; } in getLHS() function
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h261 const SCEV *getLHS() const { return LHS; } in getLHS() function
/external/llvm/include/llvm/TableGen/
DRecord.h763 Init *getLHS() const { return LHS; } in getLHS() function
819 Init *getLHS() const { return LHS; } in getLHS() function
/external/llvm/include/llvm/MC/
DMCExpr.h533 const MCExpr *getLHS() const { return LHS; } in getLHS() function
/external/clang/include/clang/AST/
DExpr.h2137 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
2138 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3009 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3281 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
3660 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } in getLHS() function
DStmt.h702 Expr *getLHS() { return reinterpret_cast<Expr*>(SubExprs[LHS]); } in getLHS() function
706 const Expr *getLHS() const { in getLHS() function
DExprCXX.h4040 Expr *getLHS() const { return static_cast<Expr*>(SubExprs[0]); } in getLHS() function