mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
C#/C++: Sync identical files.
This commit is contained in:
@@ -200,8 +200,8 @@ private predicate inheritanceConversionValueNumber(
|
|||||||
instr.getEnclosingIRFunction() = irFunc and
|
instr.getEnclosingIRFunction() = irFunc and
|
||||||
instr.getOpcode() = opcode and
|
instr.getOpcode() = opcode and
|
||||||
tvalueNumber(instr.getUnary()) = operand and
|
tvalueNumber(instr.getUnary()) = operand and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getBaseClass()) = baseClass and
|
unique( | | instr.getBaseClass()) = baseClass and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getDerivedClass()) = derivedClass
|
unique( | | instr.getDerivedClass()) = derivedClass
|
||||||
}
|
}
|
||||||
|
|
||||||
private predicate loadTotalOverlapValueNumber(
|
private predicate loadTotalOverlapValueNumber(
|
||||||
|
|||||||
@@ -200,8 +200,8 @@ private predicate inheritanceConversionValueNumber(
|
|||||||
instr.getEnclosingIRFunction() = irFunc and
|
instr.getEnclosingIRFunction() = irFunc and
|
||||||
instr.getOpcode() = opcode and
|
instr.getOpcode() = opcode and
|
||||||
tvalueNumber(instr.getUnary()) = operand and
|
tvalueNumber(instr.getUnary()) = operand and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getBaseClass()) = baseClass and
|
unique( | | instr.getBaseClass()) = baseClass and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getDerivedClass()) = derivedClass
|
unique( | | instr.getDerivedClass()) = derivedClass
|
||||||
}
|
}
|
||||||
|
|
||||||
private predicate loadTotalOverlapValueNumber(
|
private predicate loadTotalOverlapValueNumber(
|
||||||
|
|||||||
@@ -200,8 +200,8 @@ private predicate inheritanceConversionValueNumber(
|
|||||||
instr.getEnclosingIRFunction() = irFunc and
|
instr.getEnclosingIRFunction() = irFunc and
|
||||||
instr.getOpcode() = opcode and
|
instr.getOpcode() = opcode and
|
||||||
tvalueNumber(instr.getUnary()) = operand and
|
tvalueNumber(instr.getUnary()) = operand and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getBaseClass()) = baseClass and
|
unique( | | instr.getBaseClass()) = baseClass and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getDerivedClass()) = derivedClass
|
unique( | | instr.getDerivedClass()) = derivedClass
|
||||||
}
|
}
|
||||||
|
|
||||||
private predicate loadTotalOverlapValueNumber(
|
private predicate loadTotalOverlapValueNumber(
|
||||||
|
|||||||
@@ -200,8 +200,8 @@ private predicate inheritanceConversionValueNumber(
|
|||||||
instr.getEnclosingIRFunction() = irFunc and
|
instr.getEnclosingIRFunction() = irFunc and
|
||||||
instr.getOpcode() = opcode and
|
instr.getOpcode() = opcode and
|
||||||
tvalueNumber(instr.getUnary()) = operand and
|
tvalueNumber(instr.getUnary()) = operand and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getBaseClass()) = baseClass and
|
unique( | | instr.getBaseClass()) = baseClass and
|
||||||
unique( | | instr.(InheritanceConversionInstruction).getDerivedClass()) = derivedClass
|
unique( | | instr.getDerivedClass()) = derivedClass
|
||||||
}
|
}
|
||||||
|
|
||||||
private predicate loadTotalOverlapValueNumber(
|
private predicate loadTotalOverlapValueNumber(
|
||||||
|
|||||||
Reference in New Issue
Block a user