Home
last modified time | relevance | path

Searched refs:SwitchLabel (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaswitchsection.vala29 private List<SwitchLabel> labels = new ArrayList<SwitchLabel> ();
46 public void add_label (SwitchLabel label) {
60 public unowned List<SwitchLabel> get_labels () {
65 foreach (SwitchLabel label in labels) {
79 foreach (SwitchLabel label in labels) {
91 foreach (SwitchLabel label in get_labels ()) {
105 foreach (SwitchLabel label in labels) {
H A Dvalaswitchlabel.vala28 public class Vala.SwitchLabel : CodeNode {
53 public SwitchLabel (Expression expr, SourceReference? source = null) {
64 public SwitchLabel.with_default (SourceReference? source = null) {
H A Dvalaswitchstatement.vala132 foreach (SwitchLabel label in section.get_labels ()) {
H A Dvalatraversevisitor.vala195 public override void visit_switch_label (SwitchLabel label) {
H A Dvala.vapi679 public virtual void visit_switch_label (Vala.SwitchLabel label);
754 public override void visit_switch_label (Vala.SwitchLabel label);
2097 public class SwitchLabel : Vala.CodeNode {
2098 public SwitchLabel (Vala.Expression expr, Vala.SourceReference? source = null);
2103 public SwitchLabel.with_default (Vala.SourceReference? source = null);
2112 public void add_label (Vala.SwitchLabel label);
2115 public unowned Vala.List<Vala.SwitchLabel> get_labels ();
2229 public override void visit_switch_label (Vala.SwitchLabel label);
2326 public override void visit_switch_label (Vala.SwitchLabel label);
H A Dvalacodevisitor.vala292 public virtual void visit_switch_label (SwitchLabel label) {
H A Dlibvala-0.48.vapi793 public virtual void visit_switch_label (Vala.SwitchLabel label);
868 public override void visit_switch_label (Vala.SwitchLabel label);
2211 public class SwitchLabel : Vala.CodeNode {
2212 public SwitchLabel (Vala.Expression expr, Vala.SourceReference? source = null);
2217 public SwitchLabel.with_default (Vala.SourceReference? source = null);
2226 public void add_label (Vala.SwitchLabel label);
2229 public unowned Vala.List<Vala.SwitchLabel> get_labels ();
2343 public override void visit_switch_label (Vala.SwitchLabel label);
2440 public override void visit_switch_label (Vala.SwitchLabel label);
H A Dvalacodewriter.vala1063 foreach (SwitchLabel label in section.get_labels ()) {
1070 public override void visit_switch_label (SwitchLabel label) {
H A Dvalasymbolresolver.vala511 public override void visit_switch_label (SwitchLabel label) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DLambdaCompiler.Statements.cs257 private sealed class SwitchLabel class in System.Linq.Expressions.Compiler.LambdaCompiler
306 private static void MergeBuckets(List<List<SwitchLabel>> buckets) in MergeBuckets()
310 List<SwitchLabel> first = buckets[buckets.Count - 2]; in MergeBuckets()
311 List<SwitchLabel> second = buckets[buckets.Count - 1]; in MergeBuckets()
325 private static void AddToBuckets(List<List<SwitchLabel>> buckets, SwitchLabel key) in AddToBuckets()
329 List<SwitchLabel> last = buckets[buckets.Count - 1]; in AddToBuckets()
339 buckets.Add(new List<SwitchLabel> { key }); in AddToBuckets()
397 var keys = new List<SwitchLabel>(); in TryEmitSwitchInstruction()
421 var buckets = new List<List<SwitchLabel>>(); in TryEmitSwitchInstruction()
422 foreach (SwitchLabel key in keys) in TryEmitSwitchInstruction()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DLambdaCompiler.Statements.cs226 private sealed class SwitchLabel { class in Microsoft.Scripting.Ast.Compiler.LambdaCompiler
233 internal SwitchLabel(decimal key, object @constant, Label label) { in SwitchLabel() method in Microsoft.Scripting.Ast.Compiler.LambdaCompiler.SwitchLabel
269 private static void MergeBuckets(List<List<SwitchLabel>> buckets) { in MergeBuckets()
271 List<SwitchLabel> first = buckets[buckets.Count - 2]; in MergeBuckets()
272 List<SwitchLabel> second = buckets[buckets.Count - 1]; in MergeBuckets()
285 private static void AddToBuckets(List<List<SwitchLabel>> buckets, SwitchLabel key) { in AddToBuckets()
287 List<SwitchLabel> last = buckets[buckets.Count - 1]; in AddToBuckets()
296 buckets.Add(new List<SwitchLabel> { key }); in AddToBuckets()
348 var keys = new List<SwitchLabel>(); in TryEmitSwitchInstruction()
371 var buckets = new List<List<SwitchLabel>>(); in TryEmitSwitchInstruction()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dstatement.cs3105 if (s is SwitchLabel) { in DoFlowAnalysis()
4794 var t = (SwitchLabel) target; in CloneTo()
4895 readonly SwitchLabel label;
4933 List<SwitchLabel> case_labels;
4945 SwitchLabel case_null;
4946 SwitchLabel case_default;
4976 public SwitchLabel DefaultLabel {
5191 SwitchLabel sl = labels[key]; in EmitTableSwitch()
5270 SwitchLabel sl = null; in FindLabel()
5498 SwitchLabel prev_label = null; in MarkReachable()
[all …]
H A Dvisit.cs220 public virtual object Visit (SwitchLabel switchLabel) in Visit()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodecontrolflowmodule.vala69 foreach (SwitchLabel label in section.get_labels ()) {
105 foreach (SwitchLabel label in section.get_labels ()) {
194 public override void visit_switch_label (SwitchLabel label) {
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DreadableNames.props299 SwitchLabel=SwitchLabel
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DreadableNames.props317 SwitchLabel=SwitchLabel
/dports/java/jikes/jikes-1.22/src/
H A Dbody.cpp842 switch_block_statement -> SwitchLabel(k); in ProcessSwitchStatement()
895 switch_block_statement -> SwitchLabel(k)); in ProcessSwitchStatement()
988 SwitchLabel(first_case -> case_index) -> map_index = 0; in ProcessSwitchStatement()
994 SwitchLabel(case_elt -> case_index) -> map_index = k; in ProcessSwitchStatement()
1001 SwitchLabel(case_elt -> case_index) -> in ProcessSwitchStatement()
H A Dast.cpp832 clone -> AddSwitchLabel((AstSwitchLabel*) SwitchLabel(i) -> in Clone()
1842 Coutput << " #" << SwitchLabel(i) -> id << ':'; in Print()
1846 SwitchLabel(i) -> Print(lex_stream); in Print()
H A Djava.g3929 SwitchLabels ::= SwitchLabel
3933 SwitchLabels ::= SwitchLabels SwitchLabel
3948 --SwitchLabel ::= 'case' ConstantExpression ':'
3949 SwitchLabel ::= 'case' Expression ':'
3965 --SwitchLabel ::= 'default' ':'
3966 SwitchLabel ::= 'default' Marker ':'
/dports/devel/cmake-gui/cmake-3.22.1/Source/LexerParser/
H A DcmDependsJavaParser.y1834 SwitchLabel
1843 SwitchLabels SwitchLabel
1852 SwitchLabel:
/dports/devel/cmake/cmake-3.22.1/Source/LexerParser/
H A DcmDependsJavaParser.y1834 SwitchLabel
1843 SwitchLabels SwitchLabel
1852 SwitchLabel:
/dports/devel/cmake-doc/cmake-3.22.1/Source/LexerParser/
H A DcmDependsJavaParser.y1834 SwitchLabel
1843 SwitchLabels SwitchLabel
1852 SwitchLabel:
/dports/lang/bsh/beanshell-2.1.0/src/bsh/
H A Dbsh.jjt1302 ( SwitchLabel() ( BlockStatement() )* )*
1306 void SwitchLabel() #SwitchLabel :
H A Dbsh.jj2448 ( SwitchLabel() ( BlockStatement() )* )*
2473 void SwitchLabel() :
2474 {/*@bgen(jjtree) SwitchLabel */
2480 {/*@bgen(jjtree) SwitchLabel */
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/grammar/
H A Djava.g1428 SwitchLabels -> SwitchLabel
1429 SwitchLabels ::= SwitchLabels SwitchLabel
1433 SwitchLabel ::= SwitchLabelCaseLhs ':'
1436 SwitchLabel ::= 'default' ':'
1438 /:$readableName SwitchLabel:/

12