Home
last modified time | relevance | path

Searched refs:NotBool (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
Dexplicit.cpp103 struct NotBool { in testBool() struct
107 NotBool n; in testBool()
/external/llvm-project/clang/test/SemaCXX/
Dexplicit.cpp120 struct NotBool { in testBool() struct
124 NotBool n; in testBool()
/external/python/cpython3/Lib/test/
Dtest_dynamicclassattribute.py159 class NotBool(object): class
167 foo.__isabstractmethod__ = NotBool()
Dtest_property.py142 class NotBool(object): class
150 foo.__isabstractmethod__ = NotBool()
Dtest_abc.py218 class NotBool(object): class
226 bar.__isabstractmethod__ = NotBool()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dscalar_computations_test.cc542 XLA_TEST_F(ScalarComputationsTest, NotBool) { in XLA_TEST_F() argument