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 {
27
27
* by debugging and printing code only.
28
28
*/
29
29
int getDisplayIndex ( ) {
30
- exists ( IRConfiguration config |
30
+ exists ( IRConfiguration:: IRConfiguration config |
31
31
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
32
32
) and
33
33
this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283
283
* `File` and line number. Used for assigning register names when printing IR.
284
284
*/
285
285
private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286
- exists ( IRConfiguration config |
286
+ exists ( IRConfiguration:: IRConfiguration config |
287
287
config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288
288
) and
289
289
exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311
311
}
312
312
313
313
predicate shouldGenerateDumpStrings ( ) {
314
- exists ( IRConfiguration config |
314
+ exists ( IRConfiguration:: IRConfiguration config |
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
27
27
* by debugging and printing code only.
28
28
*/
29
29
int getDisplayIndex ( ) {
30
- exists ( IRConfiguration config |
30
+ exists ( IRConfiguration:: IRConfiguration config |
31
31
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
32
32
) and
33
33
this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283
283
* `File` and line number. Used for assigning register names when printing IR.
284
284
*/
285
285
private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286
- exists ( IRConfiguration config |
286
+ exists ( IRConfiguration:: IRConfiguration config |
287
287
config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288
288
) and
289
289
exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311
311
}
312
312
313
313
predicate shouldGenerateDumpStrings ( ) {
314
- exists ( IRConfiguration config |
314
+ exists ( IRConfiguration:: IRConfiguration config |
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
27
27
* by debugging and printing code only.
28
28
*/
29
29
int getDisplayIndex ( ) {
30
- exists ( IRConfiguration config |
30
+ exists ( IRConfiguration:: IRConfiguration config |
31
31
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
32
32
) and
33
33
this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283
283
* `File` and line number. Used for assigning register names when printing IR.
284
284
*/
285
285
private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286
- exists ( IRConfiguration config |
286
+ exists ( IRConfiguration:: IRConfiguration config |
287
287
config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288
288
) and
289
289
exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311
311
}
312
312
313
313
predicate shouldGenerateDumpStrings ( ) {
314
- exists ( IRConfiguration config |
314
+ exists ( IRConfiguration:: IRConfiguration config |
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class IRBlockBase extends TIRBlock {
27
27
* by debugging and printing code only.
28
28
*/
29
29
int getDisplayIndex ( ) {
30
- exists ( IRConfiguration config |
30
+ exists ( IRConfiguration:: IRConfiguration config |
31
31
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
32
32
) and
33
33
this =
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ module InstructionSanity {
283
283
* `File` and line number. Used for assigning register names when printing IR.
284
284
*/
285
285
private Instruction getAnInstructionAtLine ( IRFunction irFunc , Language:: File file , int line ) {
286
- exists ( IRConfiguration config |
286
+ exists ( IRConfiguration:: IRConfiguration config |
287
287
config .shouldEvaluateDebugStringsForFunction ( irFunc .getFunction ( ) )
288
288
) and
289
289
exists ( Language:: Location location |
@@ -311,7 +311,7 @@ class Instruction extends Construction::TInstruction {
311
311
}
312
312
313
313
predicate shouldGenerateDumpStrings ( ) {
314
- exists ( IRConfiguration config |
314
+ exists ( IRConfiguration:: IRConfiguration config |
315
315
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
316
316
)
317
317
}
You can’t perform that action at this time.
0 commit comments