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/semmle/code/csharp/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 @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
58
58
or
59
59
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
60
60
or
61
+ this instanceof TConstantValueNumber and result = "Constant"
62
+ or
61
63
this instanceof TStringConstantValueNumber and result = "StringConstant"
62
64
or
63
65
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
58
58
or
59
59
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
60
60
or
61
+ this instanceof TConstantValueNumber and result = "Constant"
62
+ or
61
63
this instanceof TStringConstantValueNumber and result = "StringConstant"
62
64
or
63
65
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
58
58
or
59
59
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
60
60
or
61
+ this instanceof TConstantValueNumber and result = "Constant"
62
+ or
61
63
this instanceof TStringConstantValueNumber and result = "StringConstant"
62
64
or
63
65
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
58
58
or
59
59
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
60
60
or
61
+ this instanceof TConstantValueNumber and result = "Constant"
62
+ or
61
63
this instanceof TStringConstantValueNumber and result = "StringConstant"
62
64
or
63
65
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
58
58
or
59
59
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
60
60
or
61
+ this instanceof TConstantValueNumber and result = "Constant"
62
+ or
61
63
this instanceof TStringConstantValueNumber and result = "StringConstant"
62
64
or
63
65
this instanceof TFieldAddressValueNumber and result = "FieldAddress"
You can’t perform that action at this time.
0 commit comments