Home
last modified time | relevance | path

Searched refs:test_op (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/unittests/compiler/
Dregister-allocator-unittest.cc29 const InstructionSequenceTest::TestOperand& test_op) { in AreOperandsOfSameType() argument
31 (test_op.type_ == in AreOperandsOfSameType()
33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister); in AreOperandsOfSameType()
42 const InstructionSequenceTest::TestOperand& test_op) { in AllocatedOperandMatches() argument
43 return AreOperandsOfSameType(op, test_op) && in AllocatedOperandMatches()
45 test_op.value_ || in AllocatedOperandMatches()
46 test_op.value_ == InstructionSequenceTest::kNoValue); in AllocatedOperandMatches()
/external/clang/test/SemaTemplate/
Doperator-function-id-template.cpp17 void test_op(A<int> a, int i) { in test_op() function