Searched refs:test_printing (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp34 constexpr int test_printing(int a, float b, _Complex int c, _Complex float d, function
39 static_assert(test_printing(12, 39.762, 3 + 4i, 12.9 + 3.6i, &u2.arr[4], u2.another.arr[2], (vector_int){5, 1, 2, 3}, u1) == 0, ""); // \
41 expected-note {{in call to 'test_printing(12, 3.976200e+01, 3+4i, 1.290000e+01+3.600000e+00i, &u2.T::arr[4], u2.another.arr[2], {5, 1, 2, 3}, {{{}}, {{}}, &u1.T::arr[2]})'}}
/external/python/cpython2/Lib/test/
H A Dtest_unicode.py1178 def test_printing(self): member in class:UnicodeTest
/external/python/cpython3/Lib/test/
H A Dtest_unicode.py2191 def test_printing(self): member in class:UnicodeTest

Completed in 89 milliseconds