Searched refs:LogicalAnd (Results 1 – 1 of 1) sorted by relevance
68 bool LogicalAnd(bool x, bool y) { return x && y; } in LogicalAnd() function71 return LogicalImpl(context, node, LogicalAnd); in LogicalAndEval()
Completed in 2 milliseconds