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

/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp496 bool IsNew; local
497 ExplodedNode *Node = G->getNode(Loc, State, false, &IsNew);
502 assert (IsNew);
507 if (IsNew) WList->enqueue(Node);
551 bool IsNew; local
552 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
555 if (IsNew)
613 bool IsNew; local
614 ExplodedNode *N = C.Eng.G->getNode(Loc, State, MarkAsSink, &IsNew);
618 if (!IsNew)
655 bool IsNew; local
675 bool IsNew; local
[all...]
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 DExprEngine.cpp1263 bool IsNew = false; local
1264 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);
1267 if (!IsNew)
H A DBugReporter.cpp2905 bool IsNew; local
2906 std::tie(PriorityEntry, IsNew) =
2910 if (!IsNew) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h294 /// this pair exists, it is created. IsNew is set to true if
298 bool* IsNew = nullptr);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1693 bool &IsNew) {
1694 IsNew = Table.insert(Name);
1696 unsigned ID = IsNew ? Table.size() - 1 :
1691 getConverterOperandID(const std::string &Name, SetVector<std::string> &Table, bool &IsNew) argument

Completed in 211 milliseconds