Home
last modified time | relevance | path

Searched defs:bit_or (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dstl_function.h305 struct bit_or : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct
308 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dstl_function.h305 struct bit_or : public binary_function<_Tp, _Tp, _Tp> in _GLIBCXX_VISIBILITY() struct
308 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp42 bit_or, enumerator
119 bit_or = binary_op<op::bit_or>::value, enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp43 bit_or, enumerator
120 bit_or = binary_op<op::bit_or>::value, enumerator
/aosp_15_r20/external/llvm-libc/src/__support/fixed_point/
H A Dfx_bits.h117 bit_or(T x, T y) { in bit_or() function
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_builder.cpp407 bit_or(operand a, operand b) in bit_or() function