Home
last modified time | relevance | path

Searched refs:bit_and (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Doperations.h196 struct _LIBCPP_TEMPLATE_VIS bit_and : __binary_function<_Tp, _Tp, _Tp> {
202 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(bit_and);
206 struct _LIBCPP_TEMPLATE_VIS bit_and<void> {
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.cppm
H A Dfunctional.inc47 using std::bit_and;
/freebsd/usr.bin/dtc/
H A Dinput_buffer.cc810 expr = new binary_operator<10, std::bit_and<valty>>(l, "&"); in parse_binary_expression()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvalarray2829 inline _LIBCPP_HIDE_FROM_ABI __val_expr<_BinaryOp<bit_and<typename _Expr1::value_type>, _Expr1, _Ex…
2832 typedef _BinaryOp<bit_and<value_type>, _Expr1, _Expr2> _Op;
2833 return __val_expr<_Op>(_Op(bit_and<value_type>(), __x, __y));
2838 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, _Expr, __scalar_expr<typename _Expr::valu…
2841 typedef _BinaryOp<bit_and<value_type>, _Expr, __scalar_expr<value_type> > _Op;
2842 …return __val_expr<_Op>(_Op(bit_and<value_type>(), __x, __scalar_expr<value_type>(__y, __x.size()))…
2847 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, __scalar_expr<typename _Expr::value_type>…
2850 typedef _BinaryOp<bit_and<value_type>, __scalar_expr<value_type>, _Expr> _Op;
2851 …return __val_expr<_Op>(_Op(bit_and<value_type>(), __scalar_expr<value_type>(__x, __y.size()), __y)…
H A Dfunctional168 struct bit_and {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9361 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() function
9581 Combine = IntRange::bit_and; in GetExprRange()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc817 SYMBOL(bit_and, std::, <functional>)