File tree Expand file tree Collapse file tree
cpp/ql/src/semmle/code/cpp/ir/implementation
csharp/ql/src/semmle/code/csharp/ir/implementation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
5858 or
5959 this instanceof TInitializeThisValueNumber and result = "InitializeThis"
6060 or
61+ this instanceof TConstantValueNumber and result = "Constant"
62+ or
6163 this instanceof TStringConstantValueNumber and result = "StringConstant"
6264 or
6365 this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
5858 or
5959 this instanceof TInitializeThisValueNumber and result = "InitializeThis"
6060 or
61+ this instanceof TConstantValueNumber and result = "Constant"
62+ or
6163 this instanceof TStringConstantValueNumber and result = "StringConstant"
6264 or
6365 this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
5858 or
5959 this instanceof TInitializeThisValueNumber and result = "InitializeThis"
6060 or
61+ this instanceof TConstantValueNumber and result = "Constant"
62+ or
6163 this instanceof TStringConstantValueNumber and result = "StringConstant"
6264 or
6365 this instanceof TFieldAddressValueNumber and result = "FieldAddress"
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
5858 or
5959 this instanceof TInitializeThisValueNumber and result = "InitializeThis"
6060 or
61+ this instanceof TConstantValueNumber and result = "Constant"
62+ or
6163 this instanceof TStringConstantValueNumber and result = "StringConstant"
6264 or
6365 this instanceof TFieldAddressValueNumber and result = "FieldAddress"
You can’t perform that action at this time.
0 commit comments