Searched refs:bit_and (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Safe/t/ |
| D | safeops.t | 191 bit_and $x & $y
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | valarray | 4062 __val_expr<_BinaryOp<bit_and<typename _Expr1::value_type>, _Expr1, _Expr2> > 4067 typedef _BinaryOp<bit_and<value_type>, _Expr1, _Expr2> _Op; 4068 return __val_expr<_Op>(_Op(bit_and<value_type>(), __x, __y)); 4076 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, 4082 typedef _BinaryOp<bit_and<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4083 return __val_expr<_Op>(_Op(bit_and<value_type>(), 4092 __val_expr<_BinaryOp<bit_and<typename _Expr::value_type>, 4098 typedef _BinaryOp<bit_and<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4099 return __val_expr<_Op>(_Op(bit_and<value_type>(),
|
| D | functional | 157 struct bit_and {
|
| /openbsd/src/gnu/usr.bin/perl/regen/ |
| D | opcodes | 164 bit_and bitwise and (&) ck_bitop fst2 S S|
|
| /openbsd/src/gnu/llvm/libcxx/include/experimental/ |
| D | simd | 163 typename V::value_type reduce(const const_where_expression<M, V>& x, bit_and<> binary_op); 1258 bit_and<typename _SimdType::value_type>);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | fold-const.c | 5609 bit_and: 5656 goto bit_and;
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | agentexpr.texi | 316 @item @code{bit_and} (0x0f): @var{a} @var{b} @result{} @var{a&b}
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| D | StdSymbolMap.inc | 169 SYMBOL(bit_and, std::, <functional>)
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaChecking.cpp | 12393 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() function 12613 Combine = IntRange::bit_and; in GetExprRange()
|