Home
last modified time | relevance | path

Searched defs:test_char (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/libcxx/utilities/format/format.functions/
H A Dascii.pass.cpp27 static void test_char() { test_char() function
H A Descaped_output.ascii.pass.cpp148 void test_char() { test_char() function
/llvm-project/flang/test/Lower/Intrinsics/
H A Dc_f_pointer.f9068 subroutine test_char(cptr, fptr) subroutine
76 ! CHECK-LABEL: func.func @_QPtest_chararray( argument
/llvm-project/flang/test/Lower/
H A Doptional-value-caller.f90359 subroutine test_char(c) subroutine
380 ctest_char global() argument
H A Dcall-copy-in-out.f90189 subroutine test_char(x) subroutine
232 end subroutine test_char argument
/llvm-project/clang/test/FixIt/
H A Dformat.m98 void test_char(char c, signed char s, unsigned char u, uint8_t n) { function
/llvm-project/clang/test/Analysis/
H A Dproduce-symbolcast_x64.cpp162 void test_char(char x) { in test_char() function
H A Dproduce-symbolcast_x86.cpp171 void test_char(char x) { in test_char() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h26 void test_char(TestFunction check, ExceptionTest check_exception) { test_char() function
/llvm-project/libcxx/test/std/utilities/format/format.functions/
H A Descaped_output.unicode.pass.cpp151 void test_char() { test_char() function
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.fill/
H A Dfill_n.pass.cpp40 test_char() in test_char() function
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/
H A Dformat.functions.tests.h243 void test_char(TestFunction check, ExceptionTest check_exception) { test_char() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h252 void test_char(TestFunction check, ExceptionTest check_exception) { test_char() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h247 void test_char(TestFunction check, ExceptionTest check_exception) { test_char() function
/llvm-project/clang/test/C/C23/
H A Dn3007.c108 auto test_char = 'A'; in test_misc() local