Home
last modified time | relevance | path

Searched refs:BMap (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Analysis/
DThreadSafety.cpp285 BeforeMap BMap; member in clang::threadSafety::BeforeSet
968 auto& Entry = BMap.FindAndConstruct(Vd); in insertAttrExprs()
988 auto It = BMap.find(Cpvd); in insertAttrExprs()
989 if (It == BMap.end()) in insertAttrExprs()
1005 auto It = BMap.find(ArgVd); in insertAttrExprs()
1006 if (It == BMap.end()) in insertAttrExprs()
1045 auto It = BMap.find(Vd); in checkBeforeAfter()
1046 if (It == BMap.end()) in checkBeforeAfter()