Home
last modified time | relevance | path

Searched refs:cur_node (Results 1 – 23 of 23) sorted by relevance

/netbsd/usr.bin/ctags/
H A Dtree.c101 add_node(NODE *node, NODE *cur_node) in add_node() argument
105 dif = strcmp(node->entry, cur_node->entry); in add_node()
107 if (node->file == cur_node->file) { in add_node()
112 if (!cur_node->been_warned) in add_node()
115 cur_node->been_warned = YES; in add_node()
118 if (cur_node->left) in add_node()
119 add_node(node, cur_node->left); in add_node()
121 cur_node->left = node; in add_node()
123 if (cur_node->right) in add_node()
124 add_node(node, cur_node->right); in add_node()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c419 cur_node.host_end = cur_node.host_start; in gomp_map_pointer()
452 cur_node.host_end = cur_node.host_start + sizes[i]; in gomp_map_fields_existing()
742 cur_node.host_end = cur_node.host_start; in gomp_map_vars_internal()
820 cur_node.host_end = cur_node.host_start + sizes[i]; in gomp_map_vars_internal()
832 cur_node.host_end - cur_node.host_start); in gomp_map_vars_internal()
879 cur_node.host_end - cur_node.host_start); in gomp_map_vars_internal()
998 cur_node.host_end = cur_node.host_start; in gomp_map_vars_internal()
2388 cur_node.host_end - cur_node.host_start); in gomp_exit_data()
2670 cur_node.host_end = cur_node.host_start; in omp_target_is_present()
2906 cur_node.host_end = cur_node.host_start + size; in omp_target_associate_ptr()
[all …]
H A Doacc-mem.c921 struct splay_tree_key_s cur_node; in acc_attach_async() local
930 cur_node.host_end = cur_node.host_start + sizeof (void *); in acc_attach_async()
956 struct splay_tree_key_s cur_node; in goacc_detach_internal() local
966 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_detach_internal()
1114 cur_node.host_end = cur_node.host_start + sizes[j]; in goacc_enter_data_internal()
1127 (void *) cur_node.host_end); in goacc_enter_data_internal()
1246 struct splay_tree_key_s cur_node; in goacc_exit_data_internal() local
1248 cur_node.host_start = hostaddr; in goacc_exit_data_internal()
1249 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_exit_data_internal()
1280 struct splay_tree_key_s cur_node; in goacc_exit_data_internal() local
[all …]
/netbsd/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c658 cur_node.host_end = cur_node.host_start; in gomp_map_pointer()
701 cur_node.host_end = cur_node.host_start + sizes[i]; in gomp_map_fields_existing()
1008 cur_node.host_end = cur_node.host_start; in gomp_map_vars_internal()
1089 cur_node.host_end = cur_node.host_start + sizes[i]; in gomp_map_vars_internal()
1102 cur_node.host_end - cur_node.host_start); in gomp_map_vars_internal()
1198 cur_node.host_end - cur_node.host_start); in gomp_map_vars_internal()
1371 cur_node.host_end = cur_node.host_start; in gomp_map_vars_internal()
3014 cur_node.host_end - cur_node.host_start); in gomp_exit_data()
3360 cur_node.host_end = cur_node.host_start; in omp_target_is_present()
3596 cur_node.host_end = cur_node.host_start + size; in omp_target_associate_ptr()
[all …]
H A Doacc-mem.c921 struct splay_tree_key_s cur_node; in acc_attach_async() local
930 cur_node.host_end = cur_node.host_start + sizeof (void *); in acc_attach_async()
956 struct splay_tree_key_s cur_node; in goacc_detach_internal() local
966 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_detach_internal()
1114 cur_node.host_end = cur_node.host_start + sizes[j]; in goacc_enter_data_internal()
1127 (void *) cur_node.host_end); in goacc_enter_data_internal()
1247 struct splay_tree_key_s cur_node; in goacc_exit_data_internal() local
1249 cur_node.host_start = hostaddr; in goacc_exit_data_internal()
1250 cur_node.host_end = cur_node.host_start + sizeof (void *); in goacc_exit_data_internal()
1281 struct splay_tree_key_s cur_node; in goacc_exit_data_internal() local
[all …]
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h206 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
217 uptr cur_idx = nodeToIndex(cur_node);
226 if (cur_node && local_epoch == current_epoch_ && in hasAllEdges()
227 local_epoch == nodeToEpoch(cur_node)) { in hasAllEdges()
245 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
281 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node);
282 addEdges(dtls, cur_node, stk, 0);
283 onLockAfter(dtls, cur_node, stk);
294 uptr cur_idx = nodeToIndex(cur_node);
317 uptr idx = nodeToIndex(cur_node); in findPathToLock()
[all …]
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector.h208 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
219 uptr cur_idx = nodeToIndex(cur_node);
228 if (cur_node && local_epoch == current_epoch_ && in hasAllEdges()
229 local_epoch == nodeToEpoch(cur_node)) { in hasAllEdges()
247 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
283 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node);
284 addEdges(dtls, cur_node, stk, 0);
285 onLockAfter(dtls, cur_node, stk);
296 uptr cur_idx = nodeToIndex(cur_node);
319 uptr idx = nodeToIndex(cur_node); in findPathToLock()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector.h206 uptr cur_idx = nodeToIndex(cur_node); in onLockBefore()
217 uptr cur_idx = nodeToIndex(cur_node);
226 if (cur_node && local_epoch == current_epoch_ && in hasAllEdges()
227 local_epoch == nodeToEpoch(cur_node)) { in hasAllEdges()
245 uptr cur_idx = nodeToIndex(cur_node); in addEdges()
281 bool is_reachable = !isHeld(dtls, cur_node) && onLockBefore(dtls, cur_node);
282 addEdges(dtls, cur_node, stk, 0);
283 onLockAfter(dtls, cur_node, stk);
294 uptr cur_idx = nodeToIndex(cur_node);
317 uptr idx = nodeToIndex(cur_node); in findPathToLock()
[all …]
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dmcparse.y39 static mc_node *cur_node = NULL; variable
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
184 cur_node->id_typecast = mcset_msg_id_typedef;
[all …]
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dmcparse.y39 static mc_node *cur_node = NULL; variable
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
184 cur_node->id_typecast = mcset_msg_id_typedef;
[all …]
H A Dmcparse.c109 static mc_node *cur_node = NULL; variable
1328 cur_node = mc_add_node (); in yyparse()
1329 cur_node->user_text = (yyvsp[0].ustr); in yyparse()
1543 cur_node = mc_add_node (); in yyparse()
1544 cur_node->symbol = mc_last_symbol; in yyparse()
1545 cur_node->facility = mc_cur_facility; in yyparse()
1546 cur_node->severity = mc_cur_severity; in yyparse()
1547 cur_node->id = ((yyvsp[-1].ival) & 0xffffUL); in yyparse()
1548 cur_node->vid = ((yyvsp[-1].ival) & 0xffffUL) | mc_sefa_val; in yyparse()
1549 cur_node->id_typecast = mcset_msg_id_typedef; in yyparse()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dmcparse.y39 static mc_node *cur_node = NULL; variable
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
184 cur_node->id_typecast = mcset_msg_id_typedef;
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dmcparse.y39 static mc_node *cur_node = NULL; variable
77 cur_node = mc_add_node ();
78 cur_node->user_text = $1;
178 cur_node = mc_add_node ();
179 cur_node->symbol = mc_last_symbol;
180 cur_node->facility = mc_cur_facility;
181 cur_node->severity = mc_cur_severity;
182 cur_node->id = ($1 & 0xffffUL);
183 cur_node->vid = ($1 & 0xffffUL) | mc_sefa_val;
269 h = mc_add_node_lang (cur_node, $1, cur_node->vid);
H A Dmcparse.c104 static mc_node *cur_node = NULL; variable
1376 cur_node = mc_add_node (); in yyparse()
1377 cur_node->user_text = (yyvsp[0].ustr); in yyparse()
1591 cur_node = mc_add_node (); in yyparse()
1592 cur_node->symbol = mc_last_symbol; in yyparse()
1593 cur_node->facility = mc_cur_facility; in yyparse()
1594 cur_node->severity = mc_cur_severity; in yyparse()
1595 cur_node->id = ((yyvsp[-1].ival) & 0xffffUL); in yyparse()
1596 cur_node->vid = ((yyvsp[-1].ival) & 0xffffUL) | mc_sefa_val; in yyparse()
1724 h = mc_add_node_lang (cur_node, (yyvsp[-3].tok), cur_node->vid); in yyparse()
/netbsd/sbin/fsck_udf/
H A Dmain.c3925 if (cur_node->parent && in udf_check_directory_tree()
3970 (void *) cur_node); in udf_check_directory_tree()
4017 if (cur_node->found_link_count != cur_node->link_count) { in udf_check_directory_tree()
4021 cur_node->found_link_count, cur_node->link_count); in udf_check_directory_tree()
4022 cur_node->link_count = cur_node->found_link_count; in udf_check_directory_tree()
4028 if (cur_node->declared.obj_size != cur_node->found.obj_size) { in udf_check_directory_tree()
4032 cur_node->found.obj_size, cur_node->declared.obj_size); in udf_check_directory_tree()
4033 cur_node->declared.obj_size = cur_node->found.obj_size; in udf_check_directory_tree()
4070 if (cur_node->parent) in udf_check_directory_tree()
4100 free(cur_node); in udf_check_directory_tree()
[all …]
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsssvlv.c418 while ( cur_node ) { in free_sort_op()
507 cur_node = ldap_tavl_next( cur_node, dir ); in send_list()
543 if ( cur_node ) in send_list()
544 cur_node = ldap_tavl_next( cur_node, TAVL_DIR_RIGHT ); in send_list()
548 if ( !cur_node ) { in send_list()
568 if ( !cur_node ) { in send_list()
577 cur_node = tmp_node; in send_list()
597 cur_node = ldap_tavl_next( cur_node, TAVL_DIR_RIGHT ); in send_list()
598 if ( !cur_node ) break; in send_list()
627 ber_memfree( cur_node ); in send_page()
[all …]
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dregexec.c1390 Idx idx, cur_node; in set_regs() local
1411 cur_node = dfa->init_node; in set_regs()
1467 cur_node = proceed_next_node (mctx, nmatch, pmatch, &idx, cur_node, in set_regs()
1472 if (BE (cur_node == REG_ERROR, 0)) in set_regs()
1520 int type = dfa->nodes[cur_node].type; in update_regs()
1844 if (cur_node == node) in sub_epsilon_src_nodes()
1858 dfa->inveclosures + cur_node); in sub_epsilon_src_nodes()
3164 Idx cur_node; in check_arrival_expand_ecl_sub() local
3165 for (cur_node = target; !re_node_set_contains (dst_nodes, cur_node);) in check_arrival_expand_ecl_sub()
3189 dfa->edests[cur_node].elems[1], in check_arrival_expand_ecl_sub()
[all …]
H A Dregcomp.c1658 Idx org_node, cur_node; in calc_eclosure_iter() local
1659 org_node = cur_node = node; in calc_eclosure_iter()
/netbsd/sys/dev/microcode/aic7xxx/
H A Daicasm.c358 symbol_node_t *cur_node; in output_code() local
401 for (cur_node = SLIST_FIRST(&patch_functions); in output_code()
402 cur_node != NULL; in output_code()
403 cur_node = SLIST_NEXT(cur_node,links)) { in output_code()
414 cur_node->symbol->info.condinfo->func_num, in output_code()
416 cur_node->symbol->info.condinfo->func_num, in output_code()
418 cur_node->symbol->name); in output_code()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-split.c1190 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function() local
1206 if (cur_node->can_change_signature) in split_function()
1356 node = cur_node->create_version_clone_with_body in split_function()
1362 if (cur_node->same_comdat_group) in split_function()
1366 cur_node->calls_comdat_local = true; in split_function()
1367 node->add_to_same_comdat_group (cur_node); in split_function()
1372 if (cur_node->tp_first_run) in split_function()
1373 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
1422 cur_node->remove_callees (); in split_function()
1423 cur_node->remove_all_references (); in split_function()
H A Dipa-split.cc1209 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function() local
1225 if (cur_node->can_change_signature) in split_function()
1375 node = cur_node->create_version_clone_with_body in split_function()
1381 if (cur_node->same_comdat_group) in split_function()
1385 cur_node->calls_comdat_local = true; in split_function()
1386 node->add_to_same_comdat_group (cur_node); in split_function()
1391 if (cur_node->tp_first_run) in split_function()
1392 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
1441 cur_node->remove_callees (); in split_function()
1442 cur_node->remove_all_references (); in split_function()
H A Domp-general.cc2132 cgraph_node *cur_node = cgraph_node::get (cfun->decl); in omp_resolve_late_declare_variant() local
2204 = (cur_node->simdclone ? varentry1->score_in_declare_simd_clone in omp_resolve_late_declare_variant()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-split.c1190 cgraph_node *node, *cur_node = cgraph_node::get (current_function_decl); in split_function() local
1206 if (cur_node->can_change_signature) in split_function()
1356 node = cur_node->create_version_clone_with_body in split_function()
1362 if (cur_node->same_comdat_group) in split_function()
1366 cur_node->calls_comdat_local = true; in split_function()
1367 node->add_to_same_comdat_group (cur_node); in split_function()
1372 if (cur_node->tp_first_run) in split_function()
1373 node->tp_first_run = cur_node->tp_first_run + 1; in split_function()
1422 cur_node->remove_callees (); in split_function()
1423 cur_node->remove_all_references (); in split_function()