Home
last modified time | relevance | path

Searched defs:SwitchInstr (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/codegen/
H A DSwitchInstr.cs16 public class SwitchInstr : IInstr { class
20 public SwitchInstr (ArrayList label_list, Location loc) in SwitchInstr() method in Mono.ILASM.SwitchInstr
/dports/lang/mono/mono-5.10.1.57/mcs/class/PEAPI/
H A DCode.cs318 internal class SwitchInstr : Instr { class
322 internal SwitchInstr(int inst, CILLabel[] dsts) : base(inst) in SwitchInstr() method in PEAPI.SwitchInstr
/dports/devel/py-llvmlite/llvmlite-0.34.0/llvmlite/ir/
H A Dinstructions.py242 class SwitchInstr(PredictableInstr, Terminator): class