| /src/tests/usr.bin/xlint/lint1/ |
| msg_093.c | 11 /* expect+1: warning: dubious static function 'nested' at block level [93] */ 12 static void nested(void); 14 nested();
|
| /src/usr.bin/make/unit-tests/ |
| directive-if-nested.exp | 1 make: directive-if-nested.inc:1001: deeply nested .if directives
|
| jobs-error-nested-make.exp | 1 make -f jobs-error-nested-make.mk nested 3 *** [nested] Error code 1 5 make: stopped making "nested" in unit-tests 8 make: stopped making "nested" in unit-tests
|
| directive-if-nested.mk | 1 # $NetBSD: directive-if-nested.mk,v 1.2 2025/01/03 05:00:37 rillig Exp $ 3 # Tests for deeply nested .if directives. By default, memory for 128 nested 9 GEN= directive-if-nested.inc 15 printf '.info deeply nested .if directives\n'; \
|
| jobs-error-nested.exp | 1 make -f jobs-error-nested.mk nested 3 *** [nested] Error code 1 5 make: stopped making "nested" in unit-tests 8 make: stopped making "nested" in unit-tests
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| nested-subp1.c | 22 nested (int i2) function 25 non-local variable in the most simple nested function situation: the 30 return nested (i1 + 1);
|
| infcall-nested-structs-c.exp | 20 source $srcdir/$subdir/infcall-nested-structs.exp.tcl
|
| infcall-nested-structs-c++.exp | 22 source $srcdir/$subdir/infcall-nested-structs.exp.tcl
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| nested-subp1.c | 22 nested (int i2) function 25 non-local variable in the most simple nested function situation: the 30 return nested (i1 + 1);
|
| infcall-nested-structs-c.exp | 20 source $srcdir/$subdir/infcall-nested-structs.exp.tcl
|
| infcall-nested-structs-c++.exp | 22 source $srcdir/$subdir/infcall-nested-structs.exp.tcl
|
| /src/usr.sbin/sysinst/ |
| unif.awk | 50 nested = 0 55 nested++ 56 else_ok[nested] = 1 66 skip = nested 71 if (!else_ok[nested]) 73 else_ok[nested] = 0 74 if (skip == nested) 77 skip = nested 82 if (nested == 0) 84 if (skip == nested) [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-callback-stack.c | 39 static int nested = 0; variable 56 ASSERT(nested == 0 && "close_cb must be called from a fresh stack"); 64 ASSERT(nested == 0 && "shutdown_cb must be called from a fresh stack"); 71 ASSERT(nested == 0 && "read_cb must be called from a fresh stack"); 82 nested++; 84 nested--; 95 nested++; 102 nested--; 109 ASSERT(nested == 0 && "timer_cb must be called from a fresh stack"); 113 nested++ [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-nested.h | 1 /* Header file for Nested function decomposition for GIMPLE. 33 nested (NULL), 55 /* For nested functions points to function the node is nested in. */ 57 /* Points to first nested function, if any. */ 58 cgraph_node *nested; member in class:nested_function_info 66 /* If there are functions nested in NODE, return first one. */ 71 return info ? info->nested : NULL; 74 /* Return next nested function (used to iterate from first_nested_function). */ 81 /* Return origin of nested function (and NULL otherwise). * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-nested.h | 1 /* Header file for Nested function decomposition for GIMPLE. 33 nested (NULL), 55 /* For nested functions points to function the node is nested in. */ 57 /* Points to first nested function, if any. */ 58 cgraph_node *nested; member in class:nested_function_info 66 /* If there are functions nested in NODE, return first one. */ 71 return info ? info->nested : NULL; 74 /* Return next nested function (used to iterate from first_nested_function). */ 81 /* Return origin of nested function (and NULL otherwise). * [all...] |
| /src/tests/usr.bin/indent/ |
| opt_badp.c | 141 * The blank line is only inserted at the top of a function body, not in nested 146 nested(void) function 157 nested(void) function
|
| lsym_preprocessing.c | 59 * Nested conditional compilation. 71 # if nested /* inner if comment */
|
| /src/usr.bin/login/ |
| common.h | 49 extern char term[64], *envinit[1], *hostname, *tty, *nested;
|
| /src/external/mit/isl/dist/ |
| isl_space.c | 47 space->nested[0] = NULL; 48 space->nested[1] = NULL; 74 if (space->n_in != 0 || space->nested[0]) 198 if (space->n_in != 0 || space->nested[0] || 199 space->n_out != 0 || space->nested[1]) 320 /* Return the nested space at the given position. 327 if (!space->nested[pos]) 329 "no nested space", return NULL); 330 return space->nested[pos]; 375 "can have nested relations", return isl_size_error) 524 isl_space *nested; local 972 isl_space *nested; local 998 static __isl_keep isl_space *nested(__isl_keep isl_space *space, function 1101 isl_space *nested; local 1486 isl_space *nested; local 1661 isl_space *nested; local 1697 isl_space *nested; local 1734 isl_space *nested; local 1810 isl_space *nested; local 1984 isl_space *nested; local 2048 isl_space *nested; local 2970 isl_bool nested; local 3070 isl_space *nested; local 3251 isl_space *nested; local 3384 isl_space *nested = isl_space_copy(model->nested[1]); local [all...] |
| /src/external/mit/libcbor/dist/test/ |
| type_4_test.c | 71 cbor_item_t *nested = cbor_array_handle(arr)[1]; local 72 assert_true(cbor_isa_array(nested)); 73 assert_true(cbor_array_size(nested) == 1); 74 assert_uint8(cbor_array_handle(nested)[0], 1); 112 cbor_item_t *nested = cbor_array_handle(arr)[1]; local 113 assert_true(cbor_isa_array(nested)); 114 assert_true(cbor_array_size(nested) == 1); 115 assert_uint8(cbor_array_handle(nested)[0], 2);
|
| /src/external/bsd/kyua-cli/dist/utils/signals/ |
| programmer_test.cpp | 102 ATF_TEST_CASE_WITHOUT_HEAD(nested); variable 103 ATF_TEST_CASE_BODY(nested) 139 ATF_ADD_TEST_CASE(tcs, nested);
|
| /src/external/bsd/lutok/dist/ |
| stack_cleaner_test.cpp | 61 ATF_TEST_CASE_WITHOUT_HEAD(nested); variable 62 ATF_TEST_CASE_BODY(nested) 106 ATF_ADD_TEST_CASE(tcs, nested);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| init.h | 18 u32 nested; member in struct:nvbios_init
|
| /src/external/bsd/kyua-atf-compat/dist/ |
| atf-run_test.sh | 63 mkdir subdir/nested 64 create_test_program subdir/nested/program2 skip fail 65 create_atffile subdir/nested/Atffile 'prop: test-suite = "suite"' \ 71 -o match:'subdir/nested/program2:fail -> failed' \ 72 -o match:'subdir/nested/program2:skip -> skipped' \ 103 mkdir subdir/nested 104 create_test_program subdir/nested/program2 skip fail 105 create_atffile subdir/nested/Atffile 'prop: test-suite = "suite"' \ 111 -o match:'subdir/nested/program2:fail -> failed' \ 112 -o match:'subdir/nested/program2:skip -> skipped' [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| hwloop-nested.s | 1 # Blackfin testcase for overlapping nested hwloops (LB)
|