Home
last modified time | relevance | path

Searched refs:param_type_spec (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DIDL-scanner.cwp96 init_param_decl ::= init_param_attribute param_type_spec simple_declarator;
251 op_type_spec ::= param_type_spec | #readIdentifier:"void";
255 param_dcl ::= param_attribute param_type_spec simple_declarator;
263 param_type_spec ::= base_type_spec | string_type | wide_string_type | scoped_name;
283 …::= #readIdentifier:"readonly" #continue #readIdentifier:"attribute" param_type_spec readonly_attr…
287 attr_spec ::= #readIdentifier:"attribute" #continue param_type_spec attr_declarator;
343 component_export<"readonly"> ::= #continue #readIdentifier:"attribute" param_type_spec readonly_at…
345 component_export<"attribute"> ::= #continue param_type_spec attr_declarator;
H A DIDL-parser.cwp124 init_param_decl ::= init_param_attribute param_type_spec(type) simple_declarator(parent);
392 op_type_spec(type : node) ::= param_type_spec(type) | #readIdentifier:"void";
396 param_dcl ::= param_attribute param_type_spec(type) simple_declarator(parent);
404 param_type_spec(type : node) ::= base_type_spec(type) | string_type(type) | wide_string_type(type) …
425 …::= #readIdentifier:"readonly" #continue #readIdentifier:"attribute" param_type_spec(type) readonl…
429 attr_spec ::= #readIdentifier:"attribute" #continue param_type_spec(type) attr_declarator;
486 component_export<"readonly"> ::= #continue #readIdentifier:"attribute" param_type_spec(type) reado…
488 component_export<"attribute"> ::= #continue param_type_spec(type) attr_declarator;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl151 (25) <init_param_dcl> <init_param_attribute> <param_type_spec> <simple_declarator>
357 (85) <attr_dcl> "readonly" "attribute" <param_type_spec> <id> <attr_dcl'>
358 "attribute" <param_type_spec> <id> <attr_dcl'>
381 (89) <op_type_spec> <param_type_spec>
392 (91) <param_dcl> <param_attribute> <param_type_spec> <id>
408 (95) <param_type_spec> <base_type_spec>
H A Dgrammar3.idl166 (25) <init_param_dcl> <init_param_attribute> <param_type_spec> <simple_declarator>
377 (85) <readonly_attr_header> "readonly" "attribute" <param_type_spec> // CORBA3
385 (85) <attr_spec> "attribute" <param_type_spec> <attr_declarator> // CORBA3
421 (89) <op_type_spec> <param_type_spec>
432 (91) <param_dcl> <param_attribute> <param_type_spec> <id>
448 (95) <param_type_spec> <base_type_spec>
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A Dgrammar.idl151 (25) <init_param_dcl> <init_param_attribute> <param_type_spec> <simple_declarator>
357 (85) <attr_dcl> "readonly" "attribute" <param_type_spec> <id> <attr_dcl'>
358 "attribute" <param_type_spec> <id> <attr_dcl'>
381 (89) <op_type_spec> <param_type_spec>
392 (91) <param_dcl> <param_attribute> <param_type_spec> <id>
408 (95) <param_type_spec> <base_type_spec>
H A Dgrammar3.idl166 (25) <init_param_dcl> <init_param_attribute> <param_type_spec> <simple_declarator>
377 (85) <readonly_attr_header> "readonly" "attribute" <param_type_spec> // CORBA3
385 (85) <attr_spec> "attribute" <param_type_spec> <attr_declarator> // CORBA3
421 (89) <op_type_spec> <param_type_spec>
432 (91) <param_dcl> <param_attribute> <param_type_spec> <id>
448 (95) <param_type_spec> <base_type_spec>
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dicparse.yrl117 '<param_type_spec>'
747 '<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
751 %%'<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
774 '<op_type_spec>' -> '<param_type_spec>' : '$1' .
801 '<param_dcl>' -> '<param_attribute>' '<param_type_spec>' '<simple_declarator>'
831 '<param_type_spec>' -> '<base_type_spec>' : '$1' .
832 '<param_type_spec>' -> '<string_type>' : '$1' .
833 '<param_type_spec>' -> '<scoped_name>' : '$1' .
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dicparse.yrl117 '<param_type_spec>'
747 '<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
751 %%'<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
774 '<op_type_spec>' -> '<param_type_spec>' : '$1' .
801 '<param_dcl>' -> '<param_attribute>' '<param_type_spec>' '<simple_declarator>'
831 '<param_type_spec>' -> '<base_type_spec>' : '$1' .
832 '<param_type_spec>' -> '<string_type>' : '$1' .
833 '<param_type_spec>' -> '<scoped_name>' : '$1' .
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dicparse.yrl117 '<param_type_spec>'
747 '<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
751 %%'<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
774 '<op_type_spec>' -> '<param_type_spec>' : '$1' .
801 '<param_dcl>' -> '<param_attribute>' '<param_type_spec>' '<simple_declarator>'
831 '<param_type_spec>' -> '<base_type_spec>' : '$1' .
832 '<param_type_spec>' -> '<string_type>' : '$1' .
833 '<param_type_spec>' -> '<scoped_name>' : '$1' .
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dicparse.yrl117 '<param_type_spec>'
747 '<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
751 %%'<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
774 '<op_type_spec>' -> '<param_type_spec>' : '$1' .
801 '<param_dcl>' -> '<param_attribute>' '<param_type_spec>' '<simple_declarator>'
831 '<param_type_spec>' -> '<base_type_spec>' : '$1' .
832 '<param_type_spec>' -> '<string_type>' : '$1' .
833 '<param_type_spec>' -> '<scoped_name>' : '$1' .
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dicparse.yrl117 '<param_type_spec>'
747 '<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
751 %%'<attr_dcl>' -> 'Opt_readonly' 'attribute' '<param_type_spec>'
774 '<op_type_spec>' -> '<param_type_spec>' : '$1' .
801 '<param_dcl>' -> '<param_attribute>' '<param_type_spec>' '<simple_declarator>'
831 '<param_type_spec>' -> '<base_type_spec>' : '$1' .
832 '<param_type_spec>' -> '<string_type>' : '$1' .
833 '<param_type_spec>' -> '<scoped_name>' : '$1' .
/dports/devel/antlr/antlr-2.7.7/examples/python/IDL/
H A Didl.g385 "attribute" param_type_spec
425 : param_type_spec
438 : param_attribute param_type_spec simple_declarator
459 param_type_spec
/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule.c100 IDL_PARAM_DCL (parm).param_type_spec); in ORBit_iinterface_fill_iargs()
120 IDL_PARAM_DCL (parm).param_type_spec)) in ORBit_iinterface_fill_iargs()
126 IDL_PARAM_DCL (parm).param_type_spec); in ORBit_iinterface_fill_iargs()
327 0, IDL_ATTR_DCL (attr).param_type_spec, fake_ident, NULL, NULL, NULL); in ORBit_imodule_fake_attribute_ops()
342 IDL_ATTR_DCL (attr).param_type_spec, in ORBit_imodule_fake_attribute_ops()
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-utils.c50 op1 = IDL_op_dcl_new(0, IDL_ATTR_DCL(attr).param_type_spec, ident, NULL, NULL, NULL); in orbit_idl_attr_fake_ops()
68 IDL_ATTR_DCL(attr).param_type_spec, in orbit_idl_attr_fake_ops()
186 orbit_idl_print_node(IDL_ATTR_DCL(node).param_type_spec, indent_level + INDENT_INCREMENT_1); in orbit_idl_print_node()
211 orbit_idl_print_node(IDL_PARAM_DCL(node).param_type_spec, indent_level + INDENT_INCREMENT_1); in orbit_idl_print_node()
680 return orbit_cbe_get_typespec(IDL_PARAM_DCL(node).param_type_spec); in orbit_cbe_get_typespec()
H A Dorbit-idl-c-skelimpl.c170 orbit_cbe_write_typespec(ski->of, IDL_ATTR_DCL(ski->tree).param_type_spec); in cbe_ski_do_attr_dcl_internal()
195 IDL_ATTR_DCL(ski->tree).param_type_spec : NULL, in cbe_ski_do_attr_dcl_internal()
213 IDL_ATTR_DCL(ski->tree).param_type_spec, in cbe_ski_do_attr_dcl_internal()
229 IDL_OP_DCL(curop).parameter_dcls).data).param_type_spec = NULL; in cbe_ski_do_attr_dcl_internal()
H A Dorbit-idl-c-common.c180 IDL_PARAM_DCL (parm).param_type_spec); in cc_output_iargs()
201 IDL_PARAM_DCL (parm).param_type_spec)) in cc_output_iargs()
207 IDL_PARAM_DCL (parm).param_type_spec); in cc_output_iargs()
H A Dorbit-idl-c-utils.c164 return orbit_cbe_get_typespec_str(IDL_PARAM_DCL(tree).param_type_spec); in orbit_cbe_get_typespec_str()
280 ts = IDL_PARAM_DCL(tree).param_type_spec; in orbit_cbe_write_param_typespec()
/dports/devel/antlr/antlr-2.7.7/examples/csharp/IDL/
H A Didl.g399 "attribute" param_type_spec
439 : param_type_spec
452 : param_attribute param_type_spec simple_declarator
473 param_type_spec
/dports/devel/antlr/antlr-2.7.7/examples/java/IDL/
H A Didl.g400 "attribute" param_type_spec
440 : param_type_spec
453 : param_attribute param_type_spec simple_declarator
474 param_type_spec
/dports/devel/antlr/antlr-2.7.7/examples/cpp/IDL/
H A Didl.g380 "attribute" param_type_spec
419 : param_type_spec
432 : param_attribute param_type_spec simple_declarator
453 param_type_spec
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didl.yy.source325 %type <type_val> param_type_spec
701 IN param_type_spec IDENTIFIER {
1207 readonly_opt ATTRIBUTE param_type_spec simple_declarator_list {
1284 param_type_spec { $$ = $1; }
1307 param_attribute param_type_spec IDENTIFIER {
1356 param_type_spec:
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h355 IDL_tree param_type_spec; member
360 IDL_tree param_type_spec,
390 IDL_tree param_type_spec; member
395 IDL_tree param_type_spec,
H A DIDL.h.in355 IDL_tree param_type_spec; member
360 IDL_tree param_type_spec,
390 IDL_tree param_type_spec; member
395 IDL_tree param_type_spec,
/dports/devel/libIDL/libIDL-0.8.14/
H A Dutil.c1347 IDL_tree param_type_spec, in IDL_attr_dcl_new() argument
1352 __IDL_assign_up_node (p, param_type_spec); in IDL_attr_dcl_new()
1356 IDL_ATTR_DCL (p).param_type_spec = param_type_spec; in IDL_attr_dcl_new()
1388 IDL_tree param_type_spec, in IDL_param_dcl_new() argument
1393 __IDL_assign_up_node (p, param_type_spec); in IDL_param_dcl_new()
1397 IDL_PARAM_DCL (p).param_type_spec = param_type_spec; in IDL_param_dcl_new()
1637 down_tfd.tree = IDL_ATTR_DCL (p).param_type_spec; in IDL_tree_walk_real()
1659 down_tfd.tree = IDL_PARAM_DCL (p).param_type_spec; in IDL_tree_walk_real()
2041 IDL_tree_free (IDL_ATTR_DCL (p).param_type_spec); in IDL_tree_free()
2056 IDL_tree_free (IDL_PARAM_DCL (p).param_type_spec); in IDL_tree_free()
[all …]
H A Dparser.y260 %type <tree> param_type_spec
720 param_type_spec
735 param_type_spec: op_param_type_spec
814 param_type_spec
824 | param_type_spec {

12