/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/ |
A D | valarray_after.h | 340 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 342 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 348 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 349 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 354 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 361 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 362 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 367 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 374 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 375 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 511 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 531 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 541 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 552 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 563 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 573 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 584 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 595 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 605 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 624 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | indirect_array.h | 178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \ in _GLIBCXX_VISIBILITY() 191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \ in _GLIBCXX_VISIBILITY()
|
A D | mask_array.h | 178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 183 _Array_augmented_##_Name(_M_array, _M_mask, \ in _GLIBCXX_VISIBILITY() 192 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \ in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/ |
A D | valarray_after.h | 337 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 339 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 345 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 346 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 351 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 358 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 359 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 364 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 371 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 372 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 527 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 547 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 557 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 568 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 579 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 589 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 600 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 611 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 621 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 640 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | gslice_array.h | 182 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 187 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), \ in _GLIBCXX_VISIBILITY() 196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\ in _GLIBCXX_VISIBILITY()
|
A D | indirect_array.h | 178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \ in _GLIBCXX_VISIBILITY() 191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \ in _GLIBCXX_VISIBILITY()
|
A D | mask_array.h | 173 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 178 _Array_augmented_##_Name(_M_array, _M_mask, \ in _GLIBCXX_VISIBILITY() 187 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \ in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/ |
A D | valarray_after.h | 337 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 339 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 345 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 346 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 351 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 358 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 359 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 364 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 371 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 372 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 532 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 552 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 562 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 573 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 584 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 594 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 605 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 616 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 626 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 645 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | gslice_array.h | 182 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 187 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), \ in _GLIBCXX_VISIBILITY() 196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\ in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/ |
A D | valarray_after.h | 337 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 339 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 345 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 346 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 351 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 358 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 359 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 364 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 371 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 372 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 533 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 553 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 563 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 574 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 585 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 595 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 606 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 617 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 627 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 646 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/ |
A D | valarray_after.h | 337 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 339 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 345 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 346 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 351 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 358 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 359 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 364 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 371 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 372 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 527 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 547 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 557 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 568 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 579 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 589 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 600 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 611 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 621 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 640 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/ |
A D | valarray_after.h | 337 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 339 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 345 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 346 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 351 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 358 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 359 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 364 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 371 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 372 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 532 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 552 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 562 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 573 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 584 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 594 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 605 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 616 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 626 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 645 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | gslice_array.h | 182 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 187 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), \ in _GLIBCXX_VISIBILITY() 196 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\ in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/ |
A D | valarray_after.h | 340 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 342 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 348 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 349 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 354 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 361 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 362 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 367 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 374 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 375 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 511 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 531 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 541 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 552 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 563 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 573 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 584 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 595 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 605 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 624 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/ |
A D | valarray_after.h | 340 #define _DEFINE_EXPR_BINARY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 342 inline _Expr<_BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2>, \ in _GLIBCXX_VISIBILITY() 348 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 349 typedef _BinClos<_Name, _Expr, _Expr, _Dom1, _Dom2> _Closure; \ in _GLIBCXX_VISIBILITY() 354 inline _Expr<_BinClos<_Name, _Expr, _Constant, _Dom, \ in _GLIBCXX_VISIBILITY() 361 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 362 typedef _BinClos<_Name, _Expr, _Constant, _Dom, _Arg> _Closure; \ in _GLIBCXX_VISIBILITY() 367 inline _Expr<_BinClos<_Name, _Constant, _Expr, \ in _GLIBCXX_VISIBILITY() 374 typedef typename __fun<_Name, _Arg>::result_type _Value; \ in _GLIBCXX_VISIBILITY() 375 typedef _BinClos<_Name, _Constant, _Expr, _Arg, _Dom> _Closure; \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | valarray_array.h | 511 #define _DEFINE_ARRAY_FUNCTION(_Op, _Name) \ in _GLIBCXX_VISIBILITY() 531 _Array_augmented_##_Name(_Array<_Tp> __a, \ in _GLIBCXX_VISIBILITY() 541 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, size_t __s, \ in _GLIBCXX_VISIBILITY() 552 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<_Tp> __b, \ in _GLIBCXX_VISIBILITY() 563 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __s, \ in _GLIBCXX_VISIBILITY() 573 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 584 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() 595 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<size_t> __i, \ in _GLIBCXX_VISIBILITY() 605 _Array_augmented_##_Name(_Array<_Tp> __a, _Array<bool> __m, \ in _GLIBCXX_VISIBILITY() 624 _Array_augmented_##_Name(_Array<_Tp> __a, size_t __n, \ in _GLIBCXX_VISIBILITY() [all …]
|
A D | indirect_array.h | 178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \ in _GLIBCXX_VISIBILITY() 191 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \ in _GLIBCXX_VISIBILITY()
|
A D | mask_array.h | 178 #define _DEFINE_VALARRAY_OPERATOR(_Op, _Name) \ in _GLIBCXX_VISIBILITY() argument 183 _Array_augmented_##_Name(_M_array, _M_mask, \ in _GLIBCXX_VISIBILITY() 192 _Array_augmented_##_Name(_M_array, _M_mask, __e, __e.size()); \ in _GLIBCXX_VISIBILITY()
|