Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 24 of 24) sorted by relevance

/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.value_compare/
H A Dtypes.pass.cpp21 typedef std::multimap<int, std::string> map_type; in main() typedef
H A Dinvoke.pass.cpp31 typedef std::multimap<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/map/map.value_compare/
H A Dtypes.pass.cpp21 typedef std::map<int, std::string> map_type; in main() typedef
H A Dinvoke.pass.cpp31 typedef std::map<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/
H A Dhash_function.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
H A Dkey_eq.pass.cpp22 typedef std::unordered_map<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/
H A Dhash_function.pass.cpp22 typedef std::unordered_multimap<int, std::string> map_type; in main() typedef
H A Dkey_eq.pass.cpp24 typedef std::unordered_multimap<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.observers/
H A Dkey_comp.pass.cpp18 typedef std::multimap<int, std::string> map_type; in main() typedef
H A Dvalue_comp.pass.cpp18 typedef std::multimap<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/map/map.observers/
H A Dkey_comp.pass.cpp18 typedef std::map<int, std::string> map_type; in main() typedef
H A Dvalue_comp.pass.cpp18 typedef std::map<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Dextract_iterator.pass.cpp47 using map_type = std::unordered_map<int, int>; in main() typedef
H A Dmerge.pass.cpp65 typedef std::unordered_map<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dextract_iterator.pass.cpp47 using map_type = std::unordered_multimap<int, int>; in main() typedef
H A Dmerge.pass.cpp65 typedef std::unordered_multimap<Counter<int>, int, throw_hasher<Counter<int>>> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dextract_iterator.pass.cpp47 using map_type = std::map<int, int>; in main() typedef
H A Dmerge.pass.cpp65 typedef std::map<Counter<int>, int, throw_comparator> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dextract_iterator.pass.cpp47 using map_type = std::multimap<int, int>; in main() typedef
H A Dmerge.pass.cpp65 typedef std::multimap<Counter<int>, int, throw_comparator> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/map/map.nonmember/
H A Dop_compare.pass.cpp42 typedef std::map<int, std::string> map_type; in main() typedef
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.nonmember/
H A Dop_compare.pass.cpp42 typedef std::multimap<int, std::string> map_type; in main() typedef
/llvm-project/polly/lib/External/isl/
H A Disl_ast_build.c1571 isl_map *map_type = isl_map_copy(map); in options_insert_dim() local
/llvm-project/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc961 static Kind map_type{ Domain, Range }; variable