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

  /external/clang/lib/StaticAnalyzer/Core/
ExplodedGraph.cpp 337 InterExplodedGraphMap *InverseMap) const{
404 if (InverseMap) (*InverseMap)[NewN] = N;
BugReporter.cpp     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 526 /// InverseMap - If "HasLargeKey" is true, this contains an inverse mapping
530 InverseMapTy InverseMap;
560 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
561 assert(IMI != InverseMap.end() && IMI->second != Map.end() &&
563 "InverseMap corrupt!");
588 InverseMap.insert(std::make_pair(Result, I));
619 InverseMap.erase(CP);
639 assert(I->second == C && "Bad inversemap entry!");
640 InverseMap[C] = I;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 368 /// \param[out] InverseMap An optional map from nodes in the returned graph to
373 InterExplodedGraphMap *InverseMap = 0) const;

Completed in 66 milliseconds