File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
42
42
result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
43
43
}
44
44
45
- predicate shouldGenerateDumpStrings ( ) {
45
+ private predicate shouldGenerateDumpStrings ( ) {
46
46
exists ( IRConfiguration:: IRConfiguration config |
47
47
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
48
48
)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
42
42
result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
43
43
}
44
44
45
- predicate shouldGenerateDumpStrings ( ) {
45
+ private predicate shouldGenerateDumpStrings ( ) {
46
46
exists ( IRConfiguration:: IRConfiguration config |
47
47
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
48
48
)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
42
42
result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
43
43
}
44
44
45
- predicate shouldGenerateDumpStrings ( ) {
45
+ private predicate shouldGenerateDumpStrings ( ) {
46
46
exists ( IRConfiguration:: IRConfiguration config |
47
47
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
48
48
)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
42
42
result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
43
43
}
44
44
45
- predicate shouldGenerateDumpStrings ( ) {
45
+ private predicate shouldGenerateDumpStrings ( ) {
46
46
exists ( IRConfiguration:: IRConfiguration config |
47
47
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
48
48
)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Instruction extends Construction::TInstruction {
42
42
result = getResultString ( ) + " = " + getOperationString ( ) + " " + getOperandsString ( )
43
43
}
44
44
45
- predicate shouldGenerateDumpStrings ( ) {
45
+ private predicate shouldGenerateDumpStrings ( ) {
46
46
exists ( IRConfiguration:: IRConfiguration config |
47
47
config .shouldEvaluateDebugStringsForFunction ( this .getEnclosingFunction ( ) )
48
48
)
You can’t perform that action at this time.
0 commit comments