Searched refs:NotBool (Results 1 – 6 of 6) sorted by relevance
103 struct NotBool { in testBool() struct107 NotBool n; in testBool()
120 struct NotBool { in testBool() struct124 NotBool n; in testBool()
159 class NotBool(object): class167 foo.__isabstractmethod__ = NotBool()
142 class NotBool(object): class150 foo.__isabstractmethod__ = NotBool()
218 class NotBool(object): class226 bar.__isabstractmethod__ = NotBool()
542 XLA_TEST_F(ScalarComputationsTest, NotBool) { in XLA_TEST_F() argument