Searched refs:ConditionalFalse (Results 1 – 1 of 1) sorted by relevance
1102 StatementMatcher ConditionalFalse = in TEST_P() local1105 EXPECT_TRUE(matches("void x() { true ? true : false; }", ConditionalFalse)); in TEST_P()1107 notMatches("void x() { true ? false : true; }", ConditionalFalse)); in TEST_P()1109 EXPECT_TRUE(matches("void x() { true ? true : false; }", ConditionalFalse)); in TEST_P()1111 notMatches("void x() { true ? false : true; }", ConditionalFalse)); in TEST_P()