File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation
csharp/ql/src/experimental/ir/implementation Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
1856
}
1857
1857
1858
1858
/**
1859
- * Gets the address of the allocation this instruction is initializing.
1859
+ * Gets the operand that represents the address of the allocation this instruction is initializing.
1860
1860
*/
1861
1861
final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
1862
1862
1863
1863
/**
1864
- * Gets the operand for the allocation this instruction is initializing.
1864
+ * Gets the address for the allocation this instruction is initializing.
1865
1865
*/
1866
1866
final Instruction getAllocationAddress ( ) { result = getAllocationAddressOperand ( ) .getDef ( ) }
1867
1867
}
Original file line number Diff line number Diff line change @@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
1856
}
1857
1857
1858
1858
/**
1859
- * Gets the address of the allocation this instruction is initializing.
1859
+ * Gets the operand that represents the address of the allocation this instruction is initializing.
1860
1860
*/
1861
1861
final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
1862
1862
1863
1863
/**
1864
- * Gets the operand for the allocation this instruction is initializing.
1864
+ * Gets the address for the allocation this instruction is initializing.
1865
1865
*/
1866
1866
final Instruction getAllocationAddress ( ) { result = getAllocationAddressOperand ( ) .getDef ( ) }
1867
1867
}
Original file line number Diff line number Diff line change @@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
1856
}
1857
1857
1858
1858
/**
1859
- * Gets the address of the allocation this instruction is initializing.
1859
+ * Gets the operand that represents the address of the allocation this instruction is initializing.
1860
1860
*/
1861
1861
final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
1862
1862
1863
1863
/**
1864
- * Gets the operand for the allocation this instruction is initializing.
1864
+ * Gets the address for the allocation this instruction is initializing.
1865
1865
*/
1866
1866
final Instruction getAllocationAddress ( ) { result = getAllocationAddressOperand ( ) .getDef ( ) }
1867
1867
}
Original file line number Diff line number Diff line change @@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
1856
}
1857
1857
1858
1858
/**
1859
- * Gets the address of the allocation this instruction is initializing.
1859
+ * Gets the operand that represents the address of the allocation this instruction is initializing.
1860
1860
*/
1861
1861
final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
1862
1862
1863
1863
/**
1864
- * Gets the operand for the allocation this instruction is initializing.
1864
+ * Gets the address for the allocation this instruction is initializing.
1865
1865
*/
1866
1866
final Instruction getAllocationAddress ( ) { result = getAllocationAddressOperand ( ) .getDef ( ) }
1867
1867
}
Original file line number Diff line number Diff line change @@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
1856
}
1857
1857
1858
1858
/**
1859
- * Gets the address of the allocation this instruction is initializing.
1859
+ * Gets the operand that represents the address of the allocation this instruction is initializing.
1860
1860
*/
1861
1861
final AddressOperand getAllocationAddressOperand ( ) { result = getAnOperand ( ) }
1862
1862
1863
1863
/**
1864
- * Gets the operand for the allocation this instruction is initializing.
1864
+ * Gets the address for the allocation this instruction is initializing.
1865
1865
*/
1866
1866
final Instruction getAllocationAddress ( ) { result = getAllocationAddressOperand ( ) .getDef ( ) }
1867
1867
}
You can’t perform that action at this time.
0 commit comments