Searched refs:WrongType (Results 1 – 3 of 3) sorted by relevance
29 struct WrongType {}; struct32 static_assert(!HasFillN<WrongType*>);
446 bool WrongType = false; in getFunction() local448 WrongType = true; in getFunction()452 WrongType = true; in getFunction()455 if (WrongType) { in getFunction()
45 TEST(MatchVerifier, WrongType) { in TEST() argument