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 342 InterExplodedGraphMap *InverseMap) const{
408 if (InverseMap) (*InverseMap)[NewN] = N;
BugReporter.cpp     [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 518 /// InverseMap - If "HasLargeKey" is true, this contains an inverse mapping
522 InverseMapTy InverseMap;
552 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
553 assert(IMI != InverseMap.end() && IMI->second != Map.end() &&
555 "InverseMap corrupt!");
580 InverseMap.insert(std::make_pair(Result, I));
611 InverseMap.erase(CP);
631 assert(I->second == C && "Bad inversemap entry!");
632 InverseMap[C] = I;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 372 /// \param[out] InverseMap An optional map from nodes in the returned graph to
377 InterExplodedGraphMap *InverseMap = nullptr) const;

Completed in 166 milliseconds