Searched refs:LogicalOr (Results 1 – 1 of 1) sorted by relevance
62 bool LogicalOr(bool x, bool y) { return x || y; } in LogicalOr() function65 return LogicalImpl(context, node, LogicalOr); in LogicalOrEval()
Completed in 2 milliseconds