HomeSort by relevance Sort by last modified time
    Searched refs:test_op (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaTemplate/
operator-function-id-template.cpp 17 void test_op(A<int> a, int i) { function
  /external/v8/test/unittests/compiler/
register-allocator-unittest.cc 29 const InstructionSequenceTest::TestOperand& test_op) {
31 (test_op.type_ ==
33 test_op.type_ == InstructionSequenceTest::TestOperandType::kRegister);
42 const InstructionSequenceTest::TestOperand& test_op) {
43 return AreOperandsOfSameType(op, test_op) &&
45 test_op.value_ ||
46 test_op.value_ == InstructionSequenceTest::kNoValue);

Completed in 77 milliseconds