Home
last modified time | relevance | path

Searched refs:NoBool (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dvector.cpp355 const TemplateVectorType<bool, 32>::type NoBool = {}; in Init() local
/external/python/cpython3/Lib/test/
Dtest_inspect.py1136 class NoBool(object): class
1138 return NoBool()
1145 dd = NoBool()