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 =
2828 * eventually use for this purpose.
2929 */
3030private class RegisterOperandBase extends TRegisterOperand {
31+ /** Gets a textual representation of this element. */
3132 abstract string toString ( ) ;
3233}
3334
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546 * will eventually use for this purpose.
4647 */
4748private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+ /** Gets a textual representation of this element. */
4850 abstract string toString ( ) ;
4951}
5052
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
2828 * eventually use for this purpose.
2929 */
3030private class RegisterOperandBase extends TRegisterOperand {
31+ /** Gets a textual representation of this element. */
3132 abstract string toString ( ) ;
3233}
3334
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546 * will eventually use for this purpose.
4647 */
4748private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+ /** Gets a textual representation of this element. */
4850 abstract string toString ( ) ;
4951}
5052
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
2828 * eventually use for this purpose.
2929 */
3030private class RegisterOperandBase extends TRegisterOperand {
31+ /** Gets a textual representation of this element. */
3132 abstract string toString ( ) ;
3233}
3334
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546 * will eventually use for this purpose.
4647 */
4748private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+ /** Gets a textual representation of this element. */
4850 abstract string toString ( ) ;
4951}
5052
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
2828 * eventually use for this purpose.
2929 */
3030private class RegisterOperandBase extends TRegisterOperand {
31+ /** Gets a textual representation of this element. */
3132 abstract string toString ( ) ;
3233}
3334
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546 * will eventually use for this purpose.
4647 */
4748private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+ /** Gets a textual representation of this element. */
4850 abstract string toString ( ) ;
4951}
5052
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ private newtype TOperand =
2828 * eventually use for this purpose.
2929 */
3030private class RegisterOperandBase extends TRegisterOperand {
31+ /** Gets a textual representation of this element. */
3132 abstract string toString ( ) ;
3233}
3334
@@ -45,6 +46,7 @@ private RegisterOperandBase registerOperand(
4546 * will eventually use for this purpose.
4647 */
4748private class NonPhiMemoryOperandBase extends TNonPhiMemoryOperand {
49+ /** Gets a textual representation of this element. */
4850 abstract string toString ( ) ;
4951}
5052
You can’t perform that action at this time.
0 commit comments