Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp5107 MyMap<MyString, MuCell> mapCell; member in AttributeExpressionCornerCases::MapTest
5110 int b GUARDED_BY(mapCell["foo"].mu);
5119 mapCell["foo"].mu->Lock(); in test2()
5121 mapCell["foo"].mu->Unlock(); in test2()