Home
last modified time | relevance | path

Searched refs:type_declaration (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dtypedecl.mli22 Env.t -> Asttypes.rec_flag -> Parsetree.type_declaration list ->
23 Typedtree.type_declaration list * Env.t
38 Env.t -> Ident.t -> Path.t option -> Types.type_declaration ->
39 Parsetree.type_declaration -> Typedtree.type_declaration
41 val abstract_type_decl: int -> type_declaration
43 Parsetree.type_declaration list ->
48 Env.t -> Location.t -> Ident.t -> type_declaration -> unit
51 val is_fixed_type : Parsetree.type_declaration -> bool
56 (Ident.t * Types.type_declaration * Types.type_declaration *
59 (Types.type_declaration * Types.type_declaration *
[all …]
H A Dtast_mapper.mli54 type_declaration: mapper -> type_declaration -> type_declaration; RecordField
55 type_declarations: mapper -> (rec_flag * type_declaration list) ->
56 (rec_flag * type_declaration list);
H A Dtypeclass.mli27 cls_obj_abbr : type_declaration;
29 cls_abbr : type_declaration;
40 clsty_obj_abbr : type_declaration;
42 clsty_abbr : type_declaration;
86 Ident.t * Types.type_declaration *
87 Ident.t * Types.type_declaration *
H A Dincludemod.mli27 Env.t -> Ident.t -> type_declaration -> type_declaration -> unit
33 | Type_declarations of Ident.t * type_declaration
34 * type_declaration * Includecore.type_mismatch list
H A Denv.mli26 | Env_type of summary * Ident.t * type_declaration
34 | Env_constraints of summary * type_declaration PathMap.t
50 (Path.t -> Path.t * (type_declaration * type_descriptions) -> unit) ->
63 val find_type: Path.t -> t -> type_declaration
139 val add_type: check:bool -> Ident.t -> type_declaration -> t -> t
147 val add_local_constraint: Path.t -> type_declaration -> int -> t -> t
148 val add_local_type: Path.t -> type_declaration -> t -> t
168 val enter_type: string -> type_declaration -> t -> Ident.t * t
248 val mark_type_used: t -> string -> type_declaration -> unit
252 constructor_usage -> t -> string -> type_declaration -> string -> unit
[all …]
H A DtypedtreeMap.mli21 val enter_type_declaration : type_declaration -> type_declaration
50 val leave_type_declaration : type_declaration -> type_declaration
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dtypedecl.mli22 Env.t -> Asttypes.rec_flag -> Parsetree.type_declaration list ->
23 Typedtree.type_declaration list * Env.t
38 Env.t -> Ident.t -> Path.t option -> Types.type_declaration ->
39 Parsetree.type_declaration -> Typedtree.type_declaration
41 val abstract_type_decl: int -> type_declaration
43 Parsetree.type_declaration list ->
48 Env.t -> Location.t -> Ident.t -> type_declaration -> unit
51 val is_fixed_type : Parsetree.type_declaration -> bool
56 (Ident.t * Types.type_declaration * Types.type_declaration *
59 (Types.type_declaration * Types.type_declaration *
[all …]
H A Dtast_mapper.mli54 type_declaration: mapper -> type_declaration -> type_declaration; RecordField
55 type_declarations: mapper -> (rec_flag * type_declaration list) ->
56 (rec_flag * type_declaration list);
H A Dtypeclass.mli27 cls_obj_abbr : type_declaration;
29 cls_abbr : type_declaration;
40 clsty_obj_abbr : type_declaration;
42 clsty_abbr : type_declaration;
86 Ident.t * Types.type_declaration *
87 Ident.t * Types.type_declaration *
H A Dincludemod.mli27 Env.t -> Ident.t -> type_declaration -> type_declaration -> unit
33 | Type_declarations of Ident.t * type_declaration
34 * type_declaration * Includecore.type_mismatch list
H A Denv.mli26 | Env_type of summary * Ident.t * type_declaration
34 | Env_constraints of summary * type_declaration PathMap.t
50 (Path.t -> Path.t * (type_declaration * type_descriptions) -> unit) ->
63 val find_type: Path.t -> t -> type_declaration
139 val add_type: check:bool -> Ident.t -> type_declaration -> t -> t
147 val add_local_constraint: Path.t -> type_declaration -> int -> t -> t
148 val add_local_type: Path.t -> type_declaration -> t -> t
168 val enter_type: string -> type_declaration -> t -> Ident.t * t
248 val mark_type_used: t -> string -> type_declaration -> unit
252 constructor_usage -> t -> string -> type_declaration -> string -> unit
[all …]
H A DtypedtreeMap.mli21 val enter_type_declaration : type_declaration -> type_declaration
50 val leave_type_declaration : type_declaration -> type_declaration
H A Dsubst.mli48 val type_declaration: t -> type_declaration -> type_declaration val
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/intracommreport/
H A Dcard.php36 $type_declaration = (string) GETPOST('type_declaration', 'alphanohtml'); variable
84 $object->type_declaration = $type_declaration;
162 …type_declaration', 'alpha') ? GETPOST('type_declaration', 'alpha') : $object->type_declaration, 0);
234 …>'.$langs->trans("TypeOfDeclaration").'</td><td class="valeur">'.$object->type_declaration.'</td>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/intracommreport/
H A Dcard.php36 $type_declaration = (string) GETPOST('type_declaration', 'alphanohtml'); variable
84 $object->type_declaration = $type_declaration;
162 …type_declaration', 'alpha') ? GETPOST('type_declaration', 'alpha') : $object->type_declaration, 0);
234 …>'.$langs->trans("TypeOfDeclaration").'</td><td class="valeur">'.$object->type_declaration.'</td>';
/dports/devel/stylua/StyLua-0.11.0/src/formatters/
H A Dluau.rs463 type_declaration: &TypeDeclaration, in format_type_declaration()
472 type_declaration.type_token(), in format_type_declaration()
489 let type_name = format_token_reference(ctx, type_declaration.type_name(), shape); in format_type_declaration()
492 let generics = type_declaration in format_type_declaration()
501 let mut equal_token = fmt_symbol!(ctx, type_declaration.equal_token(), " = ", shape); in format_type_declaration()
517 type_declaration in format_type_declaration()
530 type_declaration: &TypeDeclaration, in format_type_declaration_stmt()
533 format_type_declaration(ctx, type_declaration, true, shape) in format_type_declaration_stmt()
626 let type_declaration = format_type_declaration( in format_exported_type_declaration() localVariable
628 exported_type_declaration.type_declaration(), in format_exported_type_declaration()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/full_moon-0.13.1/src/ast/
H A Dtypes.rs535 pub(crate) type_declaration: TypeDeclaration, field
540 pub fn new(type_declaration: TypeDeclaration) -> Self { in new()
549 type_declaration, in new()
559 pub fn type_declaration(&self) -> &TypeDeclaration { in type_declaration() method
560 &self.type_declaration in type_declaration()
572 pub fn with_type_declaration(self, type_declaration: TypeDeclaration) -> Self { in with_type_declaration()
574 type_declaration, in with_type_declaration()
/dports/editors/helix/helix-0.5.0/runtime/queries/go/
H A Dtextobjects.scm11 (type_declaration
14 (type_declaration
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/parsing/
H A Dattributes.ml.reference31 type_declaration "t" (attributes.ml[6,60+5]..[6,60+6]) (attributes.ml[6,60+0]..[8,97+7])
74type_declaration "t" (attributes.ml[14,135+7]..[14,135+8]) (attributes.ml[14,135+2]..[18,190+11])
129type_declaration "t" (attributes.ml[26,254+53]..[26,254+54]) (attributes.ml[26,254+48]..[26,254+61…
H A Ddocstrings.ml.reference5type_declaration "with_default" (docstrings.ml[1,0+8]..[1,0+20]) (docstrings.ml[1,0+0]..[4,105+7])
50type_declaration "obj" (docstrings.ml[6,114+5]..[6,114+8]) (docstrings.ml[6,114+0]..[11,208+1])
100type_declaration "var" (docstrings.ml[13,211+5]..[13,211+8]) (docstrings.ml[13,211+0]..[16,280+1])
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/parsing/
H A Dattributes.ml.reference31 type_declaration "t" (attributes.ml[6,60+5]..[6,60+6]) (attributes.ml[6,60+0]..[8,97+7])
74type_declaration "t" (attributes.ml[14,135+7]..[14,135+8]) (attributes.ml[14,135+2]..[18,190+11])
129type_declaration "t" (attributes.ml[26,254+53]..[26,254+54]) (attributes.ml[26,254+48]..[26,254+61…
H A Ddocstrings.ml.reference5type_declaration "with_default" (docstrings.ml[1,0+8]..[1,0+20]) (docstrings.ml[1,0+0]..[4,105+7])
50type_declaration "obj" (docstrings.ml[6,114+5]..[6,114+8]) (docstrings.ml[6,114+0]..[11,208+1])
100type_declaration "var" (docstrings.ml[13,211+5]..[13,211+8]) (docstrings.ml[13,211+0]..[16,280+1])
/dports/cad/freehdl/freehdl-0.0.7/doc/
H A DVHDL93.bnf112 | type_declaration
270 type_declaration
338 | type_declaration
614 | type_declaration
634 | type_declaration
699 | type_declaration
840 | type_declaration
888 type_declaration ::=
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/docstrings/
H A Dempty.ml.reference5 type_declaration "t" (empty.ml[1,0+5]..[1,0+6]) (empty.ml[1,0+0]..[1,0+14])
40 type_declaration "w" (empty.ml[8,112+5]..[8,112+6]) (empty.ml[8,112+0]..[8,112+6])
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/docstrings/
H A Dempty.ml.reference5 type_declaration "t" (empty.ml[1,0+5]..[1,0+6]) (empty.ml[1,0+0]..[1,0+14])
40 type_declaration "w" (empty.ml[8,112+5]..[8,112+6]) (empty.ml[8,112+0]..[8,112+6])

12345678910>>...19