Searched refs:Not (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc74 using testing::Not;
113 EXPECT_THAT(t, Not(Args<>(Ne(tuple<>()))));
120 EXPECT_THAT(t, Not(Args<1>(Eq(make_tuple(false)))));
128 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
134 EXPECT_THAT(t, Not(Args<1, 1>(Ne())));
140 EXPECT_THAT(t, Not(Args<2, 1>(Lt())));
159 EXPECT_THAT(make_tuple(1, 2), Not(Args<0, 0, 1>(SumIsZero())));
192 Not(Args<9, 8, 7, 6, 5, 4, 3, 2, 1, 0>(
471 EXPECT_THAT(nested, Not(ElementsAre(ElementsAre('H', 'e'),
480 EXPECT_THAT(v, Not(ElementsAr
[all...]
H A Dgmock-matchers_test.cc117 using testing::Not;
512 const Matcher<int> not_m1 = Not(m1);
523 const Matcher<char> not_m2 = Not(m2);
1318 EXPECT_THAT(p, Not(Key(42)));
1320 EXPECT_THAT(p, Not(Key(Lt(25))));
1328 EXPECT_THAT(p, Not(Key(is_negative)));
1337 EXPECT_THAT(container, Not(Contains(Key(3))));
1346 EXPECT_THAT(container, Not(Contains(Key(25))));
1353 EXPECT_THAT(container, Not(Contains(Key(3))));
1375 Matcher<const pair<int, int>&> m2 = Not(Pai
[all...]
H A Dgmock_link_test.h97 // Not
158 using testing::Not;
657 // Tests the linkage of the Not matcher.
659 Matcher<int> m = Not(_);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64si/
H A Dma_fetch.S96 # Not-taken branches should not trap, even without RVC.
/gem5/ext/mcpat/
H A DxmlParser.cc1292 // printf("XMLParser Error: Not enough memory! Aborting...\n"); exit(220);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h159 // Not()).
866 // to write Not(A<bool>()). However we cannot completely rule out
1439 // Implements the Not(...) matcher for a particular argument type T.
1467 // Implements the Not(m) matcher, which matches a value that doesn't
1474 // This template type conversion operator allows Not(m) to be used
3800 // This is convenient as Not(NULL) doesn't compile (the compiler
4107 inline internal::NotMatcher<InnerMatcher> Not(InnerMatcher m) { function in namespace:testing
4272 // EXPECT_THAT(page_ids, Not(Contains(4)));
4289 // Each(m) is semantically equivalent to Not(Contains(Not(
[all...]

Completed in 55 milliseconds