HomeSort by relevance Sort by last modified time
    Searched refs:getRHS (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 366 const llvm::APSInt &getRHS() const { return RHS; }
406 const SymExpr *getRHS() const { return RHS; }
443 const SymExpr *getRHS() const { return RHS; }
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 313 ME = dyn_cast<ObjCMessageExpr>(E->getRHS()->IgnoreParenCasts()))
317 ImplicitCastExpr *implCE = dyn_cast<ImplicitCastExpr>(E->getRHS());
TransRetainReleaseDealloc.cpp 288 Pass.TA.replace(bopE->getSourceRange(), bopE->getRHS()->getSourceRange());
TransAutoreleasePool.cpp 193 isPoolCreation(bop->getRHS())) {
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGExprAgg.cpp 661 Visit(E->getRHS());
686 E->getRHS()->getType())
692 E->getRHS()->HasSideEffects(CGF.getContext())) {
695 LValue RHS = CGF.EmitLValue(E->getRHS());
711 CGF.EmitAggExpr(E->getRHS(), LHSSlot, false);
    [all...]
CGStmt.cpp 826 assert(S.getRHS() && "Expected RHS value in CaseStmt");
829 llvm::APSInt RHS = S.getRHS()->EvaluateKnownConstInt(getContext());
892 if (S.getRHS()) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 84 if (BO->getRHS()->isNullPointerConstant(Ctx,
CheckSecuritySyntaxOnly.cpp 193 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y))
249 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts());
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 26 Expr *RHS = B->getRHS()->IgnoreParens();
49 RightV = svalBuilder.getConjuredSymbolVal(NULL, B->getRHS(), LCtx, Count);
134 LHSVal = svalBuilder.getConjuredSymbolVal(NULL, B->getRHS(), LCtx,
453 if (Ex == B->getRHS()) {
ExprEngine.cpp 692 state->getSVal(B->getRHS(),
761 VisitGuardedExpr(C, C->getLHS(), C->getRHS(), Pred, Dst);
    [all...]
BugReporterVisitors.cpp 54 return BE->getRHS();
626 const bool isVarRHS = patternMatch(BExpr->getRHS(), OutRHS, BRC, R, N,
ProgramState.cpp 520 return scan(cast<IntSymExpr>(sym)->getRHS());
523 return scan(x->getLHS()) && scan(x->getRHS());
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 184 const SCEV *RO = X->getRHS();
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 75 AddValueSymbols(BE->getRHS());
MCELFStreamer.cpp 420 fixSymbolsInTLSFixups(be->getRHS());
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 218 const MCConstantExpr *CE = dyn_cast<MCConstantExpr>(BE->getRHS());
  /external/clang/lib/AST/
StmtPrinter.cpp 153 if (Node->getRHS()) {
155 PrintExpr(Node->getRHS());
928 PrintExpr(Node->getRHS());
993 PrintExpr(Node->getRHS());
998 PrintExpr(Node->getRHS());
1005 PrintExpr(Node->getRHS());
1032 PrintExpr(Node->getRHS());
    [all...]
Expr.cpp 80 BO->getRHS()->isKnownToHaveBooleanValue();
84 return BO->getRHS()->isKnownToHaveBooleanValue();
878 CEE = BO->getRHS()->IgnoreParenCasts();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 482 TryResult RHS = tryEvaluateBool(Bop->getRHS());
490 TryResult RHS = tryEvaluateBool(Bop->getRHS());
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 427 /// getRHS - Get the right-hand side expression of the binary operator.
428 const MCExpr *getRHS() const { return RHS; }
  /external/clang/lib/Sema/
SemaStmt.cpp 691 if (CS->getRHS()) {
692 if (CS->getRHS()->isTypeDependent() ||
693 CS->getRHS()->isValueDependent()) {
752 Expr *Hi = CR->getRHS();
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 933 milliseconds

12 3 4