File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
2727 * by debugging and printing code only.
2828 */
2929 int getDisplayIndex ( ) {
30- exists ( IRConfiguration config |
30+ exists ( IRConfiguration:: IRConfiguration config |
3131 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
3232 ) and
3333 this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283283 * `File` and line number. Used for assigning register names when printing IR.
284284 */
285285private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286- exists ( IRConfiguration config |
286+ exists ( IRConfiguration:: IRConfiguration config |
287287 config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288288 ) and
289289 exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311311 }
312312
313313 predicate shouldGenerateDumpStrings ( ) {
314- exists ( IRConfiguration config |
314+ exists ( IRConfiguration:: IRConfiguration config |
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
2727 * by debugging and printing code only.
2828 */
2929 int getDisplayIndex ( ) {
30- exists ( IRConfiguration config |
30+ exists ( IRConfiguration:: IRConfiguration config |
3131 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
3232 ) and
3333 this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283283 * `File` and line number. Used for assigning register names when printing IR.
284284 */
285285private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286- exists ( IRConfiguration config |
286+ exists ( IRConfiguration:: IRConfiguration config |
287287 config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288288 ) and
289289 exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311311 }
312312
313313 predicate shouldGenerateDumpStrings ( ) {
314- exists ( IRConfiguration config |
314+ exists ( IRConfiguration:: IRConfiguration config |
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
2727 * by debugging and printing code only.
2828 */
2929 int getDisplayIndex ( ) {
30- exists ( IRConfiguration config |
30+ exists ( IRConfiguration:: IRConfiguration config |
3131 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
3232 ) and
3333 this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283283 * `File` and line number. Used for assigning register names when printing IR.
284284 */
285285private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286- exists ( IRConfiguration config |
286+ exists ( IRConfiguration:: IRConfiguration config |
287287 config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288288 ) and
289289 exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311311 }
312312
313313 predicate shouldGenerateDumpStrings ( ) {
314- exists ( IRConfiguration config |
314+ exists ( IRConfiguration:: IRConfiguration config |
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
2727 * by debugging and printing code only.
2828 */
2929 int getDisplayIndex ( ) {
30- exists ( IRConfiguration config |
30+ exists ( IRConfiguration:: IRConfiguration config |
3131 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
3232 ) and
3333 this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283283 * `File` and line number. Used for assigning register names when printing IR.
284284 */
285285private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286- exists ( IRConfiguration config |
286+ exists ( IRConfiguration:: IRConfiguration config |
287287 config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288288 ) and
289289 exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311311 }
312312
313313 predicate shouldGenerateDumpStrings ( ) {
314- exists ( IRConfiguration config |
314+ exists ( IRConfiguration:: IRConfiguration config |
315315 config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316316 )
317317 }
You can’t perform that action at this time.
0 commit comments