Home
last modified time | relevance | path

Searched defs:operator (Results 26 – 50 of 302) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Drecog.h315 rtx_insn * operator () (void) const { return ((f0)func) (); } in operator() function
316 rtx_insn * operator () (rtx a0) const { return ((f1)func) (a0); } in operator() function
317 rtx_insn * operator () (rtx a0, rtx a1) const { return ((f2)func) (a0, a1); } in operator() function
318 rtx_insn * operator () (rtx a0, rtx a1, rtx a2) const { return ((f3)func) (a0, a1, a2); } in operator() function
319 …rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3) const { return ((f4)func) (a0, a1, a2, a3)… in operator() function
320 …rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4) const { return ((f5)func) (a0, a1,… in operator() function
321 …rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5) const { return ((f6)func) … in operator() function
322 …rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6) const { return ((f… in operator() function
323 …rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7) const { re… in operator() function
324 …rtx_insn * operator () (rtx a0, rtx a1, rtx a2, rtx a3, rtx a4, rtx a5, rtx a6, rtx a7, rtx a8) co… in operator() function
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dconcurrence.h125 __mutex& operator=(const __mutex&); in _GLIBCXX_VISIBILITY() local
180 __recursive_mutex& operator=(const __recursive_mutex&); in _GLIBCXX_VISIBILITY() local
237 __scoped_lock& operator=(const __scoped_lock&); in _GLIBCXX_VISIBILITY() local
258 __cond& operator=(const __cond&); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dgslice_array.h73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local
76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
98 void operator=(const _Tp&) const; in _GLIBCXX_VISIBILITY() local
101 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dmask_array.h75 mask_array& operator=(const mask_array&); in _GLIBCXX_VISIBILITY() local
77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
99 void operator=(const _Tp&) const; in _GLIBCXX_VISIBILITY() local
104 void operator=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dindirect_array.h75 indirect_array& operator=(const indirect_array&); in _GLIBCXX_VISIBILITY() local
78 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
100 void operator= (const _Tp&) const; in _GLIBCXX_VISIBILITY() local
104 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dslice_array.h141 slice_array& operator=(const slice_array&); in _GLIBCXX_VISIBILITY() local
144 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
166 void operator=(const _Tp &) const; in _GLIBCXX_VISIBILITY() local
170 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dlocale_classes.h220 operator=(const locale& __other) throw(); in _GLIBCXX_VISIBILITY() local
438 operator=(const facet&); // Not defined. in _GLIBCXX_VISIBILITY() local
443 operator=(const facet&) = delete; in _GLIBCXX_VISIBILITY() local
508 operator=(const id&); // Not defined. in _GLIBCXX_VISIBILITY() local
585 operator=(const _Impl&); // Not defined. in _GLIBCXX_VISIBILITY() local
H A Dstd_mutex.h79 __mutex_base& operator=(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY() local
95 mutex& operator=(const mutex&) = delete; in _GLIBCXX_VISIBILITY() local
168 lock_guard& operator=(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY() local
H A Dunordered_set.h266 operator=(const unordered_set&) = default; in _GLIBCXX_VISIBILITY() local
270 operator=(unordered_set&&) = default; in _GLIBCXX_VISIBILITY() local
1016 operator=(const unordered_multiset&) = default; in _GLIBCXX_VISIBILITY() local
1020 operator=(unordered_multiset&&) = default; in _GLIBCXX_VISIBILITY() local
H A Dshared_ptr.h358 shared_ptr& operator=(const shared_ptr&) noexcept = default; in _GLIBCXX_VISIBILITY() local
718 operator=(const weak_ptr& __r) noexcept = default; in _GLIBCXX_VISIBILITY() local
737 operator=(weak_ptr&& __r) noexcept = default; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dgslice_array.h73 gslice_array& operator=(const gslice_array&); in _GLIBCXX_VISIBILITY() local
76 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
98 void operator=(const _Tp&) const; in _GLIBCXX_VISIBILITY() local
101 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dmask_array.h75 mask_array& operator=(const mask_array&); in _GLIBCXX_VISIBILITY() local
77 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
99 void operator=(const _Tp&) const; in _GLIBCXX_VISIBILITY() local
104 void operator=(const _Expr<_Dom,_Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dindirect_array.h75 indirect_array& operator=(const indirect_array&); in _GLIBCXX_VISIBILITY() local
78 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
100 void operator= (const _Tp&) const; in _GLIBCXX_VISIBILITY() local
104 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dslice_array.h141 slice_array& operator=(const slice_array&); in _GLIBCXX_VISIBILITY() local
144 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_VISIBILITY() local
166 void operator=(const _Tp &) const; in _GLIBCXX_VISIBILITY() local
170 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_VISIBILITY() local
H A Dlocale_classes.h220 operator=(const locale& __other) throw(); in _GLIBCXX_VISIBILITY() local
438 operator=(const facet&); // Not defined. in _GLIBCXX_VISIBILITY() local
443 operator=(const facet&) = delete; in _GLIBCXX_VISIBILITY() local
508 operator=(const id&); // Not defined. in _GLIBCXX_VISIBILITY() local
585 operator=(const _Impl&); // Not defined. in _GLIBCXX_VISIBILITY() local
H A Dstd_mutex.h79 __mutex_base& operator=(const __mutex_base&) = delete; in _GLIBCXX_VISIBILITY() local
95 mutex& operator=(const mutex&) = delete; in _GLIBCXX_VISIBILITY() local
168 lock_guard& operator=(const lock_guard&) = delete; in _GLIBCXX_VISIBILITY() local
H A Dunordered_set.h266 operator=(const unordered_set&) = default; in _GLIBCXX_VISIBILITY() local
270 operator=(unordered_set&&) = default; in _GLIBCXX_VISIBILITY() local
1016 operator=(const unordered_multiset&) = default; in _GLIBCXX_VISIBILITY() local
1020 operator=(unordered_multiset&&) = default; in _GLIBCXX_VISIBILITY() local
H A Dshared_ptr.h358 shared_ptr& operator=(const shared_ptr&) noexcept = default; in _GLIBCXX_VISIBILITY() local
718 operator=(const weak_ptr& __r) noexcept = default; in _GLIBCXX_VISIBILITY() local
737 operator=(weak_ptr&& __r) noexcept = default; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dconcurrence.h125 __mutex& operator=(const __mutex&); in _GLIBCXX_VISIBILITY() local
180 __recursive_mutex& operator=(const __recursive_mutex&); in _GLIBCXX_VISIBILITY() local
237 __scoped_lock& operator=(const __scoped_lock&); in _GLIBCXX_VISIBILITY() local
258 __cond& operator=(const __cond&); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dfind_selectors.h60 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
90 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
130 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
169 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dfind_selectors.h60 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
90 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
130 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
169 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dsafe_sequence.h52 operator()(const _Type& __x) const in operator() function
67 operator()(const _Type& __x) const in operator() function
87 operator()(const _Iterator& __x) const in operator() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dsafe_sequence.h52 operator()(const _Type& __x) const in operator() function
67 operator()(const _Type& __x) const in operator() function
87 operator()(const _Iterator& __x) const in operator() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.h44 const EisImuData& operator=(const EisImuData&) = delete; variable
64 const EisImuAdaptor& operator=(const EisImuAdaptor&) = delete; variable
97 const ImuTask& operator=(const ImuTask&) = delete; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodedstream.h60 EncodedInputStream& operator=(const EncodedInputStream&); in RAPIDJSON_DIAG_OFF() local
91 EncodedInputStream& operator=(const EncodedInputStream&); variable
122 EncodedOutputStream& operator=(const EncodedOutputStream&); variable
168 AutoUTFInputStream& operator=(const AutoUTFInputStream&); variable
272 AutoUTFOutputStream& operator=(const AutoUTFOutputStream&); variable

12345678910>>...13