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

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h255 const SCEV *getLHS() const { return LHS; } function in class:llvm::SCEVUDivExpr
532 push(UDiv->getLHS());
595 return SE.getUDivExpr(visit(Expr->getLHS()), visit(Expr->getRHS()));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h364 const SymExpr *getLHS() const { return LHS; } function in class:clang::ento::SymIntExpr
406 const llvm::APSInt &getLHS() const { return LHS; } function in class:clang::ento::IntSymExpr
441 const SymExpr *getLHS() const { return LHS; } function in class:clang::ento::SymSymExpr
/external/llvm/include/llvm/MC/
H A DMCExpr.h444 /// getLHS - Get the left-hand side expression of the binary operator.
445 const MCExpr *getLHS() const { return LHS; } function in class:llvm::MCBinaryExpr
/external/llvm/include/llvm/TableGen/
H A DRecord.h959 return getLHS();
966 Init *getLHS() const { return LHS; } function in class:llvm::BinOpInit
1015 return getLHS();
1024 Init *getLHS() const { return LHS; } function in class:llvm::TernOpInit
/external/clang/include/clang/AST/
H A DStmt.h694 Expr *getLHS() { return reinterpret_cast<Expr*>(SubExprs[LHS]); } function in class:clang::CaseStmt
698 const Expr *getLHS() const { function in class:clang::CaseStmt
H A DExpr.h2057 /// - getLHS() and getRHS() present the syntactic view. e.g. for
2058 /// 4[A] getLHS() returns "4".
2063 Expr *getLHS() { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2064 const Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2072 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS());
2076 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS());
2080 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS());
2084 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS());
2088 return getLHS()->getLocStart();
2917 Expr *getLHS() cons function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3159 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator
3472 Expr *getLHS() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 807 milliseconds