Searched refs:bit_and (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__functional/ |
H A D | operations.h | 196 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 D | functional.cppm |
|
H A D | functional.inc | 47 using std::bit_and;
|
/freebsd/usr.bin/dtc/ |
H A D | input_buffer.cc | 810 expr = new binary_operator<10, std::bit_and<valty>>(l, "&"); in parse_binary_expression()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | valarray | 2829 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 D | functional | 168 struct bit_and {
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 9361 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 D | StdSymbolMap.inc | 817 SYMBOL(bit_and, std::, <functional>)
|