OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operator
(Results
101 - 125
of
9558
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BlockFrequency.h
40
BlockFrequency &
operator
*=(BranchProbability Prob);
41
BlockFrequency
operator
*(BranchProbability Prob) const;
45
BlockFrequency &
operator
/=(BranchProbability Prob);
46
BlockFrequency
operator
/(BranchProbability Prob) const;
49
BlockFrequency &
operator
+=(BlockFrequency Freq);
50
BlockFrequency
operator
+(BlockFrequency Freq) const;
53
BlockFrequency &
operator
-=(BlockFrequency Freq);
54
BlockFrequency
operator
-(BlockFrequency Freq) const;
57
BlockFrequency &
operator
>>=(const unsigned count);
59
bool
operator
<(BlockFrequency RHS) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
iterator.h
43
/// - DerivedT &
operator
=(const DerivedT &R);
44
/// - bool
operator
==(const DerivedT &R) const;
45
/// - const T &
operator
*() const;
46
/// - T &
operator
*();
47
/// - DerivedT &
operator
++();
51
/// - DerivedT &
operator
--();
55
/// - DerivedT &
operator
++();
56
/// - DerivedT &
operator
--();
58
/// - bool
operator
<(const DerivedT &RHS) const;
59
/// - DifferenceTypeT
operator
-(const DerivedT &R) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BlockFrequency.h
40
BlockFrequency &
operator
*=(BranchProbability Prob);
41
BlockFrequency
operator
*(BranchProbability Prob) const;
45
BlockFrequency &
operator
/=(BranchProbability Prob);
46
BlockFrequency
operator
/(BranchProbability Prob) const;
49
BlockFrequency &
operator
+=(BlockFrequency Freq);
50
BlockFrequency
operator
+(BlockFrequency Freq) const;
53
BlockFrequency &
operator
-=(BlockFrequency Freq);
54
BlockFrequency
operator
-(BlockFrequency Freq) const;
57
BlockFrequency &
operator
>>=(const unsigned count);
59
bool
operator
<(BlockFrequency RHS) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
iterator.h
43
/// - DerivedT &
operator
=(const DerivedT &R);
44
/// - bool
operator
==(const DerivedT &R) const;
45
/// - const T &
operator
*() const;
46
/// - T &
operator
*();
47
/// - DerivedT &
operator
++();
51
/// - DerivedT &
operator
--();
55
/// - DerivedT &
operator
++();
56
/// - DerivedT &
operator
--();
58
/// - bool
operator
<(const DerivedT &RHS) const;
59
/// - DifferenceTypeT
operator
-(const DerivedT &R) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BlockFrequency.h
40
BlockFrequency &
operator
*=(BranchProbability Prob);
41
BlockFrequency
operator
*(BranchProbability Prob) const;
45
BlockFrequency &
operator
/=(BranchProbability Prob);
46
BlockFrequency
operator
/(BranchProbability Prob) const;
49
BlockFrequency &
operator
+=(BlockFrequency Freq);
50
BlockFrequency
operator
+(BlockFrequency Freq) const;
53
BlockFrequency &
operator
-=(BlockFrequency Freq);
54
BlockFrequency
operator
-(BlockFrequency Freq) const;
57
BlockFrequency &
operator
>>=(const unsigned count);
59
bool
operator
<(BlockFrequency RHS) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
iterator.h
43
/// - DerivedT &
operator
=(const DerivedT &R);
44
/// - bool
operator
==(const DerivedT &R) const;
45
/// - const T &
operator
*() const;
46
/// - T &
operator
*();
47
/// - DerivedT &
operator
++();
51
/// - DerivedT &
operator
--();
55
/// - DerivedT &
operator
++();
56
/// - DerivedT &
operator
--();
58
/// - bool
operator
<(const DerivedT &RHS) const;
59
/// - DifferenceTypeT
operator
-(const DerivedT &R) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BlockFrequency.h
40
BlockFrequency &
operator
*=(BranchProbability Prob);
41
BlockFrequency
operator
*(BranchProbability Prob) const;
45
BlockFrequency &
operator
/=(BranchProbability Prob);
46
BlockFrequency
operator
/(BranchProbability Prob) const;
49
BlockFrequency &
operator
+=(BlockFrequency Freq);
50
BlockFrequency
operator
+(BlockFrequency Freq) const;
53
BlockFrequency &
operator
-=(BlockFrequency Freq);
54
BlockFrequency
operator
-(BlockFrequency Freq) const;
57
BlockFrequency &
operator
>>=(const unsigned count);
59
bool
operator
<(BlockFrequency RHS) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
iterator.h
43
/// - DerivedT &
operator
=(const DerivedT &R);
44
/// - bool
operator
==(const DerivedT &R) const;
45
/// - const T &
operator
*() const;
46
/// - T &
operator
*();
47
/// - DerivedT &
operator
++();
51
/// - DerivedT &
operator
--();
55
/// - DerivedT &
operator
++();
56
/// - DerivedT &
operator
--();
58
/// - bool
operator
<(const DerivedT &RHS) const;
59
/// - DifferenceTypeT
operator
-(const DerivedT &R) const
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BlockFrequency.h
40
BlockFrequency &
operator
*=(BranchProbability Prob);
41
BlockFrequency
operator
*(BranchProbability Prob) const;
45
BlockFrequency &
operator
/=(BranchProbability Prob);
46
BlockFrequency
operator
/(BranchProbability Prob) const;
49
BlockFrequency &
operator
+=(BlockFrequency Freq);
50
BlockFrequency
operator
+(BlockFrequency Freq) const;
53
BlockFrequency &
operator
-=(BlockFrequency Freq);
54
BlockFrequency
operator
-(BlockFrequency Freq) const;
57
BlockFrequency &
operator
>>=(const unsigned count);
59
bool
operator
<(BlockFrequency RHS) const
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp
50
operator
()(size_type i) const
quadratic_probe_fn_imp.hpp
50
operator
()(size_type i) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp
50
operator
()(size_type i) const
quadratic_probe_fn_imp.hpp
50
operator
()(size_type i) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp
50
operator
()(size_type i) const
quadratic_probe_fn_imp.hpp
50
operator
()(size_type i) const
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusbase.h
36
static void*
operator
new(size_t in_size)
40
static void*
operator
new[](size_t in_size)
44
static void
operator
delete(void *in_pVoid)
48
static void
operator
delete[](void *in_pVoid)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ivec.h
43
operator
__m64() const { return vec; }
45
M64&
operator
&=(const M64 &a) { return *this = (M64) _m_pand(vec,a); }
46
M64&
operator
|=(const M64 &a) { return *this = (M64) _m_por(vec,a); }
47
M64&
operator
^=(const M64 &a) { return *this = (M64) _m_pxor(vec,a); }
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp
50
operator
()(size_type i) const
quadratic_probe_fn_imp.hpp
50
operator
()(size_type i) const
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_valarray.c
36
_Valarray_bool valarray<_Tp>::
operator
!() const {
function in class:_Tp
45
valarray<_Tp>& valarray<_Tp>::
operator
=(const slice_array<_Tp>& __x) {
56
valarray<_Tp> valarray<_Tp>::
operator
[](slice __slice) const {
87
valarray<_Tp>& valarray<_Tp>::
operator
=(const gslice_array<_Tp>& __x) {
98
valarray<_Tp> valarray<_Tp>::
operator
[](const gslice& __slice) const {
108
valarray<_Tp> valarray<_Tp>::
operator
[](const _Valarray_bool& __mask) const {
126
valarray<_Tp>& valarray<_Tp>::
operator
=(const indirect_array<_Tp>& __x) {
135
valarray<_Tp>::
operator
[](const _Valarray_size_t& __addr) const {
_valarray.h
136
valarray<_Tp>&
operator
=(const valarray<_Tp>& __x) {
144
valarray<_Tp>&
operator
=(const value_type& __x) {
150
valarray<_Tp>&
operator
=(const slice_array<_Tp>&);
151
valarray<_Tp>&
operator
=(const gslice_array<_Tp>&);
152
valarray<_Tp>&
operator
=(const mask_array<_Tp>&);
153
valarray<_Tp>&
operator
=(const indirect_array<_Tp>&);
156
value_type
operator
[](size_t __n) const {
160
value_type&
operator
[](size_t __n) {
167
valarray<_Tp>
operator
[](slice) const;
168
slice_array<_Tp>
operator
[](slice)
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/
linear_probe_fn_imp.hpp
50
operator
()(size_type i) const
quadratic_probe_fn_imp.hpp
50
operator
()(size_type i) const
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
MoveOnly.h
21
MoveOnly&
operator
=(const MoveOnly&);
28
MoveOnly&
operator
=(MoveOnly&& x)
33
bool
operator
==(const MoveOnly& x) const {return data_ == x.data_;}
34
bool
operator
< (const MoveOnly& x) const {return data_ < x.data_;}
43
std::size_t
operator
()(const MoveOnly& x) const {return x.get();}
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/support/
min_allocator.h
33
explicit
operator
bool() const {return ptr_ != nullptr;}
35
friend bool
operator
==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;}
36
friend bool
operator
!=(min_pointer x, min_pointer y) {return !(x == y);}
55
explicit
operator
bool() const {return ptr_ != nullptr;}
57
friend bool
operator
==(min_pointer x, min_pointer y) {return x.ptr_ == y.ptr_;}
58
friend bool
operator
!=(min_pointer x, min_pointer y) {return !(x == y);}
73
explicit
operator
bool() const {return ptr_ != nullptr;}
81
reference
operator
*() const {return *ptr_;}
82
pointer
operator
->() const {return ptr_;}
84
min_pointer&
operator
++() {++ptr_; return *this;
[
all
...]
Completed in 3342 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>