C++: Sync identical files

This commit is contained in:
Mathias Vorreiter Pedersen
2020-06-04 11:31:32 +02:00
parent 36cfe3624b
commit 7328429ef1
4 changed files with 8 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
or
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
or
this instanceof TConstantValueNumber and result = "Constant"
or
this instanceof TStringConstantValueNumber and result = "StringConstant"
or
this instanceof TFieldAddressValueNumber and result = "FieldAddress"

View File

@@ -58,6 +58,8 @@ class ValueNumber extends TValueNumber {
or
this instanceof TInitializeThisValueNumber and result = "InitializeThis"
or
this instanceof TConstantValueNumber and result = "Constant"
or
this instanceof TStringConstantValueNumber and result = "StringConstant"
or
this instanceof TFieldAddressValueNumber and result = "FieldAddress"