Searched refs:werte (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/backward/hash_set/
H A D1.cc31 const int werte[] = { 1, 25, 9, 16, -36}; local
32 const int anzahl = sizeof(werte) / sizeof(int);
33 __gnu_cxx::hash_set<int> intTable(werte, werte + anzahl);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/ext/hash_set/
H A D1.cc30 const int werte[] = { 1, 25, 9, 16, -36}; local
31 const int anzahl = sizeof(werte) / sizeof(int);
32 __gnu_cxx::hash_set<int> intTable(werte, werte + anzahl);

Completed in 120 milliseconds