Searched refs:num_cases (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/bsd/tre/dist/tests/agrep/ |
H A D | run-tests.sh | 9 num_cases=0 34 num_cases=`expr $num_cases + 1` 92 echo "Ran $num_cases tests ($num_expanded expanded) from $num_tests suites."
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | sparse_array_test.c | 105 size_t num_cases; member 118 for (i = 0; i < doall_data->num_cases; i++) in leaf_check_all() 134 for (i = 0; i < doall_data->num_cases; i++) in leaf_delete() 157 doall_data.num_cases = OSSL_NELEM(cases); in test_sparse_array_doall()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | functions.rst | 355 int num_cases,\ 388 ``num_cases`` must be >= 0.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | functions.rst | 400 int num_cases,\ 433 ``num_cases`` must be >= 0.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.h | 1233 int num_cases,
|
H A D | libgccjit.c | 2543 int num_cases, in gcc_jit_block_end_with_switch() argument 2565 RETURN_IF_FAIL (num_cases >= 0, ctxt, loc, "num_cases < 0"); in gcc_jit_block_end_with_switch() 2567 for (int i = 0; i < num_cases; i++) in gcc_jit_block_end_with_switch() 2585 num_cases, in gcc_jit_block_end_with_switch()
|
H A D | jit-recording.c | 4196 int num_cases, in end_with_switch() argument 4202 num_cases, in end_with_switch() 6247 int num_cases, in switch_() argument 6253 m_cases.reserve_exact (num_cases); in switch_() 6254 for (int i = 0; i< num_cases; i++) in switch_()
|
H A D | jit-recording.h | 1279 int num_cases, 2057 int num_cases,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.h | 1552 int num_cases,
|
H A D | libgccjit.cc | 3403 int num_cases, in gcc_jit_block_end_with_switch() argument 3425 RETURN_IF_FAIL (num_cases >= 0, ctxt, loc, "num_cases < 0"); in gcc_jit_block_end_with_switch() 3427 for (int i = 0; i < num_cases; i++) in gcc_jit_block_end_with_switch() 3445 num_cases, in gcc_jit_block_end_with_switch()
|
H A D | jit-recording.cc | 4583 int num_cases, in end_with_switch() argument 4589 num_cases, in end_with_switch() 7045 int num_cases, in switch_() argument 7051 m_cases.reserve_exact (num_cases); in switch_() 7052 for (int i = 0; i< num_cases; i++) in switch_()
|
H A D | jit-recording.h | 1382 int num_cases, 2263 int num_cases,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 7884 …oc, gcc_jit_rvalue@w{ }*expr, gcc_jit_block@w{ }*default_block, int@w{ }num_cases, gcc_jit_case@w{… 7918 @code{num_cases} must be >= 0.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 8042 …oc, gcc_jit_rvalue@w{ }*expr, gcc_jit_block@w{ }*default_block, int@w{ }num_cases, gcc_jit_case@w{… 8074 @code{num_cases} must be >= 0.
|