Searched refs:map (Results 1 - 25 of 1354) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/
H A D1.cc21 #include <map>
25 template class std::map<int, double>; member in class:std
H A D1_c++0x.cc23 #include <map>
25 template class std::map<int, double>; member in class:std
H A D3.cc21 #include <map>
26 template class std::map<int, double, std::less<int>, std::allocator<char> >; member in class:std
H A D2.cc21 #include <map>
29 template class std::map<__gnu_test::NonDefaultConstructible, double>; member in class:std
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/map/explicit_instantiation/
H A D1.cc30 #include <map>
34 template class std::map<int, double>; member in class:std
H A D2.cc30 #include <map>
37 template class std::map<__gnu_test::NonDefaultConstructible, double>; member in class:std
H A D3.cc30 #include <map>
35 template class std::map<int, double, std::less<int>, std::allocator<char> >; member in class:std
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/
H A D1.cc21 #include <map>
H A D1_c++0x.cc23 #include <map>
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/multimap/explicit_instantiation/
H A D1.cc30 #include <map>
/netbsd-6-1-5-RELEASE/x11/share/fonts/util/
H A DMakefile6 INCS= map-ISO8859-1 map-ISO8859-2 map-ISO8859-3 map-ISO8859-4 \
7 map-ISO8859-5 map-ISO8859-6 map-ISO8859-7 map-ISO8859-8 \
8 map-ISO8859-9 map
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/map/requirements/
H A Dtypedefs.cc22 #include <map>
25 __gnu_test::types<std::map<int, long> > t;
H A Dciterators.cc22 #include <map>
27 typedef std::map<int, int> test_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dmap.h61 #include <map>
63 using std::map;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20070529-2.c3 int map; local
6 mapp = &map;
9 if (mapp != &map)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Did-pr44676.c4 extend_options (int h, int map, int x, int y, int dx) argument
9 map++;
11 return map;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/map/
H A D23781.cc24 #include <map>
26 std::map<int, int>::iterator it = NULL; // { dg-error "conversion" }
27 std::map<int, int>::const_iterator cit = NULL; // { dg-error "conversion" }
H A D14340.cc22 #include <map>
31 typedef std::map<int, int> container;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/23_containers/map/
H A D23781.cc33 #include <map>
35 std::map<int, int>::iterator it = NULL; // { dg-error "conversion" }
36 std::map<int, int>::const_iterator cit = NULL; // { dg-error "conversion" }
/netbsd-6-1-5-RELEASE/external/mit/xorg/share/fonts/font-util/
H A DMakefile6 INCS= map-ISO8859-1 map-ISO8859-2 map-ISO8859-3 map-ISO8859-4 \
7 map-ISO8859-5 map-ISO8859-6 map-ISO8859-7 map-ISO8859-8 \
8 map-ISO8859-9 map
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dvalidate.h57 void validate_map(partition_map_header *map);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dremap.c40 -fdebug-prefix-map and must be of the form OLD=NEW. */
45 debug_prefix_map *map; local
52 as_fatal (_("invalid argument '%s' to -fdebug-prefix-map"), arg);
55 map = (struct debug_prefix_map *) xmalloc (sizeof (debug_prefix_map));
57 map->old_prefix = o;
58 map->old_len = p - arg;
59 o[map->old_len] = 0;
61 map->new_prefix = xstrdup (p);
62 map->new_len = strlen (p);
63 map
73 debug_prefix_map *map; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist25.C5 #include <map>
13 map<string, string> m;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dpr42685.C4 void Remap(int n, int *src, int *dst, int *map) argument
8 if (i != 0) *dst = map[i];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/map/requirements/partial_specialization/
H A D1.cc22 #include <map>
32 class map<user_type, Data, Allocator> {}; class in namespace:std

Completed in 219 milliseconds

1234567891011>>