Searched refs:ConditionalFalse (Results 1 – 1 of 1) sorted by relevance
2352 StatementMatcher ConditionalFalse = conditionalOperator( in TEST() local2355 EXPECT_TRUE(matches("void x() { true ? true : false; }", ConditionalFalse)); in TEST()2357 notMatches("void x() { true ? false : true; }", ConditionalFalse)); in TEST()