Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/
H A Dformatter.bool.pass.cpp68 void test_boolean() { in test_boolean() function
74 test_boolean<char>(); in main()
76 test_boolean<wchar_t>(); in main()
/llvm-project-15.0.7/llvm/utils/lit/tests/unit/
H A DTestRunner.py111 def test_boolean(self): member in TestIntegratedTestKeywordParser