Home
last modified time | relevance | path

Searched defs:M (Results 1 – 25 of 135) sorted by relevance

123456

/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.modifiers/
Demplace_hint.pass.cpp27 typedef std::map<int, DefaultOnly> M; in main() typedef
52 typedef std::map<int, Emplaceable> M; in main() typedef
76 typedef std::map<int, double> M; in main() typedef
Demplace.pass.cpp28 typedef std::map<int, DefaultOnly> M; in main() typedef
56 typedef std::map<int, Emplaceable> M; in main() typedef
81 typedef std::map<int, double> M; in main() typedef
Dinsert_cv.pass.cpp22 typedef std::map<int, double> M; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.modifiers/
Demplace_hint.pass.cpp27 typedef std::multimap<int, DefaultOnly> M; in main() typedef
52 typedef std::multimap<int, Emplaceable> M; in main() typedef
76 typedef std::multimap<int, double> M; in main() typedef
Demplace.pass.cpp27 typedef std::multimap<int, DefaultOnly> M; in main() typedef
52 typedef std::multimap<int, Emplaceable> M; in main() typedef
74 typedef std::multimap<int, double> M; in main() typedef
Dinsert_iter_iter.pass.cpp25 typedef std::multimap<int, double> M; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
Demplace_hint.pass.cpp27 typedef std::set<DefaultOnly> M; in main() typedef
45 typedef std::set<Emplaceable> M; in main() typedef
62 typedef std::set<int> M; in main() typedef
Demplace.pass.cpp27 typedef std::set<DefaultOnly> M; in main() typedef
47 typedef std::set<Emplaceable> M; in main() typedef
67 typedef std::set<int> M; in main() typedef
Dmax_size.pass.cpp21 typedef std::set<int> M; in main() typedef
Dsize.pass.cpp21 typedef std::set<int> M; in main() typedef
Dempty.pass.cpp21 typedef std::set<int> M; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/
Demplace_hint.pass.cpp27 typedef std::multiset<DefaultOnly> M; in main() typedef
45 typedef std::multiset<Emplaceable> M; in main() typedef
62 typedef std::multiset<int> M; in main() typedef
Demplace.pass.cpp27 typedef std::multiset<DefaultOnly> M; in main() typedef
45 typedef std::multiset<Emplaceable> M; in main() typedef
62 typedef std::multiset<int> M; in main() typedef
Dmax_size.pass.cpp21 typedef std::multiset<int> M; in main() typedef
Dsize.pass.cpp21 typedef std::multiset<int> M; in main() typedef
Dempty.pass.cpp21 typedef std::multiset<int> M; in main() typedef
Dinsert_cv.pass.cpp22 typedef std::multiset<int> M; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.access/
Dsize.pass.cpp21 typedef std::map<int, double> M; in main() typedef
Dmax_size.pass.cpp21 typedef std::map<int, double> M; in main() typedef
Dempty.pass.cpp21 typedef std::map<int, double> M; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/
Dmax_size.pass.cpp21 typedef std::multimap<int, double> M; in main() typedef
Dempty.pass.cpp21 typedef std::multimap<int, double> M; in main() typedef
Dsize.pass.cpp21 typedef std::multimap<int, double> M; in main() typedef
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/default.allocator/allocator.members/
Dmax_size.pass.cpp25 std::size_t M = a.max_size() * sizeof(int); in main() local
/ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.merge/
Dinplace_merge_comp.pass.cpp37 test_one(unsigned N, unsigned M) in test_one()
95 unsigned M = 50; in main() local

123456