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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1125 const bool tookTrue = *(srcBlk->succ_begin()) == dstBlk; local
1126 return VisitTrueTest(Cond, tookTrue, BRC, R, N);
1131 bool tookTrue,
1144 return VisitTrueTest(Cond, cast<BinaryOperator>(Ex), tookTrue, BRC,
1147 return VisitTrueTest(Cond, cast<DeclRefExpr>(Ex), tookTrue, BRC,
1152 tookTrue = !tookTrue;
1219 const bool tookTrue,
1243 return VisitConditionVariable(LhsString, BExpr->getLHS(), tookTrue,
1267 if (!tookTrue)
1130 VisitTrueTest(const Expr *Cond, bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1217 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1302 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1347 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]

Completed in 65 milliseconds