mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C#: Sync identical files
This commit is contained in:
@@ -947,6 +947,10 @@ class ConvertInstruction extends UnaryInstruction {
|
|||||||
ConvertInstruction() { getOpcode() instanceof Opcode::Convert }
|
ConvertInstruction() { getOpcode() instanceof Opcode::Convert }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class CheckedConvertOrNullInstruction extends UnaryInstruction {
|
||||||
|
CheckedConvertOrNullInstruction() { getOpcode() instanceof Opcode::CheckedConvertOrNull }
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an instruction that converts between two addresses
|
* Represents an instruction that converts between two addresses
|
||||||
* related by inheritance.
|
* related by inheritance.
|
||||||
|
|||||||
@@ -947,6 +947,10 @@ class ConvertInstruction extends UnaryInstruction {
|
|||||||
ConvertInstruction() { getOpcode() instanceof Opcode::Convert }
|
ConvertInstruction() { getOpcode() instanceof Opcode::Convert }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class CheckedConvertOrNullInstruction extends UnaryInstruction {
|
||||||
|
CheckedConvertOrNullInstruction() { getOpcode() instanceof Opcode::CheckedConvertOrNull }
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents an instruction that converts between two addresses
|
* Represents an instruction that converts between two addresses
|
||||||
* related by inheritance.
|
* related by inheritance.
|
||||||
|
|||||||
Reference in New Issue
Block a user