Home
last modified time | relevance | path

Searched refs:__f_ (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/libcxx/include/
D__functional_03105 __compressed_pair<_Fp, _Alloc> __f_;
107 explicit __func(_Fp __f) : __f_(_VSTD::move(__f), __default_init_tag()) {}
108 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
126 _Ap __a(__f_.second());
129 ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
137 ::new (__p) __func(__f_.first(), __f_.second());
144 __f_.~__compressed_pair<_Fp, _Alloc>();
153 _Ap __a(__f_.second());
154 __f_.~__compressed_pair<_Fp, _Alloc>();
163 return _Invoker::__call(__f_.first());
[all …]
Dfuture1635 __compressed_pair<_Fp, _Alloc> __f_;
1638 explicit __packaged_task_func(const _Fp& __f) : __f_(__f, __default_init_tag()) {}
1640 explicit __packaged_task_func(_Fp&& __f) : __f_(_VSTD::move(__f), __default_init_tag()) {}
1643 : __f_(__f, __a) {}
1646 : __f_(_VSTD::move(__f), __a) {}
1658 ::new (__p) __packaged_task_func(_VSTD::move(__f_.first()), _VSTD::move(__f_.second()));
1665 __f_.~__compressed_pair<_Fp, _Alloc>();
1675 _Ap __a(__f_.second());
1676 __f_.~__compressed_pair<_Fp, _Alloc>();
1684 return __invoke(__f_.first(), _VSTD::forward<_ArgTypes>(__arg)...);
[all …]
Dfunctional1099 _Result (*__f_)(_Arg);
1102 : __f_(__f) {}
1104 {return __f_(__x);}
1117 _Result (*__f_)(_Arg1, _Arg2);
1120 : __f_(__f) {}
1122 {return __f_(__x, __y);}
1288 type __f_;
1291 _LIBCPP_INLINE_VISIBILITY __mem_fn(type __f) _NOEXCEPT : __f_(__f) {}
1299 return __invoke(__f_, _VSTD::forward<_ArgTypes>(__args)...);
1307 return __invoke(__f_, __a0);
[all …]
Dmutex612 _Fp& __f_;
615 explicit __call_once_param(_Fp& __f) : __f_(__f) {}
629 __invoke(_VSTD::get<0>(_VSTD::move(__f_)), _VSTD::get<_Indices>(_VSTD::move(__f_))...);
638 _Fp& __f_;
641 explicit __call_once_param(_Fp& __f) : __f_(__f) {}
646 __f_();
D__functional_base381 type* __f_;
386 : __f_(_VSTD::addressof(__f)) {}
392 _LIBCPP_INLINE_VISIBILITY operator type& () const _NOEXCEPT {return *__f_;}
393 _LIBCPP_INLINE_VISIBILITY type& get() const _NOEXCEPT {return *__f_;}
Dvalarray509 _Fp __f_;
512 explicit __apply_expr(_Fp __f) : __f_(__f) {}
516 {return __f_(__x);}
Drandom3511 int __f_;
/external/libcxx/include/
D__functional_03106 __compressed_pair<_Fp, _Alloc> __f_;
108 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
109 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
127 _Ap __a(__f_.second());
130 ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
138 ::new (__p) __func(__f_.first(), __f_.second());
145 __f_.~__compressed_pair<_Fp, _Alloc>();
154 _Ap __a(__f_.second());
155 __f_.~__compressed_pair<_Fp, _Alloc>();
164 return _Invoker::__call(__f_.first());
[all …]
Dfuture1772 __compressed_pair<_Fp, _Alloc> __f_;
1775 explicit __packaged_task_func(const _Fp& __f) : __f_(__f) {}
1777 explicit __packaged_task_func(_Fp&& __f) : __f_(_VSTD::move(__f)) {}
1780 : __f_(__f, __a) {}
1783 : __f_(_VSTD::move(__f), __a) {}
1795 ::new (__p) __packaged_task_func(_VSTD::move(__f_.first()), _VSTD::move(__f_.second()));
1802 __f_.~__compressed_pair<_Fp, _Alloc>();
1812 _Ap __a(__f_.second());
1813 __f_.~__compressed_pair<_Fp, _Alloc>();
1821 return __invoke(__f_.first(), _VSTD::forward<_ArgTypes>(__arg)...);
[all …]
Dfunctional1088 _Result (*__f_)(_Arg);
1091 : __f_(__f) {}
1093 {return __f_(__x);}
1106 _Result (*__f_)(_Arg1, _Arg2);
1109 : __f_(__f) {}
1111 {return __f_(__x, __y);}
1277 type __f_;
1280 _LIBCPP_INLINE_VISIBILITY __mem_fn(type __f) _NOEXCEPT : __f_(__f) {}
1288 return __invoke(__f_, _VSTD::forward<_ArgTypes>(__args)...);
1296 return __invoke(__f_, __a0);
[all …]
Dmutex605 _Fp& __f_;
608 explicit __call_once_param(_Fp& __f) : __f_(__f) {}
622 __invoke(_VSTD::get<0>(_VSTD::move(__f_)), _VSTD::get<_Indices>(_VSTD::move(__f_))...);
631 _Fp& __f_;
634 explicit __call_once_param(_Fp& __f) : __f_(__f) {}
639 __f_();
D__functional_base382 type* __f_;
387 : __f_(_VSTD::addressof(__f)) {}
393 _LIBCPP_INLINE_VISIBILITY operator type& () const _NOEXCEPT {return *__f_;}
394 _LIBCPP_INLINE_VISIBILITY type& get() const _NOEXCEPT {return *__f_;}
Dvalarray509 _Fp __f_;
512 explicit __apply_expr(_Fp __f) : __f_(__f) {}
516 {return __f_(__x);}
Drandom3484 int __f_;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/bugprone-reserved-identifier/system/
Dsystem-header.h11 type *__f_;
15 : __f_(&__f) {} in reference_wrapper()
17 operator type &() const { return *__f_; }
18 type &get() const { return *__f_; } in get()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-reserved-identifier-invert.cpp32 type *__f_; member in std::reference_wrapper
36 : __f_(&__f) {} in reference_wrapper()
38 operator type &() const { return *__f_; } in operator type&()
39 type &get() const { return *__f_; } in get()
/external/llvm-project/libcxx/src/
Drandom.cpp83 : __f_(open(__token.c_str(), O_RDONLY))
85 if (__f_ < 0)
91 close(__f_);
102 ssize_t s = read(__f_, p, n);
/external/libcxx/src/
Drandom.cpp84 : __f_(open(__token.c_str(), O_RDONLY))
86 if (__f_ < 0)
92 close(__f_);
103 ssize_t s = read(__f_, p, n);
/external/libabigail/tests/data/test-read-dwarf/
Dtest-libandroid.so.abi13492 …<var-decl name='__f_' type-id='f8e1c7ea' visibility='default' filepath='external/libcxx/include/fu…
13683 …<var-decl name='__f_' type-id='587ffd01' visibility='default' filepath='external/libcxx/include/fu…
20035 …<var-decl name='__f_' type-id='6dd0b5ea' visibility='default' filepath='external/libcxx/include/mu…
31589 …<var-decl name='__f_' type-id='e047f019' visibility='default' filepath='external/libcxx/include/fu…
33967 …<var-decl name='__f_' type-id='ffdae5a0' visibility='default' filepath='external/libcxx/include/fu…
34063 …<var-decl name='__f_' type-id='25e1a861' visibility='default' filepath='external/libcxx/include/fu…
34140 …<var-decl name='__f_' type-id='92dc2ee2' visibility='default' filepath='external/libcxx/include/fu…