Searched refs:anzahl (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.cc32 const int anzahl = sizeof(werte) / sizeof(int); local
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.cc31 const int anzahl = sizeof(werte) / sizeof(int); local
32 __gnu_cxx::hash_set<int> intTable(werte, werte + anzahl);

Completed in 103 milliseconds