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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp697 const bool tookTrue = *(srcBlk->succ_begin()) == dstBlk; local
698 return VisitTrueTest(Cond, tookTrue, BRC, R, N);
703 bool tookTrue,
716 return VisitTrueTest(Cond, cast<BinaryOperator>(Ex), tookTrue, BRC,
719 return VisitTrueTest(Cond, cast<DeclRefExpr>(Ex), tookTrue, BRC,
724 tookTrue = !tookTrue;
791 const bool tookTrue,
815 return VisitConditionVariable(LhsString, BExpr->getLHS(), tookTrue,
839 if (!tookTrue)
702 VisitTrueTest(const Expr *Cond, bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
789 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
874 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
919 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]

Completed in 35 milliseconds