Searched defs:getLHS (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h255 const SCEV *getLHS() const { return LHS; } function in class:llvm::SCEVUDivExpr
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h382 const SymExpr *getLHS() const { return LHS; } function in class:clang::ento::SymIntExpr
418 const llvm::APSInt &getLHS() const { return LHS; } function in class:clang::ento::IntSymExpr
450 const SymExpr *getLHS() const { return LHS; } function in class:clang::ento::SymSymExpr
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h477 const MCExpr *getLHS() const { return LHS; } function in class:llvm::MCBinaryExpr
/freebsd-9.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h966 Init *getLHS() const { return LHS; } function in class:llvm::BinOpInit
1024 Init *getLHS() const { return LHS; } function in class:llvm::TernOpInit
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h689 Expr *getLHS() { return reinterpret_cast<Expr*>(SubExprs[LHS]); } function in class:clang::CaseStmt
693 const Expr *getLHS() const { function in class:clang::CaseStmt
H A DExpr.h2077 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2078 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2934 Expr *getLHS() cons function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3203 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator
3581 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
[all...]

Completed in 90 milliseconds