Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp197 bool IsNew; in ExecuteWorkList() local
198 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew); in ExecuteWorkList()
199 assert (IsNew); in ExecuteWorkList()
530 bool IsNew; in generateNode() local
531 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew); in generateNode()
536 assert (IsNew); in generateNode()
541 if (IsNew) WList->enqueue(Node); in generateNode()
585 bool IsNew; in enqueueStmtNode() local
586 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew); in enqueueStmtNode()
589 if (IsNew) in enqueueStmtNode()
[all …]
DExplodedGraph.cpp304 bool* IsNew) { in getNode() argument
331 if (IsNew) *IsNew = true; in getNode()
334 if (IsNew) *IsNew = false; in getNode()
DExprEngine.cpp1401 bool IsNew = false; in replayWithoutInlining() local
1402 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining()
1405 if (!IsNew) in replayWithoutInlining()
DBugReporter.cpp2880 bool IsNew; in TrimmedGraph() local
2881 std::tie(PriorityEntry, IsNew) = in TrimmedGraph()
2885 if (!IsNew) { in TrimmedGraph()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp108 bool IsNew; in ExecuteWorkList() local
109 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew); in ExecuteWorkList()
110 assert(IsNew); in ExecuteWorkList()
498 bool IsNew; in generateNode() local
499 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew); in generateNode()
504 assert(IsNew); in generateNode()
509 if (IsNew) WList->enqueue(Node); in generateNode()
554 bool IsNew; in enqueueStmtNode() local
555 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew); in enqueueStmtNode()
558 if (IsNew) in enqueueStmtNode()
[all …]
DExplodedGraph.cpp397 bool* IsNew) { in getNode() argument
424 if (IsNew) *IsNew = true; in getNode()
427 if (IsNew) *IsNew = false; in getNode()
DBugReporter.cpp2578 bool IsNew; in BugPathGetter() local
2579 std::tie(PriorityEntry, IsNew) = PriorityMap.insert({Node, Priority}); in BugPathGetter()
2582 if (!IsNew) { in BugPathGetter()
DExprEngine.cpp1937 bool IsNew = false; in replayWithoutInlining() local
1938 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining()
1941 if (!IsNew) in replayWithoutInlining()
/external/llvm-project/openmp/libomptarget/src/
Ddevice.cpp198 bool &IsNew, bool &IsHostPtr, bool IsImplicit, in getOrAllocTgtPtr() argument
203 IsNew = false; in getOrAllocTgtPtr()
214 IsNew = false; in getOrAllocTgtPtr()
264 IsNew = true; in getOrAllocTgtPtr()
Ddevice.h179 map_var_info_t HstPtrName, bool &IsNew,
Domptarget.cpp303 bool IsNew, Pointer_IsNew; in targetDataBegin() local
351 HstPtrBegin, HstPtrBase, data_size, HstPtrName, IsNew, IsHostPtr, in targetDataBegin()
363 (IsNew ? "" : " not")); in targetDataBegin()
376 if (IsNew || (arg_types[i] & OMP_TGT_MAPTYPE_ALWAYS)) { in targetDataBegin()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp537 bool IsNew = false; in cloneConstantExprWithNewAddressSpace() local
547 IsNew = true; in cloneConstantExprWithNewAddressSpace()
554 IsNew = true; in cloneConstantExprWithNewAddressSpace()
564 if (!IsNew) in cloneConstantExprWithNewAddressSpace()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp666 bool IsNew = false; in cloneConstantExprWithNewAddressSpace() local
676 IsNew = true; in cloneConstantExprWithNewAddressSpace()
683 IsNew = true; in cloneConstantExprWithNewAddressSpace()
693 if (!IsNew) in cloneConstantExprWithNewAddressSpace()
/external/clang/lib/Lex/
DPPLexerChange.cpp769 bool IsNew; in LeaveSubmodule() local
774 Macro.getOverriddenMacros(), IsNew); in LeaveSubmodule()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp800 bool IsNew; in LeaveSubmodule() local
805 Macro.getOverriddenMacros(), IsNew); in LeaveSubmodule()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h296 bool* IsNew = nullptr);
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h355 bool* IsNew = nullptr);
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1819 bool &IsNew) { in getConverterOperandID() argument
1820 IsNew = Table.insert(Name); in getConverterOperandID()
1822 unsigned ID = IsNew ? Table.size() - 1 : in getConverterOperandID()
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1923 bool &IsNew) { in getConverterOperandID() argument
1924 IsNew = Table.insert(CachedHashString(Name)); in getConverterOperandID()
1926 unsigned ID = IsNew ? Table.size() - 1 : find(Table, Name) - Table.begin(); in getConverterOperandID()
/external/clang/include/clang/Lex/
DPreprocessor.h894 ArrayRef<ModuleMacro *> Overrides, bool &IsNew);
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h1153 ArrayRef<ModuleMacro *> Overrides, bool &IsNew);