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 57 PDFileEntry(llvm::FoldingSetNodeID &NodeID) : NodeID(NodeID) {}
65 const llvm::FoldingSetNodeID NodeID;
68 void Profile(llvm::FoldingSetNodeID &ID) { ID = NodeID; }
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 394 llvm::FoldingSetNodeID NodeID;
395 NodeID.Add(PD);
397 PDFileEntry *Entry = FindNodeOrInsertPos(NodeID, InsertPos);
400 Entry = new (Entry) PDFileEntry(NodeID);
415 llvm::FoldingSetNodeID NodeID;
416 NodeID.Add(PD);
418 PDFileEntry *Entry = FindNodeOrInsertPos(NodeID, InsertPos);
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 180 milliseconds