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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc113 // argument of an incomplete type.
122 // by-reference an argument whose type is incomplete, we can still
125 MockIncomplete incomplete; local
126 EXPECT_CALL(incomplete, ByRefFunc(_))
133 *os << "incomplete";

Completed in 21 milliseconds