Home
last modified time | relevance | path

Searched refs:constructor_declaration (Results 1 – 25 of 64) sorted by relevance

123

/dports/java/jikes/jikes-1.22/src/
H A Ddepend.cpp131 AstConstructorDeclaration* constructor_declaration = in ConstructorCycleChecker() local
133 if (constructor_declaration -> index == OMEGA) in ConstructorCycleChecker()
134 CheckConstructorCycles(constructor_declaration); in ConstructorCycleChecker()
141 stack.Push(constructor_declaration); in CheckConstructorCycles()
143 constructor_declaration -> index = indx; in CheckConstructorCycles()
148 constructor_declaration -> constructor_body; in CheckConstructorCycles()
163 constructor_declaration -> index = in CheckConstructorCycles()
164 Min(constructor_declaration -> index, in CheckConstructorCycles()
169 if (constructor_declaration -> index == indx) in CheckConstructorCycles()
176 if (constructor_declaration == stack.Top() && in CheckConstructorCycles()
[all …]
H A Ddecl.cpp1005 AstConstructorDeclaration* constructor_declaration = in ProcessClassBodyForEffectiveJavaChecks() local
1007 if (! constructor_declaration -> IsValid()) in ProcessClassBodyForEffectiveJavaChecks()
1009 MethodSymbol* constructor = constructor_declaration -> in ProcessClassBodyForEffectiveJavaChecks()
2217 ProcessConstructorModifiers(constructor_declaration); in ProcessConstructorDeclaration()
2221 if (constructor_declaration -> type_parameters_opt) in ProcessConstructorDeclaration()
2229 constructor_declaration -> constructor_declarator; in ProcessConstructorDeclaration()
2303 constructor -> declaration = constructor_declaration; in ProcessConstructorDeclaration()
2343 constructor_declaration -> constructor_symbol = constructor; in ProcessConstructorDeclaration()
2423 AstConstructorDeclaration* constructor_declaration = in AddDefaultConstructor() local
2428 constructor_declaration -> constructor_symbol = constructor; in AddDefaultConstructor()
[all …]
H A Dmodifier.cpp414 …cessFlags Semantic::ProcessConstructorModifiers(AstConstructorDeclaration* constructor_declaration) in ProcessConstructorModifiers() argument
416 return ProcessModifiers(constructor_declaration -> modifiers_opt, in ProcessConstructorModifiers()
H A Ddefinite.cpp1570 void Semantic::DefiniteConstructorBody(AstConstructorDeclaration* constructor_declaration) in DefiniteConstructorBody() argument
1577 << constructor_declaration -> constructor_symbol -> Name() in DefiniteConstructorBody()
1582 AstMethodBody* block_body = constructor_declaration -> constructor_body; in DefiniteConstructorBody()
1588 constructor_declaration -> constructor_symbol -> max_block_depth; in DefiniteConstructorBody()
1597 constructor_declaration -> constructor_declarator; in DefiniteConstructorBody()
H A Dsymbol.cpp226 AstConstructorDeclaration* constructor_declaration = in SetLocation() local
234 : constructor_declaration -> LeftToken())); in SetLocation()
2347 AstConstructorDeclaration* constructor_declaration = in GetReadAccessConstructor() local
2349 constructor_declaration -> constructor_declarator = method_declarator; in GetReadAccessConstructor()
2350 constructor_declaration -> constructor_body = constructor_block; in GetReadAccessConstructor()
2352 constructor_declaration -> constructor_symbol = read_method; in GetReadAccessConstructor()
2353 read_method -> declaration = constructor_declaration; in GetReadAccessConstructor()
H A Dbody.cpp2401 void Semantic::ProcessConstructorBody(AstConstructorDeclaration* constructor_declaration) in ProcessConstructorBody() argument
2406 if (constructor_declaration -> NumThrows()) in ProcessConstructorBody()
2411 (constructor_declaration -> NumThrows()); in ProcessConstructorBody()
2412 for (unsigned k = 0; k < constructor_declaration -> NumThrows(); k++) in ProcessConstructorBody()
2413 CheckThrow(constructor_declaration -> Throw(k), throws_list); in ProcessConstructorBody()
2418 constructor_declaration -> constructor_body; in ProcessConstructorBody()
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Ddatarepr.mli35 constructor_tag -> constructor_declaration list ->
36 constructor_declaration
40 (** Takes [cd_args] and [cd_res] from a [constructor_declaration] and
H A Duntypeast.mli35 constructor_declaration: mapper -> Typedtree.constructor_declaration RecordField
36 -> constructor_declaration;
H A Duntypeast.ml38 constructor_declaration: mapper -> T.constructor_declaration RecordField
39 -> constructor_declaration;
215 Ptype_variant (List.map (sub.constructor_declaration sub) list)
224 let constructor_declaration sub cd =
801 constructor_declaration = constructor_declaration;
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Ddatarepr.mli35 constructor_tag -> constructor_declaration list ->
36 constructor_declaration
40 (** Takes [cd_args] and [cd_res] from a [constructor_declaration] and
H A Duntypeast.mli35 constructor_declaration: mapper -> Typedtree.constructor_declaration RecordField
36 -> constructor_declaration;
H A Duntypeast.ml38 constructor_declaration: mapper -> T.constructor_declaration RecordField
39 -> constructor_declaration;
215 Ptype_variant (List.map (sub.constructor_declaration sub) list)
224 let constructor_declaration sub cd =
801 constructor_declaration = constructor_declaration;
/dports/lang/ocaml/ocaml-4.05.0/parsing/
H A Dast_iterator.mli38 constructor_declaration: iterator -> constructor_declaration -> unit; RecordField
H A Dast_mapper.mli70 constructor_declaration: mapper -> constructor_declaration RecordField
71 -> constructor_declaration;
H A Dast_iterator.ml41 constructor_declaration: iterator -> constructor_declaration -> unit; RecordField
135 List.iter (sub.constructor_declaration sub) l
560 constructor_declaration =
/dports/lang/ocaml-nox11/ocaml-4.05.0/parsing/
H A Dast_iterator.mli38 constructor_declaration: iterator -> constructor_declaration -> unit; RecordField
H A Dast_mapper.mli70 constructor_declaration: mapper -> constructor_declaration RecordField
71 -> constructor_declaration;
H A Dast_iterator.ml41 constructor_declaration: iterator -> constructor_declaration -> unit; RecordField
135 List.iter (sub.constructor_declaration sub) l
560 constructor_declaration =
/dports/games/supertux2/SuperTux-v0.6.3-Source/tools/miniswig/
H A Dparser.yy93 %type <function> constructor_declaration;
194 | constructor_declaration
225 constructor_declaration:
/dports/editors/helix/helix-0.5.0/runtime/queries/java/
H A Dhighlights.scm34 (constructor_declaration
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-java/queries/
H A Dhighlights.scm34 (constructor_declaration
/dports/editors/emacs/emacs-27.2/lisp/cedet/semantic/wisent/
H A Djavat-wy.el326 ((constructor_declaration))
359 (constructor_declaration
562 …eclaration field_declaration method_declaration formal_parameter constructor_declaration interface…
/dports/editors/helix/helix-0.5.0/runtime/queries/c-sharp/
H A Dhighlights.scm12 (constructor_declaration name: (identifier) @type)
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c-sharp/queries/
H A Dhighlights.scm12 (constructor_declaration name: (identifier) @type)
/dports/java/jflex/jflex-1.8.1/examples/cup-java/src/main/cup/
H A Djava12.cup167 non terminal constructor_declaration, constructor_declarator;
375 | constructor_declaration
451 constructor_declaration ::=

123