HomeSort by relevance Sort by last modified time
    Searched refs:IsNew (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 477 bool IsNew;
478 ExplodedNode *Node = G->getNode(Loc, State, false, &IsNew);
483 assert (IsNew);
488 if (IsNew) WList->enqueue(Node);
526 bool IsNew;
527 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
530 if (IsNew)
543 bool isNew;
544 ExplodedNode *Node = G->getNode(Loc, N->getState(), false, &isNew);
546 return isNew ? Node : 0
    [all...]
ExplodedGraph.cpp 239 bool* IsNew) {
266 if (IsNew) *IsNew = true;
269 if (IsNew) *IsNew = false;
ExprEngine.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 287 /// this pair exists, it is created. IsNew is set to true if
291 bool* IsNew = 0);
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]

Completed in 80 milliseconds