| /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);
|
| /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);
|
| /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/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/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...] |
| gengtype.h | 186 struct nested_ptr_data* nested; /* when OPTION_NESTED. */ member in union:options::__anon13715 209 /* Create a nested option. */ 213 /* Create a nested pointer option. */
|
| /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/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| init.h | 18 u32 nested; member in struct:nvbios_init
|
| /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_lparen_or_lbracket.c | 55 int nested = ( variable 67 int nested = ( variable
|
| /src/external/mit/isl/dist/ |
| isl_space_private.h | 20 isl_space *nested[2]; member in struct:isl_space
|
| /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/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/gdb.old/dist/gdb/ |
| d-namespace.c | 112 std::string classname, nested; local 135 nested = name; 144 nested = std::string (name + prefix_len + 1); 153 /* Look for a symbol named NESTED in this class. */ 155 nested.c_str (), block); 296 /* Look up a symbol named NESTED_NAME that is nested inside the D 298 given by BLOCK. Return NULL if there is no such nested type. */
|
| cp-namespace.c | 268 const char *nested = name + prefix_len + 2; local 289 /* If the scope is a function/method, then look up NESTED as a local 294 return lookup_symbol (nested, scope_sym.symbol->value_block (), 297 /* Look for a symbol named NESTED in this class/namespace. 300 return cp_lookup_nested_symbol_1 (scope_type, nested, name, 894 /* Look up a symbol named NESTED_NAME that is nested inside the C++ 897 Return NULL if there is no such nested symbol. */ 928 specific code to lookup nested symbols in modules, by calling the
|
| /src/external/gpl3/gdb/dist/gdb/ |
| d-namespace.c | 112 std::string classname, nested; local 135 nested = name; 144 nested = std::string (name + prefix_len + 1); 153 /* Look for a symbol named NESTED in this class. */ 155 nested.c_str (), block); 296 /* Look up a symbol named NESTED_NAME that is nested inside the D 298 given by BLOCK. Return NULL if there is no such nested type. */
|
| cp-namespace.c | 268 const char *nested = name + prefix_len + 2; local 289 /* If the scope is a function/method, then look up NESTED as a local 294 return lookup_symbol (nested, scope_sym.symbol->value_block (), 297 /* Look for a symbol named NESTED in this class/namespace. 300 return cp_lookup_nested_symbol_1 (scope_type, nested, name, 896 /* Look up a symbol named NESTED_NAME that is nested inside the C++ 899 Return NULL if there is no such nested symbol. */ 930 specific code to lookup nested symbols in modules, by calling the
|
| /src/usr.bin/login/ |
| common.c | 80 char term[64], *envinit[1], *hostname, *tty, *nested; variable 210 } else if (nested != NULL) { 213 "%s", nested, pwd->pw_name, tty, hname, assbuf); 215 syslog(LOG_NOTICE, "%s to %s on tty %s", nested,
|
| /src/external/bsd/unbound/dist/ipset/ |
| ipset.c | 145 struct nlattr *nested[2]; local 168 nested[0] = mnl_attr_nest_start(nlh, IPSET_ATTR_DATA); 169 nested[1] = mnl_attr_nest_start(nlh, IPSET_ATTR_IP); 172 mnl_attr_nest_end(nlh, nested[1]); 173 mnl_attr_nest_end(nlh, nested[0]);
|
| /src/bin/ksh/ |
| syn.c | 28 static struct op *nested ARGS((int type, int smark, int emark)); 195 nested(type, smark, emark) function 292 t = nested(TPAREN, '(', ')'); 296 t = nested(TBRACE, '{', '}');
|
| /src/external/bsd/mdocml/dist/ |
| mansearch.c | 613 int needterm, nested; local 615 if ((nested = *argi) == argc) 625 if (nested)
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 87 /* 2. Detect 'nested' : NDS32_NESTED 91 nested_str = strstr (target_str, "nested"); 99 'nested' string, we check 'nested' with lowest priority. */ 178 /* 2. Detect 'nested' : NDS32_NESTED 182 nested_str = strstr (target_str, "nested"); 190 'nested' string, we check 'nested' with lowest priority. */ 399 /* Prepare nested type string for first level handler name. */ 596 2. Only 'nested', 'not_nested', or 'nested_ready' in the attributes 665 tree nested, not_nested, nested_ready, critical; local [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| team.c | 61 bool nested; member in struct:gomp_thread_start_data 107 if (data->nested) 327 bool nested; local 339 nested = thr->ts.level; 351 /* Always save the previous state, even if this isn't a nested team. 460 /* We only allow the reuse of idle threads for non-nested PARALLEL 465 if (!nested) 856 start_data->nested = nested; 870 if (nested) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 87 /* 2. Detect 'nested' : NDS32_NESTED 91 nested_str = strstr (target_str, "nested"); 99 'nested' string, we check 'nested' with lowest priority. */ 178 /* 2. Detect 'nested' : NDS32_NESTED 182 nested_str = strstr (target_str, "nested"); 190 'nested' string, we check 'nested' with lowest priority. */ 399 /* Prepare nested type string for first level handler name. */ 596 2. Only 'nested', 'not_nested', or 'nested_ready' in the attributes 665 tree nested, not_nested, nested_ready, critical; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| team.c | 61 bool nested; member in struct:gomp_thread_start_data 107 if (data->nested) 328 bool nested; local 340 nested = thr->ts.level; 352 /* Always save the previous state, even if this isn't a nested team. 461 /* We only allow the reuse of idle threads for non-nested PARALLEL 466 if (!nested) 855 start_data->nested = nested; 869 if (nested) [all...] |