| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_compat_50_sysv.c | 75 void *pass_arg; in do_netbsd32___semctl14() local 84 pass_arg = &sembuf; in do_netbsd32___semctl14() 90 pass_arg = &karg; in do_netbsd32___semctl14() 93 pass_arg = NULL; in do_netbsd32___semctl14() 97 if (pass_arg) { in do_netbsd32___semctl14() 106 if (pass_arg == &karg) { in do_netbsd32___semctl14() 127 pass_arg, retval); in do_netbsd32___semctl14()
|
| H A D | netbsd32_ipc.c | 124 void *pass_arg; in netbsd32_____semctl50() local 133 pass_arg = &sembuf; in netbsd32_____semctl50() 139 pass_arg = &karg; in netbsd32_____semctl50() 142 pass_arg = NULL; in netbsd32_____semctl50() 146 if (pass_arg) { in netbsd32_____semctl50() 150 if (pass_arg == &karg) { in netbsd32_____semctl50() 171 pass_arg, retval); in netbsd32_____semctl50()
|
| H A D | netbsd32_compat_14_sysv.c | 251 void *pass_arg = NULL; in compat_14_netbsd32___semctl() local 258 pass_arg = &sembuf; in compat_14_netbsd32___semctl() 264 pass_arg = &arg; in compat_14_netbsd32___semctl() 268 if (pass_arg != NULL) { in compat_14_netbsd32___semctl() 282 pass_arg, retval); in compat_14_netbsd32___semctl()
|
| /netbsd-src/sys/compat/common/ |
| H A D | sysv_sem_14.c | 68 void *pass_arg; in compat_14_sys___semctl() local 72 pass_arg = get_semctl_arg(cmd, &sembuf, &arg); in compat_14_sys___semctl() 74 if (pass_arg != NULL) { in compat_14_sys___semctl() 87 pass_arg, retval); in compat_14_sys___semctl()
|
| H A D | sysv_sem_50.c | 67 void *pass_arg; in compat_50_sys_____semctl13() local 71 pass_arg = get_semctl_arg(cmd, &sembuf, &arg); in compat_50_sys_____semctl13() 73 if (pass_arg != NULL) { in compat_50_sys_____semctl13() 86 pass_arg, retval); in compat_50_sys_____semctl13()
|
| H A D | kern_ipc_10.c | 81 void *pass_arg; in compat_10_sys_semsys() local 91 pass_arg = get_semctl_arg(semctl_cmd, &sembuf, semctl_arg); in compat_10_sys_semsys() 99 pass_arg, retval); in compat_10_sys_semsys()
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_ipc.c | 215 void *pass_arg = NULL; in linux_sys_semctl() local 235 pass_arg = &sembuf; in linux_sys_semctl() 240 pass_arg = &sembuf; in linux_sys_semctl() 265 pass_arg = &semun; in linux_sys_semctl() 271 pass_arg = &semun; in linux_sys_semctl() 277 pass_arg = &semun; in linux_sys_semctl() 287 pass_arg, retval); in linux_sys_semctl()
|
| /netbsd-src/sys/kern/ |
| H A D | sysv_sem.c | 505 void *pass_arg; in sys_____semctl50() local 512 pass_arg = get_semctl_arg(cmd, &sembuf, &karg); in sys_____semctl50() 514 if (pass_arg) { in sys_____semctl50() 526 pass_arg, retval); in sys_____semctl50()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | interface.c | 4877 if (!proc->n.tb->nopass && !proc->n.tb->pass_arg) in gfc_check_typebound_override() 4879 if (!old->n.tb->nopass && !old->n.tb->pass_arg) in gfc_check_typebound_override() 4887 if (proc->n.tb->pass_arg in gfc_check_typebound_override() 4888 && !strcmp (proc->n.tb->pass_arg, proc_formal->sym->name)) in gfc_check_typebound_override() 4890 if (old->n.tb->pass_arg in gfc_check_typebound_override() 4891 && !strcmp (old->n.tb->pass_arg, old_formal->sym->name)) in gfc_check_typebound_override()
|
| H A D | resolve.c | 6239 tbp->pass_arg); in update_compcall_arglist() 6316 tb->pass_arg); in update_ppc_arglist() 6519 g->specific->pass_arg); in resolve_typebound_generic_call() 13654 else if (t1->specific->pass_arg) in check_generic_tbp_ambiguity() 13655 pass1 = t1->specific->pass_arg; in check_generic_tbp_ambiguity() 13666 else if (t2->specific->pass_arg) in check_generic_tbp_ambiguity() 13667 pass2 = t2->specific->pass_arg; in check_generic_tbp_ambiguity() 14069 if (stree->n.tb->pass_arg) in resolve_typebound_procedure() 14080 if (!strcmp (i->sym->name, stree->n.tb->pass_arg)) in resolve_typebound_procedure() 14092 proc->name, stree->n.tb->pass_arg, &where, in resolve_typebound_procedure() [all …]
|
| H A D | dump-parse-tree.c | 972 if (tb->pass_arg) in show_typebound_proc() 973 fprintf (dumpfile, "PASS(%s)", tb->pass_arg); in show_typebound_proc()
|
| H A D | gfortran.h | 1517 const char* pass_arg; /* Argument-name for PASS. NULL if not specified. */ member
|
| H A D | decl.c | 10936 ba->pass_arg = NULL; in match_binding_attributes() 11023 ba->pass_arg = gfc_get_string ("%s", arg); in match_binding_attributes() 11024 gcc_assert ((m == MATCH_YES) == (ba->pass_arg != NULL)); in match_binding_attributes()
|
| H A D | module.c | 3966 mio_pool_string (&((*proc)->pass_arg)); in mio_typebound_proc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | interface.cc | 5080 if (!proc->n.tb->nopass && !proc->n.tb->pass_arg) in gfc_check_typebound_override() 5082 if (!old->n.tb->nopass && !old->n.tb->pass_arg) in gfc_check_typebound_override() 5090 if (proc->n.tb->pass_arg in gfc_check_typebound_override() 5091 && !strcmp (proc->n.tb->pass_arg, proc_formal->sym->name)) in gfc_check_typebound_override() 5093 if (old->n.tb->pass_arg in gfc_check_typebound_override() 5094 && !strcmp (old->n.tb->pass_arg, old_formal->sym->name)) in gfc_check_typebound_override()
|
| H A D | resolve.cc | 6361 tbp->pass_arg); in update_compcall_arglist() 6438 tb->pass_arg); in update_ppc_arglist() 6641 g->specific->pass_arg); in resolve_typebound_generic_call() 13866 else if (t1->specific->pass_arg) in check_generic_tbp_ambiguity() 13867 pass1 = t1->specific->pass_arg; in check_generic_tbp_ambiguity() 13878 else if (t2->specific->pass_arg) in check_generic_tbp_ambiguity() 13879 pass2 = t2->specific->pass_arg; in check_generic_tbp_ambiguity() 14282 if (stree->n.tb->pass_arg) in resolve_typebound_procedure() 14293 if (!strcmp (i->sym->name, stree->n.tb->pass_arg)) in resolve_typebound_procedure() 14305 proc->name, stree->n.tb->pass_arg, &where, in resolve_typebound_procedure() [all …]
|
| H A D | dump-parse-tree.cc | 999 if (tb->pass_arg) in show_typebound_proc() 1000 fprintf (dumpfile, "PASS(%s)", tb->pass_arg); in show_typebound_proc()
|
| H A D | decl.cc | 11026 ba->pass_arg = NULL; in match_binding_attributes() 11113 ba->pass_arg = gfc_get_string ("%s", arg); in match_binding_attributes() 11114 gcc_assert ((m == MATCH_YES) == (ba->pass_arg != NULL)); in match_binding_attributes()
|
| H A D | gfortran.h | 1768 const char* pass_arg; /* Argument-name for PASS. NULL if not specified. */ member
|
| H A D | ChangeLog-2009 | 1676 (gfc_typebound_proc): Add member 'ppc' and make 'pass_arg' const. 1681 (mio_typebound_proc): Include pass_arg and take care of procedure
|
| H A D | module.cc | 4117 mio_pool_string (&((*proc)->pass_arg)); in mio_typebound_proc()
|