Searched refs:HasOperand (Results 1 – 3 of 3) sorted by relevance
250 bool HasOperand() const { return operand_ != NULL; } in HasOperand() function
476 if (use_pos->HasOperand()) { in ConvertOperands()
1570 StatementMatcher HasOperand = in TEST() local1573 EXPECT_TRUE(matches("void x() { true || false; }", HasOperand)); in TEST()1574 EXPECT_TRUE(matches("void x() { false && true; }", HasOperand)); in TEST()1575 EXPECT_TRUE(notMatches("void x() { true || true; }", HasOperand)); in TEST()