Home
last modified time | relevance | path

Searched refs:module_ns (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/swig/swig-4.0.2/Lib/octave/
H A Doctruntime.swg17 static bool SWIG_init_user(octave_swig_type* module_ns);
242 static octave_swig_type* module_ns = 0;
265 if (!module_ns) {
351 module_ns=new octave_swig_type(0, 0, 0, true);
362 module_ns->assign(swig_globals[j].name,&swig_globals[j]);
370 module_ns->assign(c->name,
375 if (!SWIG_init_user(module_ns)) {
376 delete module_ns;
377 module_ns=0;
384 for (mb = module_ns->swig_members_begin(); mb != module_ns->swig_members_end(); ++mb) {
[all …]
H A Docttypemaps.swg32 #define SWIG_SetConstant(name, obj) SWIG_Octave_SetConstant(module_ns,name,obj)
/dports/sysutils/libdnf/libdnf-0.64.0/tests/hawkey/
H A Dtest_subject.cpp58 const char module_ns[] = "module-name:stream"; variable
281 ck_assert(nsvcap.parse(module_ns, HY_MODULE_FORM_NS)); in START_TEST()
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser.h99 int lyp_fill_attr(struct ly_ctx *ctx, struct lyd_node *parent, const char *module_ns, const char *m…
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/fortran/
H A Ddecl.c7297 gfc_namespace *module_ns; in gfc_match_modproc() local
7310 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
7311 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
7313 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
7315 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
7318 if (module_ns == NULL) in gfc_match_modproc()
7358 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
8529 gfc_namespace* module_ns; in gfc_match_final_decl() local
8561 module_ns = gfc_current_ns; in gfc_match_final_decl()
8562 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/fortran/
H A Ddecl.c7296 gfc_namespace *module_ns; in gfc_match_modproc() local
7309 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
7310 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
7312 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
7314 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
7317 if (module_ns == NULL) in gfc_match_modproc()
7358 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
8533 gfc_namespace* module_ns; in gfc_match_final_decl() local
8565 module_ns = gfc_current_ns; in gfc_match_final_decl()
8566 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/fortran/
H A Ddecl.c7278 gfc_namespace *module_ns; in gfc_match_modproc() local
7291 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
7292 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
7294 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
7296 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
7299 if (module_ns == NULL) in gfc_match_modproc()
7340 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
8513 gfc_namespace* module_ns; in gfc_match_final_decl() local
8545 module_ns = gfc_current_ns; in gfc_match_final_decl()
8546 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/fortran/
H A Ddecl.c8271 gfc_namespace *module_ns; in gfc_match_modproc() local
8284 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
8285 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
8287 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
8289 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
8292 if (module_ns == NULL) in gfc_match_modproc()
8332 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
9705 gfc_namespace* module_ns; in gfc_match_final_decl() local
9737 module_ns = gfc_current_ns; in gfc_match_final_decl()
9738 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/fortran/
H A Ddecl.c8271 gfc_namespace *module_ns; in gfc_match_modproc() local
8284 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
8285 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
8287 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
8289 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
8292 if (module_ns == NULL) in gfc_match_modproc()
8332 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
9705 gfc_namespace* module_ns; in gfc_match_final_decl() local
9737 module_ns = gfc_current_ns; in gfc_match_final_decl()
9738 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Ddecl.c9474 gfc_namespace *module_ns; in gfc_match_modproc() local
9487 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9488 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9490 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9492 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9495 if (module_ns == NULL) in gfc_match_modproc()
9535 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11071 gfc_namespace* module_ns; in gfc_match_final_decl() local
11103 module_ns = gfc_current_ns; in gfc_match_final_decl()
11104 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/fortran/
H A Ddecl.c9730 gfc_namespace *module_ns; in gfc_match_modproc() local
9743 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9744 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9746 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9748 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9751 if (module_ns == NULL) in gfc_match_modproc()
9791 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11342 gfc_namespace* module_ns; in gfc_match_final_decl() local
11374 module_ns = gfc_current_ns; in gfc_match_final_decl()
11375 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/fortran/
H A Ddecl.c9429 gfc_namespace *module_ns; in gfc_match_modproc() local
9442 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9443 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9445 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9447 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9450 if (module_ns == NULL) in gfc_match_modproc()
9490 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11026 gfc_namespace* module_ns; in gfc_match_final_decl() local
11058 module_ns = gfc_current_ns; in gfc_match_final_decl()
11059 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/fortran/
H A Ddecl.c9824 gfc_namespace *module_ns; in gfc_match_modproc() local
9837 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9838 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9840 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9842 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9845 if (module_ns == NULL) in gfc_match_modproc()
9885 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11443 gfc_namespace* module_ns; in gfc_match_final_decl() local
11475 module_ns = gfc_current_ns; in gfc_match_final_decl()
11476 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/fortran/
H A Ddecl.c9872 gfc_namespace *module_ns; in gfc_match_modproc() local
9886 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9887 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9889 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9891 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9894 if (module_ns == NULL) in gfc_match_modproc()
9934 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11492 gfc_namespace* module_ns; in gfc_match_final_decl() local
11524 module_ns = gfc_current_ns; in gfc_match_final_decl()
11525 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/fortran/
H A Ddecl.c9856 gfc_namespace *module_ns; in gfc_match_modproc() local
9869 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9870 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9872 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9874 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9877 if (module_ns == NULL) in gfc_match_modproc()
9917 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11475 gfc_namespace* module_ns; in gfc_match_final_decl() local
11507 module_ns = gfc_current_ns; in gfc_match_final_decl()
11508 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Ddecl.c9474 gfc_namespace *module_ns; in gfc_match_modproc() local
9487 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9488 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9490 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9492 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9495 if (module_ns == NULL) in gfc_match_modproc()
9535 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11071 gfc_namespace* module_ns; in gfc_match_final_decl() local
11103 module_ns = gfc_current_ns; in gfc_match_final_decl()
11104 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/fortran/
H A Ddecl.c9854 gfc_namespace *module_ns; in gfc_match_modproc() local
9868 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9869 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9871 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9873 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9876 if (module_ns == NULL) in gfc_match_modproc()
9916 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11474 gfc_namespace* module_ns; in gfc_match_final_decl() local
11506 module_ns = gfc_current_ns; in gfc_match_final_decl()
11507 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/fortran/
H A Ddecl.c9474 gfc_namespace *module_ns; in gfc_match_modproc() local
9487 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9488 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9490 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9492 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9495 if (module_ns == NULL) in gfc_match_modproc()
9535 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11071 gfc_namespace* module_ns; in gfc_match_final_decl() local
11103 module_ns = gfc_current_ns; in gfc_match_final_decl()
11104 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/fortran/
H A Ddecl.c9474 gfc_namespace *module_ns; in gfc_match_modproc() local
9487 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9488 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9490 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9492 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9495 if (module_ns == NULL) in gfc_match_modproc()
9535 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11071 gfc_namespace* module_ns; in gfc_match_final_decl() local
11103 module_ns = gfc_current_ns; in gfc_match_final_decl()
11104 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/fortran/
H A Ddecl.c9573 gfc_namespace *module_ns; in gfc_match_modproc() local
9586 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9587 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9589 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9591 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9594 if (module_ns == NULL) in gfc_match_modproc()
9634 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11171 gfc_namespace* module_ns; in gfc_match_final_decl() local
11203 module_ns = gfc_current_ns; in gfc_match_final_decl()
11204 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/fortran/
H A Ddecl.c9854 gfc_namespace *module_ns; in gfc_match_modproc() local
9868 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9869 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9871 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9873 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9876 if (module_ns == NULL) in gfc_match_modproc()
9916 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11474 gfc_namespace* module_ns; in gfc_match_final_decl() local
11506 module_ns = gfc_current_ns; in gfc_match_final_decl()
11507 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/fortran/
H A Ddecl.c9838 gfc_namespace *module_ns; in gfc_match_modproc() local
9851 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9852 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9854 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9856 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9859 if (module_ns == NULL) in gfc_match_modproc()
9899 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11457 gfc_namespace* module_ns; in gfc_match_final_decl() local
11489 module_ns = gfc_current_ns; in gfc_match_final_decl()
11490 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/fortran/
H A Ddecl.c9748 gfc_namespace *module_ns; in gfc_match_modproc() local
9761 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9762 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9764 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9766 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9769 if (module_ns == NULL) in gfc_match_modproc()
9809 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11360 gfc_namespace* module_ns; in gfc_match_final_decl() local
11392 module_ns = gfc_current_ns; in gfc_match_final_decl()
11393 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/fortran/
H A Ddecl.c9495 gfc_namespace *module_ns; in gfc_match_modproc() local
9508 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9509 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9511 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9513 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9516 if (module_ns == NULL) in gfc_match_modproc()
9556 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11092 gfc_namespace* module_ns; in gfc_match_final_decl() local
11124 module_ns = gfc_current_ns; in gfc_match_final_decl()
11125 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/fortran/
H A Ddecl.c9951 gfc_namespace *module_ns; in gfc_match_modproc() local
9965 module_ns = gfc_current_ns->parent; in gfc_match_modproc()
9966 for (; module_ns; module_ns = module_ns->parent) in gfc_match_modproc()
9968 || module_ns->proc_name->attr.flavor == FL_PROGRAM in gfc_match_modproc()
9970 && !module_ns->proc_name->attr.contained)) in gfc_match_modproc()
9973 if (module_ns == NULL) in gfc_match_modproc()
10013 if (gfc_get_symbol (name, module_ns, &sym)) in gfc_match_modproc()
11571 gfc_namespace* module_ns; in gfc_match_final_decl() local
11603 module_ns = gfc_current_ns; in gfc_match_final_decl()
11604 gcc_assert (module_ns); in gfc_match_final_decl()
[all …]

12