| /src/external/gpl3/gdb/dist/gdb/ |
| f-exp.y | 339 arglist : subrange 347 arglist : arglist ',' subrange %prec ABOVE_COMMA 351 /* There are four sorts of subrange types in F90. */ 353 subrange: exp ':' exp %prec ABOVE_COMMA 363 subrange: exp ':' %prec ABOVE_COMMA 372 subrange: ':' exp %prec ABOVE_COMMA 381 subrange: ':' %prec ABOVE_COMMA 391 /* And each of the four subrange types can also have a stride. */ label 392 subrange: exp ':' exp ':' exp %prec ABOVE_COMMA 404 subrange: exp ':' ':' exp %prec ABOVE_COMM 352 subrange: exp ':' exp %prec ABOVE_COMMA label 362 subrange: exp ':' %prec ABOVE_COMMA label 371 subrange: ':' exp %prec ABOVE_COMMA label 380 subrange: ':' %prec ABOVE_COMMA label 403 subrange: exp ':' ':' exp %prec ABOVE_COMMA label 415 subrange: ':' exp ':' exp %prec ABOVE_COMMA label 427 subrange: ':' ':' exp %prec ABOVE_COMMA label [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-exp.y | 339 arglist : subrange 347 arglist : arglist ',' subrange %prec ABOVE_COMMA 351 /* There are four sorts of subrange types in F90. */ 353 subrange: exp ':' exp %prec ABOVE_COMMA 363 subrange: exp ':' %prec ABOVE_COMMA 372 subrange: ':' exp %prec ABOVE_COMMA 381 subrange: ':' %prec ABOVE_COMMA 391 /* And each of the four subrange types can also have a stride. */ label 392 subrange: exp ':' exp ':' exp %prec ABOVE_COMMA 404 subrange: exp ':' ':' exp %prec ABOVE_COMM 352 subrange: exp ':' exp %prec ABOVE_COMMA label 362 subrange: exp ':' %prec ABOVE_COMMA label 371 subrange: ':' exp %prec ABOVE_COMMA label 380 subrange: ':' %prec ABOVE_COMMA label 403 subrange: exp ':' ':' exp %prec ABOVE_COMMA label 415 subrange: ':' exp ':' exp %prec ABOVE_COMMA label 427 subrange: ':' ':' exp %prec ABOVE_COMMA label [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| ranges_util.h | 257 /// The ranges::subrange class template 262 class subrange : public view_interface<subrange<_It, _Sent, _Kind>> class in namespace:ranges 295 subrange() requires default_initializable<_It> = default; 298 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s) 306 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s, 314 template<__detail::__different_from<subrange> _Rng> 319 subrange(_Rng&& __r) 320 noexcept(noexcept(subrange(__r, ranges::size(__r)))) 322 : subrange(__r, ranges::size(__r) function in class:ranges::subrange 422 subrange(_It, _Sent) -> subrange<_It, _Sent>; member in namespace:ranges 427 -> subrange<_It, _Sent, subrange_kind::sized>; member in namespace:ranges 431 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, member in namespace:ranges 439 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>; member in namespace:ranges [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ranges_util.h | 223 /// The ranges::subrange class template 228 class subrange : public view_interface<subrange<_It, _Sent, _Kind>> class in namespace:ranges 253 subrange() requires default_initializable<_It> = default; 256 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s) 264 subrange(__detail::__convertible_to_non_slicing<_It> auto __i, _Sent __s, 275 template<__detail::__different_from<subrange> _Rng> 280 subrange(_Rng&& __r) 281 noexcept(noexcept(subrange(__r, ranges::size(__r)))) 283 : subrange(__r, ranges::size(__r) function in class:ranges::subrange 383 subrange(_It, _Sent) -> subrange<_It, _Sent>; member in namespace:ranges 388 -> subrange<_It, _Sent, subrange_kind::sized>; member in namespace:ranges 392 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, member in namespace:ranges 400 -> subrange<iterator_t<_Rng>, sentinel_t<_Rng>, subrange_kind::sized>; member in namespace:ranges [all...] |