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

/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp299 bool* IsNew) {
326 if (IsNew) *IsNew = true;
329 if (IsNew) *IsNew = false;
296 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
H A DCoreEngine.cpp478 bool IsNew; local
479 ExplodedNode *Node = G->getNode(Loc, State, false, &IsNew);
484 assert (IsNew);
489 if (IsNew) WList->enqueue(Node);
528 bool IsNew; local
529 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
532 if (IsNew)
590 bool IsNew; local
591 ExplodedNode *N = C.Eng.G->getNode(Loc, State, MarkAsSink, &IsNew);
595 if (!IsNew)
632 bool IsNew; local
652 bool IsNew; local
[all...]
H A DExprEngine.cpp1115 bool IsNew = false; local
1116 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);
1119 if (!IsNew)
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1667 bool &IsNew) {
1668 IsNew = Table.insert(Name);
1670 unsigned ID = IsNew ? Table.size() - 1 :
1665 getConverterOperandID(const std::string &Name, SetVector<std::string> &Table, bool &IsNew) argument

Completed in 100 milliseconds