Searched refs:IsIfFalse (Results 1 – 4 of 4) sorted by relevance
138 IsIfFalse(CaptureEq(&branch))))); in TARGET_TEST_P()217 IsIfFalse(AllOf(CaptureEq(&branch), in TARGET_TEST_F()248 IsIfFalse(CaptureEq(&branch))))); in TARGET_TEST_F()271 IsIfFalse(AllOf( in TARGET_TEST_F()297 IsIfFalse(AllOf( in TARGET_TEST_F()331 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch)))))); in TARGET_TEST_F()385 IsIfFalse(CaptureEq(&branch))))); in TARGET_TEST_F()409 IsIfFalse(AllOf( in TARGET_TEST_F()436 IsIfFalse(AllOf( in TARGET_TEST_F()471 AllOf(CaptureEq(&if_false), IsIfFalse(CaptureEq(&branch)))))); in TARGET_TEST_F()
135 IsIfFalse(AllOf(CaptureEq(&branch), in TEST_F()
60 Matcher<Node*> IsIfFalse(const Matcher<Node*>& control_matcher);
623 Matcher<Node*> IsIfFalse(const Matcher<Node*>& control_matcher) { in IsIfFalse() function