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

/freebsd-10.0-release/contrib/llvm/tools/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);
546 bool IsNew; local
547 ExplodedNode *Succ = G->getNode(Loc, N->getState(), false, &IsNew);
550 if (IsNew)
608 bool IsNew; local
609 ExplodedNode *N = C.Eng.G->getNode(Loc, State, MarkAsSink, &IsNew);
613 if (!IsNew)
650 bool IsNew; local
670 bool IsNew; local
[all...]
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 DBugReporter.cpp2361 bool IsNew; local
2362 llvm::tie(PriorityEntry, IsNew) =
2366 if (!IsNew) {
H A DExprEngine.cpp1171 bool IsNew = false; local
1172 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);
1175 if (!IsNew)
/freebsd-10.0-release/contrib/llvm/tools/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 = 0);
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1657 bool &IsNew) {
1658 IsNew = Table.insert(Name);
1660 unsigned ID = IsNew ? Table.size() - 1 :
1655 getConverterOperandID(const std::string &Name, SetVector<std::string> &Table, bool &IsNew) argument

Completed in 131 milliseconds