Home
last modified time | relevance | path

Searched refs:pass_arg (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_50_sysv.c75 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 Dnetbsd32_ipc.c124 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 Dnetbsd32_compat_14_sysv.c251 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 Dsysv_sem_14.c68 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 Dsysv_sem_50.c67 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 Dkern_ipc_10.c81 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 Dlinux_ipc.c215 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 Dsysv_sem.c505 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 Dinterface.c4877 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 Dresolve.c6239 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 Ddump-parse-tree.c972 if (tb->pass_arg) in show_typebound_proc()
973 fprintf (dumpfile, "PASS(%s)", tb->pass_arg); in show_typebound_proc()
H A Dgfortran.h1517 const char* pass_arg; /* Argument-name for PASS. NULL if not specified. */ member
H A Ddecl.c10936 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 Dmodule.c3966 mio_pool_string (&((*proc)->pass_arg)); in mio_typebound_proc()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dinterface.cc5080 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 Dresolve.cc6361 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 Ddump-parse-tree.cc999 if (tb->pass_arg) in show_typebound_proc()
1000 fprintf (dumpfile, "PASS(%s)", tb->pass_arg); in show_typebound_proc()
H A Ddecl.cc11026 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 Dgfortran.h1768 const char* pass_arg; /* Argument-name for PASS. NULL if not specified. */ member
H A DChangeLog-20091676 (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 Dmodule.cc4117 mio_pool_string (&((*proc)->pass_arg)); in mio_typebound_proc()