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 478 bool IsNew;
479 ExplodedNode *Node = G->getNode(Loc, State, false, &IsNew);
484 assert (IsNew);
489 if (IsNew) WList->enqueue(Node);
528 bool IsNew;
529 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
532 if (IsNew)
544 bool isNew;
545 ExplodedNode *Node = G->getNode(Loc, N->getState(), false, &isNew);
547 return isNew ? Node : 0
    [all...]
ExplodedGraph.cpp 299 bool* IsNew) {
326 if (IsNew) *IsNew = true;
329 if (IsNew) *IsNew = false;
ExprEngine.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 290 /// this pair exists, it is created. IsNew is set to true if
294 bool* IsNew = 0);
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 425 milliseconds