Searched refs:HasOperand (Results 1 – 5 of 5) sorted by relevance
165 bool HasOperand() const { return operand_ != NULL; } in HasOperand() function
459 if (use_pos->HasOperand()) { in ConvertOperands()
255 bool HasOperand() const { return operand_ != nullptr; } in HasOperand() function
716 if (!pos->HasOperand()) continue; in ConvertUsesToOperand()754 if (!pos->HasOperand()) continue; in SetUseHints()1208 if (use_pos->HasOperand()) { in operator <<()
2423 StatementMatcher HasOperand = in TEST() local2426 EXPECT_TRUE(matches("void x() { true || false; }", HasOperand)); in TEST()2427 EXPECT_TRUE(matches("void x() { false && true; }", HasOperand)); in TEST()2428 EXPECT_TRUE(notMatches("void x() { true || true; }", HasOperand)); in TEST()