Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Doperations.h87 struct _LIBCPP_TEMPLATE_VIS bit_or : __binary_function<_Tp, _Tp, _Tp> { struct
91 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(bit_or); argument
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h131 bit_or(T x, T y) { in bit_or() function