Searched refs:IsNew (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CoreEngine.cpp | 117 bool IsNew; in ExecuteWorkList() local 529 bool IsNew; in generateNode() local 585 bool IsNew; in enqueueStmtNode() local 589 if (IsNew) in enqueueStmtNode() 640 bool IsNew; in generateNodeImpl() local 645 if (!IsNew) in generateNodeImpl() 681 bool IsNew; in generateNode() local 687 if (!IsNew) in generateNode() 699 bool IsNew; in generateCaseStmtNode() local 704 if (!IsNew) in generateCaseStmtNode() [all …]
|
| H A D | ExplodedGraph.cpp | 396 bool* IsNew) { in getNode() argument 423 if (IsNew) *IsNew = true; in getNode() 426 if (IsNew) *IsNew = false; in getNode()
|
| H A D | BugReporter.cpp | 2603 bool IsNew; in BugPathGetter() local 2604 std::tie(PriorityEntry, IsNew) = PriorityMap.insert({Node, Priority}); in BugPathGetter() 2607 if (!IsNew) { in BugPathGetter()
|
| H A D | ExprEngine.cpp | 2129 bool IsNew = false; in replayWithoutInlining() local 2130 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining() 2133 if (!IsNew) in replayWithoutInlining()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | device.cpp | 219 bool IsNew = false; in getTargetPointer() local 240 IsNew = HT.getTotalRefCount() == 1; in getTargetPointer() 290 IsNew = true; in getTargetPointer() 310 if (TargetPointer && !IsHostPtr && HasFlagTo && (IsNew || HasFlagAlways)) { in getTargetPointer() 354 return {{IsNew, IsHostPtr}, Entry, TargetPointer}; in getTargetPointer() 367 bool IsNew = false; in getTgtPtrBegin() local 423 return {{IsNew, IsHostPtr}, LR.Entry, TargetPointer}; in getTgtPtrBegin()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 716 bool IsNew = false; in cloneConstantExprWithNewAddressSpace() local 726 IsNew = true; in cloneConstantExprWithNewAddressSpace() 733 IsNew = true; in cloneConstantExprWithNewAddressSpace() 743 if (!IsNew) in cloneConstantExprWithNewAddressSpace()
|
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 838 bool IsNew; in LeaveSubmodule() local 843 Macro.getOverriddenMacros(), IsNew); in LeaveSubmodule()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExplodedGraph.h | 353 bool* IsNew = nullptr);
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 1928 bool &IsNew) { in getConverterOperandID() argument 1929 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID() 1931 unsigned ID = IsNew ? Table.size() - 1 : find(Table, Name) - Table.begin(); in getConverterOperandID()
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 1300 ArrayRef<ModuleMacro *> Overrides, bool &IsNew);
|