Searched refs:FourNotFive (Results 1 – 2 of 2) sorted by relevance
815 StatementMatcher FourNotFive = binaryConditionalOperator( in TEST() local820 EXPECT_TRUE(matches("void x() { 4 ?: 5; }", FourNotFive)); in TEST()
1116 StatementMatcher FourNotFive = binaryConditionalOperator( in TEST_P() local1121 EXPECT_TRUE(matches("void x() { 4 ?: 5; }", FourNotFive)); in TEST_P()