HomeSort by: relevance | last modified time | path
    Searched refs:TookTrue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitors.h 246 const ExplodedNode *N, bool TookTrue);
251 const ExplodedNode *N, bool TookTrue,
257 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
262 const ExplodedNode *N, bool TookTrue,
268 const ExplodedNode *N, bool TookTrue);
275 /// \param TookTrue Whether we took the \c true branch of the condition.
280 const ExplodedNode *N, bool TookTrue, bool IsAssuming);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 2310 bool TookTrue = CurrentNodeTag == Tags.first;
2311 return VisitTrueTest(cast<Expr>(PS->getStmt()), BRC, BR, N, TookTrue);
2371 const bool TookTrue = *(srcBlk->succ_begin()) == dstBlk;
2372 return VisitTrueTest(Cond, BRC, R, N, TookTrue);
2378 const ExplodedNode *N, bool TookTrue) {
2394 bool TookTrueTmp = TookTrue;
2441 Loc, TookTrue ? GenericTrueMessage : GenericFalseMessage);
2533 PathSensitiveBugReport &R, const ExplodedNode *N, bool TookTrue,
2565 TookTrue);
2590 if (!TookTrue)
    [all...]

Completed in 18 milliseconds