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

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1238 const bool tookTrue = *(srcBlk->succ_begin()) == dstBlk; local
1239 return VisitTrueTest(Cond, tookTrue, BRC, R, N);
1244 bool tookTrue,
1257 return VisitTrueTest(Cond, cast<BinaryOperator>(Ex), tookTrue, BRC,
1260 return VisitTrueTest(Cond, cast<DeclRefExpr>(Ex), tookTrue, BRC,
1265 tookTrue = !tookTrue;
1332 const bool tookTrue,
1356 return VisitConditionVariable(LhsString, BExpr->getLHS(), tookTrue,
1381 if (!tookTrue)
1243 VisitTrueTest(const Expr *Cond, bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1330 VisitTrueTest(const Expr *Cond, const BinaryOperator *BExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &R, const ExplodedNode *N) argument
1416 VisitConditionVariable(StringRef LhsString, const Expr *CondVarExpr, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
1461 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]

Completed in 381 milliseconds