Home
last modified time | relevance | path

Searched refs:HasOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlithium-allocator.h250 bool HasOperand() const { return operand_ != NULL; } in HasOperand() function
Dlithium-allocator.cc476 if (use_pos->HasOperand()) { in ConvertOperands()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1570 StatementMatcher HasOperand = in TEST() local
1573 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()