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 @@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
190190 final Language:: Location getLocation ( ) { result = getAST ( ) .getLocation ( ) }
191191
192192 /**
193- * Gets the `Expr` whose result is computed by this instruction, if any.
193+ * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
194+ * conversion.
194195 */
195196 final Language:: Expr getConvertedResultExpression ( ) {
196197 result = Construction:: getInstructionConvertedResultExpression ( this )
197198 }
198199
199200 /**
200- * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
201+ * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
201202 */
202203 final Language:: Expr getUnconvertedResultExpression ( ) {
203204 result = Construction:: getInstructionUnconvertedResultExpression ( this )
Original file line number Diff line number Diff line change @@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
190190 final Language:: Location getLocation ( ) { result = getAST ( ) .getLocation ( ) }
191191
192192 /**
193- * Gets the `Expr` whose result is computed by this instruction, if any.
193+ * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
194+ * conversion.
194195 */
195196 final Language:: Expr getConvertedResultExpression ( ) {
196197 result = Construction:: getInstructionConvertedResultExpression ( this )
197198 }
198199
199200 /**
200- * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
201+ * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
201202 */
202203 final Language:: Expr getUnconvertedResultExpression ( ) {
203204 result = Construction:: getInstructionUnconvertedResultExpression ( this )
Original file line number Diff line number Diff line change @@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
190190 final Language:: Location getLocation ( ) { result = getAST ( ) .getLocation ( ) }
191191
192192 /**
193- * Gets the `Expr` whose result is computed by this instruction, if any.
193+ * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
194+ * conversion.
194195 */
195196 final Language:: Expr getConvertedResultExpression ( ) {
196197 result = Construction:: getInstructionConvertedResultExpression ( this )
197198 }
198199
199200 /**
200- * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
201+ * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
201202 */
202203 final Language:: Expr getUnconvertedResultExpression ( ) {
203204 result = Construction:: getInstructionUnconvertedResultExpression ( this )
Original file line number Diff line number Diff line change @@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
190190 final Language:: Location getLocation ( ) { result = getAST ( ) .getLocation ( ) }
191191
192192 /**
193- * Gets the `Expr` whose result is computed by this instruction, if any.
193+ * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
194+ * conversion.
194195 */
195196 final Language:: Expr getConvertedResultExpression ( ) {
196197 result = Construction:: getInstructionConvertedResultExpression ( this )
197198 }
198199
199200 /**
200- * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
201+ * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
201202 */
202203 final Language:: Expr getUnconvertedResultExpression ( ) {
203204 result = Construction:: getInstructionUnconvertedResultExpression ( this )
Original file line number Diff line number Diff line change @@ -190,14 +190,15 @@ class Instruction extends Construction::TInstruction {
190190 final Language:: Location getLocation ( ) { result = getAST ( ) .getLocation ( ) }
191191
192192 /**
193- * Gets the `Expr` whose result is computed by this instruction, if any.
193+ * Gets the `Expr` whose result is computed by this instruction, if any. The `Expr` may be a
194+ * conversion.
194195 */
195196 final Language:: Expr getConvertedResultExpression ( ) {
196197 result = Construction:: getInstructionConvertedResultExpression ( this )
197198 }
198199
199200 /**
200- * Gets the unconverted `Expr` whose result is computed by this instruction, if any.
201+ * Gets the unconverted form of the `Expr` whose result is computed by this instruction, if any.
201202 */
202203 final Language:: Expr getUnconvertedResultExpression ( ) {
203204 result = Construction:: getInstructionUnconvertedResultExpression ( this )
You can’t perform that action at this time.
0 commit comments