HomeSort by relevance Sort by last modified time
    Searched defs:SMap (Results 1 - 10 of 10) 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 458 SMap.insert(std::make_pair(S, E));
482 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 441 SMap.insert(std::make_pair(S, E));
465 StatementMap SMap; // Map from Stmt to TIL Variables

Completed in 214 milliseconds