Home
last modified time | relevance | path

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

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