Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Safe/t/
Dsafeops.t191 bit_and $x & $y
/openbsd/src/gnu/llvm/libcxx/include/
Dvalarray4062 __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>(),
Dfunctional157 struct bit_and {
/openbsd/src/gnu/usr.bin/perl/regen/
Dopcodes164 bit_and bitwise and (&) ck_bitop fst2 S S|
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dsimd163 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/
Dfold-const.c5609 bit_and:
5656 goto bit_and;
/openbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dagentexpr.texi316 @item @code{bit_and} (0x0f): @var{a} @var{b} @result{} @var{a&b}
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DStdSymbolMap.inc169 SYMBOL(bit_and, std::, <functional>)
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp12393 static IntRange bit_and(IntRange L, IntRange R) { in bit_and() function
12613 Combine = IntRange::bit_and; in GetExprRange()