Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d463e commit 5969c22Copy full SHA for 5969c22
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/Instruction.qll
@@ -1856,12 +1856,12 @@ class InitializeDynamicAllocationInstruction extends SideEffectInstruction {
1856
}
1857
1858
/**
1859
- * Gets the address of the allocation this instruction is initializing.
+ * Gets the operand of the allocation this instruction is initializing.
1860
*/
1861
final AddressOperand getAllocationAddressOperand() { result = getAnOperand() }
1862
1863
1864
- * Gets the operand for the allocation this instruction is initializing.
+ * Gets the address for the allocation this instruction is initializing.
1865
1866
final Instruction getAllocationAddress() { result = getAllocationAddressOperand().getDef() }
1867
0 commit comments