Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1313 inline T& opCast(T const& t) { return const_cast<T&>(t); } in opCast() function
1317 inline std::nullptr_t opCast(std::nullptr_t) { return nullptr; } in opCast() function
1328 return bool( opCast( lhs ) == opCast( rhs ) ); in evaluate()
1334 return bool( opCast( lhs ) != opCast( rhs ) ); in evaluate()
1340 return bool( opCast( lhs ) < opCast( rhs ) ); in evaluate()
1346 return bool( opCast( lhs ) > opCast( rhs ) ); in evaluate()
1352 return bool( opCast( lhs ) >= opCast( rhs ) ); in evaluate()
1358 return bool( opCast( lhs ) <= opCast( rhs ) ); in evaluate()