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

  /external/clang/lib/Analysis/
CFGStmtMap.cpp 22 typedef llvm::DenseMap<const Stmt*, CFGBlock*> SMap;
23 static SMap *AsMap(void *m) { return (SMap*) m; }
28 SMap *SM = AsMap(M);
34 SMap::iterator I = SM->find(X);
49 static void Accumulate(SMap &SM, CFGBlock *B) {
82 SMap *SM = new SMap();
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 349 SMap.insert(std::make_pair(S, E));
369 StatementMap SMap; // Map from Stmt to TIL Variables

Completed in 471 milliseconds