Home
last modified time | relevance | path

Searched defs:bit_and (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Doperations.h80 struct _LIBCPP_TEMPLATE_VIS bit_and : __binary_function<_Tp, _Tp, _Tp> { struct
84 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(bit_and); argument
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h121 bit_and(T x, T y) { in bit_and() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10530 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() function