Searched refs:IsNew (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 108 bool IsNew; in ExecuteWorkList() local 109 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew); in ExecuteWorkList() 110 assert(IsNew); in ExecuteWorkList() 499 bool IsNew; in generateNode() local 500 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew); in generateNode() 505 assert(IsNew); in generateNode() 510 if (IsNew) WList->enqueue(Node); in generateNode() 555 bool IsNew; in enqueueStmtNode() local 556 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew); in enqueueStmtNode() 559 if (IsNew) in enqueueStmtNode() [all …]
|
| H A D | ExplodedGraph.cpp | 397 bool* IsNew) { in getNode() argument 424 if (IsNew) *IsNew = true; in getNode() 427 if (IsNew) *IsNew = false; in getNode()
|
| H A D | BugReporter.cpp | 2577 bool IsNew; in BugPathGetter() local 2578 std::tie(PriorityEntry, IsNew) = PriorityMap.insert({Node, Priority}); in BugPathGetter() 2581 if (!IsNew) { in BugPathGetter()
|
| H A D | ExprEngine.cpp | 1942 bool IsNew = false; in replayWithoutInlining() local 1943 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining() 1946 if (!IsNew) in replayWithoutInlining()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 675 bool IsNew = false; in cloneConstantExprWithNewAddressSpace() local 685 IsNew = true; in cloneConstantExprWithNewAddressSpace() 692 IsNew = true; in cloneConstantExprWithNewAddressSpace() 702 if (!IsNew) in cloneConstantExprWithNewAddressSpace()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 800 bool IsNew; in LeaveSubmodule() local 805 Macro.getOverriddenMacros(), IsNew); in LeaveSubmodule()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 355 bool* IsNew = nullptr);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1918 bool &IsNew) { in getConverterOperandID() argument 1919 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1921 unsigned ID = IsNew ? Table.size() - 1 : find(Table, Name) - Table.begin(); in getConverterOperandID()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1153 ArrayRef<ModuleMacro *> Overrides, bool &IsNew);
|