Searched defs:getRHS (Results 1 - 11 of 11) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h261 const SCEV *getRHS() const { return RHS; } function in class:llvm::SCEVUDivExpr
269 return getRHS()->getType();
615 push(UDiv->getRHS());
685 return SE.getUDivExpr(visit(Expr->getLHS()), visit(Expr->getRHS()));
781 return SE.getUDivExpr(visit(Expr->getLHS()), visit(Expr->getRHS()));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h380 const llvm::APSInt &getRHS() const { return RHS; } function in class:clang::ento::SymIntExpr
414 const SymExpr *getRHS() const { return RHS; } function in class:clang::ento::IntSymExpr
448 const SymExpr *getRHS() const { return RHS; } function in class:clang::ento::SymSymExpr
/external/llvm/include/llvm/MC/
H A DMCExpr.h503 /// getRHS - Get the right-hand side expression of the binary operator.
504 const MCExpr *getRHS() const { return RHS; } function in class:llvm::MCBinaryExpr
/external/llvm/include/llvm/TableGen/
H A DRecord.h963 return getRHS();
969 Init *getRHS() const { return RHS; } function in class:llvm::BinOpInit
1022 return getRHS();
1029 Init *getRHS() const { return RHS; } function in class:llvm::TernOpInit
/external/clang/include/clang/AST/
H A DStmt.h707 Expr *getRHS() { return reinterpret_cast<Expr*>(SubExprs[RHS]); } function in class:clang::CaseStmt
713 const Expr *getRHS() const { function in class:clang::CaseStmt
H A DExpr.h2090 /// - getLHS() and getRHS() present the syntactic view. e.g. for
2100 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2101 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ArraySubscriptExpr
2105 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS());
2109 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS());
2113 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS());
2117 return cast<Expr>(getRHS()
2960 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
3228 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator
3607 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/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 ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 4098 milliseconds