File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
28
28
* eventually use for this purpose.
29
29
*/
30
30
private class RegisterOperandBase extends TRegisterOperand {
31
+ /** Gets a textual representation of this element. */
31
32
abstract string toString ( ) ;
32
33
}
33
34
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
45
46
* will eventually use for this purpose.
46
47
*/
47
48
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49
+ /** Gets a textual representation of this element. */
48
50
abstract string toString ( ) ;
49
51
}
50
52
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
28
28
* eventually use for this purpose.
29
29
*/
30
30
private class RegisterOperandBase extends TRegisterOperand {
31
+ /** Gets a textual representation of this element. */
31
32
abstract string toString ( ) ;
32
33
}
33
34
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
45
46
* will eventually use for this purpose.
46
47
*/
47
48
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49
+ /** Gets a textual representation of this element. */
48
50
abstract string toString ( ) ;
49
51
}
50
52
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
28
28
* eventually use for this purpose.
29
29
*/
30
30
private class RegisterOperandBase extends TRegisterOperand {
31
+ /** Gets a textual representation of this element. */
31
32
abstract string toString ( ) ;
32
33
}
33
34
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
45
46
* will eventually use for this purpose.
46
47
*/
47
48
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49
+ /** Gets a textual representation of this element. */
48
50
abstract string toString ( ) ;
49
51
}
50
52
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
28
28
* eventually use for this purpose.
29
29
*/
30
30
private class RegisterOperandBase extends TRegisterOperand {
31
+ /** Gets a textual representation of this element. */
31
32
abstract string toString ( ) ;
32
33
}
33
34
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
45
46
* will eventually use for this purpose.
46
47
*/
47
48
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49
+ /** Gets a textual representation of this element. */
48
50
abstract string toString ( ) ;
49
51
}
50
52
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
28
28
* eventually use for this purpose.
29
29
*/
30
30
private class RegisterOperandBase extends TRegisterOperand {
31
+ /** Gets a textual representation of this element. */
31
32
abstract string toString ( ) ;
32
33
}
33
34
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
45
46
* will eventually use for this purpose.
46
47
*/
47
48
private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49
+ /** Gets a textual representation of this element. */
48
50
abstract string toString ( ) ;
49
51
}
50
52
You can’t perform that action at this time.
0 commit comments