Searched refs:HasOperand (Results 1 – 3 of 3) sorted by relevance
749 StatementMatcher HasOperand = in TEST() local752 EXPECT_TRUE(matches("void x() { true || false; }", HasOperand)); in TEST()753 EXPECT_TRUE(matches("void x() { false && true; }", HasOperand)); in TEST()754 EXPECT_TRUE(notMatches("void x() { true || true; }", HasOperand)); in TEST()
262 bool HasOperand() const { return operand_ != nullptr; } in NON_EXPORTED_BASE()
706 if (!pos->HasOperand()) continue; in ConvertUsesToOperand()745 if (!pos->HasOperand()) continue; in SetUseHints()1206 if (use_pos->HasOperand()) { in operator <<()