Searched refs:iter_type (Results 1 - 8 of 8) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/
H A Dtypes.pass.cpp18 // typedef OutputIterator iter_type;
30 static_assert((std::is_same<std::num_put<char>::iter_type, std::ostreambuf_iterator<char> >::value), "");
31 static_assert((std::is_same<std::num_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/
H A Dtypes.pass.cpp18 // typedef InputIterator iter_type;
30 static_assert((std::is_same<std::num_get<char>::iter_type, std::istreambuf_iterator<char> >::value), "");
31 static_assert((std::is_same<std::num_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.put/
H A Dtypes.pass.cpp18 // typedef OutputIterator iter_type;
30 static_assert((std::is_same<std::time_put<char>::iter_type, std::ostreambuf_iterator<char> >::value), "");
31 static_assert((std::is_same<std::time_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/
H A Dtypes.pass.cpp18 // typedef InputIterator iter_type;
30 static_assert((std::is_same<std::money_get<char>::iter_type, std::istreambuf_iterator<char> >::value), "");
31 static_assert((std::is_same<std::money_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/
H A Dtypes.pass.cpp18 // typedef OutputIterator iter_type;
30 static_assert((std::is_same<std::money_put<char>::iter_type, std::ostreambuf_iterator<char> >::value), "");
31 static_assert((std::is_same<std::money_put<wchar_t>::iter_type, std::ostreambuf_iterator<wchar_t> >::value), "");
/external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/
H A Dtypes.pass.cpp25 // typedef InputIterator iter_type;
39 static_assert((std::is_same<std::time_get<char>::iter_type, std::istreambuf_iterator<char> >::value), "");
40 static_assert((std::is_same<std::time_get<wchar_t>::iter_type, std::istreambuf_iterator<wchar_t> >::value), "");
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp100 typedef typename outer_alias::inner::vector<type>::iterator iter_type; typedef in struct:X5
343 // CHECK: Keyword: "typedef" [100:3 - 100:10] TypedefDecl=iter_type:100:63 (Definition)
344 // CHECK: Keyword: "typename" [100:11 - 100:19] TypedefDecl=iter_type:100:63 (Definition)
346 // CHECK: Punctuation: "::" [100:31 - 100:33] TypedefDecl=iter_type:100:63 (Definition)
348 // CHECK: Punctuation: "::" [100:38 - 100:40] TypedefDecl=iter_type:100:63 (Definition)
350 // CHECK: Punctuation: "<" [100:46 - 100:47] TypedefDecl=iter_type:100:63 (Definition)
352 // CHECK: Punctuation: ">" [100:51 - 100:52] TypedefDecl=iter_type:100:63 (Definition)
353 // CHECK: Punctuation: "::" [100:52 - 100:54] TypedefDecl=iter_type:100:63 (Definition)
354 // CHECK: Identifier: "iterator" [100:54 - 100:62] TypedefDecl=iter_type:100:63 (Definition)
355 // CHECK: Identifier: "iter_type" [10
[all...]
/external/mesa3d/src/glsl/
H A Dlist.h277 #define foreach_iter(iter_type, iter, container) \
278 for (iter_type iter = (container) . iterator(); iter.has_next(); iter.next())

Completed in 351 milliseconds