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

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 513 bool IsNew;
514 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew);
519 assert (IsNew);
524 if (IsNew) WList->enqueue(Node);
568 bool IsNew;
569 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew);
572 if (IsNew)
584 bool isNew;
585 ExplodedNode *Node = G.getNode(Loc, N->getState(), false, &isNew);
587 return isNew ? Node : nullptr
    [all...]
ExplodedGraph.cpp 304 bool* IsNew) {
331 if (IsNew) *IsNew = true;
334 if (IsNew) *IsNew = false;
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 733 bool IsNew;
738 Macro.second.getOverriddenMacros(), IsNew);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 292 /// this pair exists, it is created. IsNew is set to true if
296 bool* IsNew = nullptr);
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]

Completed in 164 milliseconds