Searched refs:_DEFINE_EXPR_UNARY_OPERATOR (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dvalarray_after.h326 #define _DEFINE_EXPR_UNARY_OPERATOR(_Op, _Name) \ macro
335 _DEFINE_EXPR_UNARY_OPERATOR(+, __unary_plus)
336 _DEFINE_EXPR_UNARY_OPERATOR(-, __negate)
337 _DEFINE_EXPR_UNARY_OPERATOR(~, __bitwise_not)
339 #undef _DEFINE_EXPR_UNARY_OPERATOR macro

Completed in 42 milliseconds