HomeSort by relevance Sort by last modified time
    Searched defs:NodeID (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 59 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {}
67 const llvm::FoldingSetNodeID NodeID;
70 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; }
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 463 llvm::FoldingSetNodeID NodeID;
464 NodeID.Add(PD);
466 PDFileEntry *Entry = FindNodeOrInsertPos(NodeID, InsertPos);
469 Entry = new (Entry) PDFileEntry(NodeID);
484 llvm::FoldingSetNodeID NodeID;
485 NodeID.Add(PD);
487 PDFileEntry *Entry = FindNodeOrInsertPos(NodeID, InsertPos);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 177 milliseconds