mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
C++/C#: sync files
This commit is contained in:
@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
|
|||||||
final Language::Location getLocation() { result = getAST().getLocation() }
|
final Language::Location getLocation() { result = getAST().getLocation() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the `Expr` whose result is computed by this instruction, if any.
|
* Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
|
||||||
|
* conversion.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getConvertedResultExpression() {
|
final Language::Expr getConvertedResultExpression() {
|
||||||
result = Construction::getInstructionConvertedResultExpression(this)
|
result = Construction::getInstructionConvertedResultExpression(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the unconverted `Expr` whose result is computed by this instruction, if any.
|
* Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getUnconvertedResultExpression() {
|
final Language::Expr getUnconvertedResultExpression() {
|
||||||
result = Construction::getInstructionUnconvertedResultExpression(this)
|
result = Construction::getInstructionUnconvertedResultExpression(this)
|
||||||
|
|||||||
@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
|
|||||||
final Language::Location getLocation() { result = getAST().getLocation() }
|
final Language::Location getLocation() { result = getAST().getLocation() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the `Expr` whose result is computed by this instruction, if any.
|
* Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
|
||||||
|
* conversion.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getConvertedResultExpression() {
|
final Language::Expr getConvertedResultExpression() {
|
||||||
result = Construction::getInstructionConvertedResultExpression(this)
|
result = Construction::getInstructionConvertedResultExpression(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the unconverted `Expr` whose result is computed by this instruction, if any.
|
* Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getUnconvertedResultExpression() {
|
final Language::Expr getUnconvertedResultExpression() {
|
||||||
result = Construction::getInstructionUnconvertedResultExpression(this)
|
result = Construction::getInstructionUnconvertedResultExpression(this)
|
||||||
|
|||||||
@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
|
|||||||
final Language::Location getLocation() { result = getAST().getLocation() }
|
final Language::Location getLocation() { result = getAST().getLocation() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the `Expr` whose result is computed by this instruction, if any.
|
* Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
|
||||||
|
* conversion.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getConvertedResultExpression() {
|
final Language::Expr getConvertedResultExpression() {
|
||||||
result = Construction::getInstructionConvertedResultExpression(this)
|
result = Construction::getInstructionConvertedResultExpression(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the unconverted `Expr` whose result is computed by this instruction, if any.
|
* Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getUnconvertedResultExpression() {
|
final Language::Expr getUnconvertedResultExpression() {
|
||||||
result = Construction::getInstructionUnconvertedResultExpression(this)
|
result = Construction::getInstructionUnconvertedResultExpression(this)
|
||||||
|
|||||||
@@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
|
|||||||
final Language::Location getLocation() { result = getAST().getLocation() }
|
final Language::Location getLocation() { result = getAST().getLocation() }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the `Expr` whose result is computed by this instruction, if any.
|
* Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
|
||||||
|
* conversion.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getConvertedResultExpression() {
|
final Language::Expr getConvertedResultExpression() {
|
||||||
result = Construction::getInstructionConvertedResultExpression(this)
|
result = Construction::getInstructionConvertedResultExpression(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the unconverted `Expr` whose result is computed by this instruction, if any.
|
* Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
|
||||||
*/
|
*/
|
||||||
final Language::Expr getUnconvertedResultExpression() {
|
final Language::Expr getUnconvertedResultExpression() {
|
||||||
result = Construction::getInstructionUnconvertedResultExpression(this)
|
result = Construction::getInstructionUnconvertedResultExpression(this)
|
||||||
|
|||||||
Reference in New Issue
Block a user