Searched refs:SMap (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp21 typedef llvm::DenseMap<const Stmt*, CFGBlock*> SMap; typedef
22 static SMap *AsMap(void *m) { return (SMap*) m; }
27 SMap *SM = AsMap(M);
33 SMap::iterator I = SM->find(X);
48 static void Accumulate(SMap &SM, CFGBlock *B) {
81 SMap *SM = new SMap();
H A DThreadSafetyCommon.cpp72 auto It = SMap.find(S);
73 if (It != SMap.end())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h466 SMap.insert(std::make_pair(S, E));
495 StatementMap SMap; member in class:clang::threadSafety::SExprBuilder
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2010 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) {
2011 // Check to see if we have a corresponding selector in SMap and with the
2013 auto I = llvm::find_if(SMap, [&](const ObjCMethodDecl *x) {
2021 if (I == SMap.end() &&
2006 DiagnoseUnimplementedAccessor( Sema &S, ObjCInterfaceDecl *PrimaryClass, Selector Method, ObjCImplDecl *IMPDecl, ObjCContainerDecl *CDecl, ObjCCategoryDecl *C, ObjCPropertyDecl *Prop, llvm::SmallPtrSet<const ObjCMethodDecl *, 8> &SMap) argument
H A DSemaCodeComplete.cpp1086 ShadowMap &SMap = ShadowMaps.back();
1088 ShadowMap::iterator NamePos = SMap.find(R.Declaration->getDeclName());
1089 if (NamePos != SMap.end()) {
1168 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size());

Completed in 297 milliseconds