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

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp304 bool* IsNew) {
331 if (IsNew) *IsNew = true;
334 if (IsNew) *IsNew = false;
301 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
H A DCoreEngine.cpp513 bool IsNew; local
514 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew);
519 assert (IsNew);
524 if (IsNew) WList->enqueue(Node);
568 bool IsNew; local
569 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew);
572 if (IsNew)
630 bool IsNew; local
631 ExplodedNode *N = C.Eng.G.getNode(Loc, State, MarkAsSink, &IsNew);
635 if (!IsNew)
672 bool IsNew; local
692 bool IsNew; local
[all...]
H A DExprEngine.cpp1385 bool IsNew = false; local
1386 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);
1389 if (!IsNew)
H A DBugReporter.cpp2880 bool IsNew; local
2881 std::tie(PriorityEntry, IsNew) =
2885 if (!IsNew) {
/external/clang/lib/Lex/
H A DPPLexerChange.cpp733 bool IsNew; local
738 Macro.second.getOverriddenMacros(), IsNew);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1726 bool &IsNew) {
1727 IsNew = Table.insert(Name);
1729 unsigned ID = IsNew ? Table.size() - 1 :
1724 getConverterOperandID(const std::string &Name, SmallSetVector<std::string, 16> &Table, bool &IsNew) argument

Completed in 119 milliseconds