Searched defs:HasOperand (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp749 StatementMatcher HasOperand = local
752 EXPECT_TRUE(matches("void x() { true || false; }", HasOperand));
753 EXPECT_TRUE(matches("void x() { false && true; }", HasOperand));
754 EXPECT_TRUE(notMatches("void x() { true || true; }", HasOperand));
/external/v8/src/crankshaft/
H A Dlithium-allocator.h165 bool HasOperand() const { return operand_ != NULL; } function in class:v8::internal::UsePosition
/external/v8/src/compiler/
H A Dregister-allocator.h258 bool HasOperand() const { return operand_ != nullptr; } function in class:v8::internal::compiler::final

Completed in 350 milliseconds