HomeSort by relevance Sort by last modified time
    Searched refs:IsNew (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 197 bool IsNew;
198 ExplodedNode *Node = G.getNode(StartLoc, InitState, false, &IsNew);
199 assert (IsNew);
530 bool IsNew;
531 ExplodedNode *Node = G.getNode(Loc, State, false, &IsNew);
536 assert (IsNew);
541 if (IsNew) WList->enqueue(Node);
585 bool IsNew;
586 ExplodedNode *Succ = G.getNode(Loc, N->getState(), false, &IsNew);
589 if (IsNew)
    [all...]
ExplodedGraph.cpp 304 bool* IsNew) {
331 if (IsNew) *IsNew = true;
334 if (IsNew) *IsNew = false;
BugReporter.cpp     [all...]
ExprEngine.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ArchiveWriter.h 30 bool IsNew = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
ArchiveWriter.cpp 50 assert(M.IsNew == false);
100 M.IsNew = true;
235 if (M.IsNew)
  /external/clang/lib/Lex/
PPLexerChange.cpp 769 bool IsNew;
774 Macro.getOverriddenMacros(), IsNew);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 292 /// this pair exists, it is created. IsNew is set to true if
296 bool* IsNew = nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
InferAddressSpaces.cpp 539 bool IsNew = false;
549 IsNew = true;
557 // If !IsNew, we will replace the Value with itself. However, replaced values
559 if (!IsNew)
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 1774 milliseconds