Home
last modified time | relevance | path

Searched refs:odecl (Results 1 – 25 of 29) sorted by relevance

12

/dports/multimedia/mpv/waf-2.0.20/demos/fortran/typemap/
H A Dwscript82 def __init__(self, name, basetype, odecl, use):
85 self.odecl = odecl
122 ctp.odecl, ctp.use)
125 "unable to find C type for type %s" % ctp.odecl)
H A Dfwrap_ktp.in1 CTPS = [{'odecl': 'integer(kind=arg_kind)', 'basetype': 'integer', 'use': 'example_mod', 'name': 'i…
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-impl.cc422 pIIR_ObjectDeclaration odecl = pIIR_ObjectDeclaration(decl); in emit_decls_init_item() local
429 if (odecl->is(IR_VARIABLE_DECLARATION)) in emit_decls_init_item()
431 else if (odecl->is(IR_CONSTANT_DECLARATION)) in emit_decls_init_item()
441 is_scalar_type(odecl->subtype) || in emit_decls_init_item()
442 get_base_type (odecl->subtype)->is (IR_ACCESS_TYPE) ? in emit_decls_init_item()
443 get_type_info_obj(odecl->subtype, rstack, false) : in emit_decls_init_item()
444 qid(odecl, rstack, id_type()) + ".info"; in emit_decls_init_item()
447 if (is_PackageDeclarativeRegion(odecl->declarative_region)) in emit_decls_init_item()
449 else if (static_declarative_region(odecl) == RootDeclarativeRegion(rstack)) in emit_decls_init_item()
451 …str += qid(odecl, rstack, id_type()) + ",\"" + get_long_name(odecl->declarative_region) + "\",\":"… in emit_decls_init_item()
[all …]
/dports/devel/swig/swig-4.0.2/Source/Modules/
H A Dtypepass.cxx1064 String *odecl = Getattr(over, "decl"); in usingDeclaration() local
1065 if (Cmp(decl, odecl) == 0) { in usingDeclaration()
/dports/games/nethack33-nox11/nethack-3.3.1/sys/msdos/
H A DMakefile.GCC836 $(CC) $(CFLAGS) -odecl.o decl.c
/dports/games/nethack33/nethack-3.3.1/sys/msdos/
H A DMakefile.GCC836 $(CC) $(CFLAGS) -odecl.o decl.c
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/winnt/
H A DMakefile.cygwin831 $(CC) $(CFLAGS) -odecl.o decl.c
/dports/games/falconseye/falconseye-1.9.3_11/sys/msdos/
H A DMakefile.GCC859 $(CC) $(CFLAGS) -odecl.o decl.c
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/ipdl/ipdl/
H A Dlower.py1534 odecl, odefn = _splitFuncDeclDefn(self.genOpenFunc(o))
1535 ns.addstmts([ odecl, Whitespace.NL ])
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c1039 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx);
1040 if (is_global_var (odecl))
1042 insert_decl_map (&ctx->cb, decl, odecl);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c1026 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx);
1027 if (is_global_var (odecl))
1029 insert_decl_map (&ctx->cb, decl, odecl);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c1039 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx);
1040 if (is_global_var (odecl))
1042 insert_decl_map (&ctx->cb, decl, odecl);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c1039 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx);
1040 if (is_global_var (odecl))
1042 insert_decl_map (&ctx->cb, decl, odecl);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c1039 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx);
1040 if (is_global_var (odecl))
1042 insert_decl_map (&ctx->cb, decl, odecl);
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c1039 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx);
1040 if (is_global_var (odecl))
1042 insert_decl_map (&ctx->cb, decl, odecl);
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c1085 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1086 if (is_global_var (odecl)) in scan_sharing_clauses()
1088 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c1051 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1052 if (is_global_var (odecl)) in scan_sharing_clauses()
1054 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c1085 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1086 if (is_global_var (odecl)) in scan_sharing_clauses()
1088 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Domp-low.c1519 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1520 if (is_global_var (odecl)) in scan_sharing_clauses()
1522 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c1135 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1136 if (is_global_var (odecl)) in scan_sharing_clauses()
1138 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-low.c1185 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1186 if (is_global_var (odecl)) in scan_sharing_clauses()
1188 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c1135 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1136 if (is_global_var (odecl)) in scan_sharing_clauses()
1138 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-low.c1185 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1186 if (is_global_var (odecl)) in scan_sharing_clauses()
1188 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c1135 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1136 if (is_global_var (odecl)) in scan_sharing_clauses()
1138 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-low.c1185 tree odecl = maybe_lookup_decl_in_outer_ctx (decl, ctx); in scan_sharing_clauses() local
1186 if (is_global_var (odecl)) in scan_sharing_clauses()
1188 insert_decl_map (&ctx->cb, decl, odecl); in scan_sharing_clauses()

12