File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -536,6 +536,10 @@ class ReturnIndirectionInstruction extends VariableInstruction {
536536
537537 final Instruction getSourceAddress ( ) { result = getSourceAddressOperand ( ) .getDef ( ) }
538538
539+ /**
540+ * Gets the parameter for which this instruction reads the final pointed-to value within the
541+ * function.
542+ */
539543 final Language:: Parameter getParameter ( ) { result = var .( IRUserVariable ) .getVariable ( ) }
540544}
541545
Original file line number Diff line number Diff line change @@ -536,6 +536,10 @@ class ReturnIndirectionInstruction extends VariableInstruction {
536536
537537 final Instruction getSourceAddress ( ) { result = getSourceAddressOperand ( ) .getDef ( ) }
538538
539+ /**
540+ * Gets the parameter for which this instruction reads the final pointed-to value within the
541+ * function.
542+ */
539543 final Language:: Parameter getParameter ( ) { result = var .( IRUserVariable ) .getVariable ( ) }
540544}
541545
Original file line number Diff line number Diff line change @@ -536,6 +536,10 @@ class ReturnIndirectionInstruction extends VariableInstruction {
536536
537537 final Instruction getSourceAddress ( ) { result = getSourceAddressOperand ( ) .getDef ( ) }
538538
539+ /**
540+ * Gets the parameter for which this instruction reads the final pointed-to value within the
541+ * function.
542+ */
539543 final Language:: Parameter getParameter ( ) { result = var .( IRUserVariable ) .getVariable ( ) }
540544}
541545
Original file line number Diff line number Diff line change @@ -536,6 +536,10 @@ class ReturnIndirectionInstruction extends VariableInstruction {
536536
537537 final Instruction getSourceAddress ( ) { result = getSourceAddressOperand ( ) .getDef ( ) }
538538
539+ /**
540+ * Gets the parameter for which this instruction reads the final pointed-to value within the
541+ * function.
542+ */
539543 final Language:: Parameter getParameter ( ) { result = var .( IRUserVariable ) .getVariable ( ) }
540544}
541545
Original file line number Diff line number Diff line change @@ -536,6 +536,10 @@ class ReturnIndirectionInstruction extends VariableInstruction {
536536
537537 final Instruction getSourceAddress ( ) { result = getSourceAddressOperand ( ) .getDef ( ) }
538538
539+ /**
540+ * Gets the parameter for which this instruction reads the final pointed-to value within the
541+ * function.
542+ */
539543 final Language:: Parameter getParameter ( ) { result = var .( IRUserVariable ) .getVariable ( ) }
540544}
541545
You can’t perform that action at this time.
0 commit comments