Home
last modified time | relevance | path

Searched refs:IsNew (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp117 bool IsNew; in ExecuteWorkList() local
528 bool IsNew; in generateNode() local
584 bool IsNew; in enqueueStmtNode() local
588 if (IsNew) in enqueueStmtNode()
639 bool IsNew; in generateNodeImpl() local
644 if (!IsNew) in generateNodeImpl()
680 bool IsNew; in generateNode() local
686 if (!IsNew) in generateNode()
698 bool IsNew; in generateCaseStmtNode() local
703 if (!IsNew) in generateCaseStmtNode()
[all …]
H A DExplodedGraph.cpp395 bool* IsNew) { in getNode() argument
422 if (IsNew) *IsNew = true; in getNode()
425 if (IsNew) *IsNew = false; in getNode()
H A DHTMLDiagnostics.cpp306 auto [It, IsNew] = EmittedHashes.insert(IssueHash); in ReportDiag()
307 if (!IsNew) { in ReportDiag()
H A DBugReporter.cpp2607 bool IsNew; in BugPathGetter() local
2608 std::tie(PriorityEntry, IsNew) = PriorityMap.insert({Node, Priority}); in BugPathGetter()
2611 if (!IsNew) { in BugPathGetter()
H A DExprEngine.cpp2473 bool IsNew = false; in replayWithoutInlining() local
2474 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining()
2477 if (!IsNew) in replayWithoutInlining()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp736 bool IsNew = false; in cloneConstantExprWithNewAddressSpace() local
746 IsNew = true; in cloneConstantExprWithNewAddressSpace()
753 IsNew = true; in cloneConstantExprWithNewAddressSpace()
763 if (!IsNew) in cloneConstantExprWithNewAddressSpace()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp854 bool IsNew; in LeaveSubmodule() local
859 Macro.getOverriddenMacros(), IsNew); in LeaveSubmodule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h354 bool* IsNew = nullptr);
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1938 bool &IsNew) { in getConverterOperandID() argument
1939 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID()
1941 unsigned ID = IsNew ? Table.size() - 1 : find(Table, Name) - Table.begin(); in getConverterOperandID()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1426 ArrayRef<ModuleMacro *> Overrides, bool &IsNew);