Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dcontainer-contains.cpp36 if (MyMap.count(0)) in testDifferentCheckTypes()
40 bool C1 = MyMap.count(1); in testDifferentCheckTypes()
46 auto C3 = MyMap.count(2) != 0; in testDifferentCheckTypes()
49 auto C4 = MyMap.count(3) > 0; in testDifferentCheckTypes()
55 auto C6 = MyMap.find(5) != MyMap.end(); in testDifferentCheckTypes()
63 bool C1 = !MyMap.count(-1); in testNegativeChecks()
75 auto C5 = MyMap.find(-5) == MyMap.end(); in testNegativeChecks()
134 bool C1 = MyMap.count(99); in typeAliases()
164 bool C3 = MyMap.count(1) + MyMap.count(2) * 2 + MyMap.count(3) / 3 >= 20; in nonRewrittenCount()
225 if (MyMap.count(0)) in testDifferentCheckTypes()
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Duse-auto.rst103 map_iterator J = MyMap.begin();
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp99 class MyMap { class
5106 MyMap<MyString, Mutex*> map;
5107 MyMap<MyString, MuCell> mapCell;
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst2421 f(MyMap[{composite, key}]); f(MyMap[{ composite, key }]);