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/experimental/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 @@ -1577,6 +1577,7 @@ class CallInstruction extends Instruction {
15771577 /**
15781578 * Gets the argument operand at the specified index.
15791579 */
1580+ pragma [ noinline]
15801581 final PositionalArgumentOperand getPositionalArgumentOperand ( int index ) {
15811582 result = getAnOperand ( ) and
15821583 result .getIndex ( ) = index
@@ -1585,6 +1586,7 @@ class CallInstruction extends Instruction {
15851586 /**
15861587 * Gets the argument at the specified index.
15871588 */
1589+ pragma [ noinline]
15881590 final Instruction getPositionalArgument ( int index ) {
15891591 result = getPositionalArgumentOperand ( index ) .getDef ( )
15901592 }
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ class CallInstruction extends Instruction {
15771577 /**
15781578 * Gets the argument operand at the specified index.
15791579 */
1580+ pragma [ noinline]
15801581 final PositionalArgumentOperand getPositionalArgumentOperand ( int index ) {
15811582 result = getAnOperand ( ) and
15821583 result .getIndex ( ) = index
@@ -1585,6 +1586,7 @@ class CallInstruction extends Instruction {
15851586 /**
15861587 * Gets the argument at the specified index.
15871588 */
1589+ pragma [ noinline]
15881590 final Instruction getPositionalArgument ( int index ) {
15891591 result = getPositionalArgumentOperand ( index ) .getDef ( )
15901592 }
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ class CallInstruction extends Instruction {
15771577 /**
15781578 * Gets the argument operand at the specified index.
15791579 */
1580+ pragma [ noinline]
15801581 final PositionalArgumentOperand getPositionalArgumentOperand ( int index ) {
15811582 result = getAnOperand ( ) and
15821583 result .getIndex ( ) = index
@@ -1585,6 +1586,7 @@ class CallInstruction extends Instruction {
15851586 /**
15861587 * Gets the argument at the specified index.
15871588 */
1589+ pragma [ noinline]
15881590 final Instruction getPositionalArgument ( int index ) {
15891591 result = getPositionalArgumentOperand ( index ) .getDef ( )
15901592 }
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ class CallInstruction extends Instruction {
15771577 /**
15781578 * Gets the argument operand at the specified index.
15791579 */
1580+ pragma [ noinline]
15801581 final PositionalArgumentOperand getPositionalArgumentOperand ( int index ) {
15811582 result = getAnOperand ( ) and
15821583 result .getIndex ( ) = index
@@ -1585,6 +1586,7 @@ class CallInstruction extends Instruction {
15851586 /**
15861587 * Gets the argument at the specified index.
15871588 */
1589+ pragma [ noinline]
15881590 final Instruction getPositionalArgument ( int index ) {
15891591 result = getPositionalArgumentOperand ( index ) .getDef ( )
15901592 }
Original file line number Diff line number Diff line change @@ -1577,6 +1577,7 @@ class CallInstruction extends Instruction {
15771577 /**
15781578 * Gets the argument operand at the specified index.
15791579 */
1580+ pragma [ noinline]
15801581 final PositionalArgumentOperand getPositionalArgumentOperand ( int index ) {
15811582 result = getAnOperand ( ) and
15821583 result .getIndex ( ) = index
@@ -1585,6 +1586,7 @@ class CallInstruction extends Instruction {
15851586 /**
15861587 * Gets the argument at the specified index.
15871588 */
1589+ pragma [ noinline]
15881590 final Instruction getPositionalArgument ( int index ) {
15891591 result = getPositionalArgumentOperand ( index ) .getDef ( )
15901592 }
You can’t perform that action at this time.
0 commit comments