| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 117 bool IsNew; in ExecuteWorkList() local 118 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew); in ExecuteWorkList() 119 assert(IsNew); in ExecuteWorkList() 564 bool IsNew; in generateNode() local 565 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew); in generateNode() 570 if (IsNew) WList->enqueue(Node); in generateNode() 615 bool IsNew; in enqueueStmtNode() local 616 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew); in enqueueStmtNode() 619 if (IsNew) in enqueueStmtNode() 694 bool IsNew; in generateNodeImpl() local [all …]
|
| H A D | ExplodedGraph.cpp | 395 bool* IsNew) { in getNode() argument 422 if (IsNew) *IsNew = true; in getNode() 425 if (IsNew) *IsNew = false; in getNode()
|
| H A D | HTMLDiagnostics.cpp | 306 auto [It, IsNew] = EmittedHashes.insert(IssueHash); in ReportDiag() 307 if (!IsNew) { in ReportDiag()
|
| H A D | BugReporter.cpp | 2665 bool IsNew; in BugPathGetter() local 2666 std::tie(PriorityEntry, IsNew) = PriorityMap.insert({Node, Priority}); in BugPathGetter() 2669 if (!IsNew) { in BugPathGetter()
|
| H A D | ExprEngine.cpp | 2506 bool IsNew = false; in replayWithoutInlining() local 2507 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining() 2510 if (!IsNew) in replayWithoutInlining()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | ASTUtils.cpp | 291 auto [CacheIt, IsNew] = Cache.insert(std::make_pair(Callee, false)); in isACallToEnsureFn() 292 if (IsNew) in isACallToEnsureFn()
|
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 43 auto [It, IsNew] = VisitedBody.insert(Body); in VisitBody() 44 if (!IsNew) // This body is recursive in VisitBody()
|
| H A D | PtrTypesSemantics.cpp | 529 auto [RecursiveIt, IsNew] = RecursiveFn.insert(std::make_pair(S, true)); in WithCachedResult() 530 if (!IsNew) in WithCachedResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 796 bool IsNew = false; in cloneConstantExprWithNewAddressSpace() local 806 IsNew = true; in cloneConstantExprWithNewAddressSpace() 813 IsNew = true; in cloneConstantExprWithNewAddressSpace() 823 if (!IsNew) in cloneConstantExprWithNewAddressSpace()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 847 bool IsNew; in LeaveSubmodule() local 852 IsNew); in LeaveSubmodule()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 355 bool* IsNew = nullptr);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1960 bool &IsNew) { in getConverterOperandID() argument 1961 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1963 unsigned ID = IsNew ? Table.size() - 1 : find(Table, Name) - Table.begin(); in getConverterOperandID()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1568 bool IsNew = ExitBlocks.insert(Succ).second; in computeExtractedFuncRetVals() local 1569 if (IsNew) in computeExtractedFuncRetVals()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1462 ArrayRef<ModuleMacro *> Overrides, bool &IsNew);
|