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

/external/clang/lib/StaticAnalyzer/Core/
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 DExplodedGraph.cpp267 bool* IsNew) {
294 if (IsNew) *IsNew = true;
297 if (IsNew) *IsNew = false;
264 getNode(const ProgramPoint &L, ProgramStateRef State, bool IsSink, bool* IsNew) argument
H A DExprEngine.cpp1005 bool IsNew = false; local
1006 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);
1009 if (!IsNew)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h295 /// this pair exists, it is created. IsNew is set to true if
299 bool* IsNew = 0);
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1652 bool &IsNew) {
1653 IsNew = Table.insert(Name);
1655 unsigned ID = IsNew ? Table.size() - 1 :
1650 getConverterOperandID(const std::string &Name, SetVector<std::string> &Table, bool &IsNew) argument
/external/valgrind/tsan/
H A Dthread_sanitizer.cc2887 INLINE bool IsNew() const { return rd_ssid_ == 0 && wr_ssid_ == 0; }
2934 if (IsNew()) {
6947 if (UNLIKELY(old_sval.IsNew())) {
7141 DCHECK(sval_p->IsNew());

Completed in 787 milliseconds