Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp1007 AnyOf anyOfExpr( *this ); in operator ||() local
1008 anyOfExpr.add( other ); in operator ||()
1009 return anyOfExpr; in operator ||()
1028 Generic::AnyOf<ExpressionT> anyOfExpr; in operator ||() local
1029 anyOfExpr.add( *this ); in operator ||()
1030 anyOfExpr.add( other ); in operator ||()
1031 return anyOfExpr; in operator ||()