Searched refs:AlwaysOne (Results 1 – 2 of 2) sorted by relevance
806 StatementMatcher AlwaysOne = binaryConditionalOperator( in TEST() local813 EXPECT_TRUE(matches("void x() { 1 ?: 0; }", AlwaysOne)); in TEST()
1107 StatementMatcher AlwaysOne = in TEST_P() local1114 EXPECT_TRUE(matches("void x() { 1 ?: 0; }", AlwaysOne)); in TEST_P()