Home
last modified time | relevance | path

Searched refs:test_encode (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dconcat_macros.h53 void test_encode(OutIt& out_it, char16_t value) { in test_encode() function
68 void test_encode(OutIt& out_it, char32_t value) { in test_encode() function
70 test_encode(out_it, static_cast<char16_t>(value)); in test_encode()
91 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
96 test_encode(out_it, static_cast<char16_t>(value)); in test_transcode()
101 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
111 test_encode(out_it, value); in test_transcode()
113 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
130 test_encode(out_it, value); in test_transcode()
132 test_encode(out_it, static_cast<char16_t>(test_replacement_character)); in test_transcode()
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_shell.py30 def test_encode(self): member in ShellTest
/llvm-project/clang/test/SemaObjC/
H A Dexprs.m33 void test_encode(void) { function