CodeQL library for C/C++
codeql/cpp-all 0.12.12-dev (changelog, source)
Search

Class TranslatedConstructorInitialization

Import path

import semmle.code.cpp.ir.implementation.raw.internal.TranslatedInitialization

Direct supertypes

Indirect supertypes

Fields

Predicates

getALastInstructionInternal

Gets an instruction within this TranslatedElement (including its transitive children) which will be followed by an instruction outside the TranslatedElement. This predicate does not usually include destructors, which are inserted as part of getALastInstruction unless handlesDestructorsExplicitly holds.

getChildSuccessorInternal

Gets the successor instruction to which control should flow after the child element specified by child has finished execution. The successor edge kind is specified by kind. This predicate does not usually include destructors, which are inserted as part of getChildSuccessor unless handlesDestructorsExplicitly holds.

getInstructionRegisterOperand

Gets the instruction whose result is consumed as an operand of the instruction specified by tag, with the operand specified by operandTag.

getInstructionSuccessorInternal

Gets the successor instruction of the instruction that was generated by this element for tag tag. The successor edge kind is specified by kind. This predicate does not usually include destructors, which are inserted as part of getInstructionSuccessor unless handlesDestructorsExplicitly holds.

getLastChild
getReceiver

Gets the instruction whose result value is the address of the object to be constructed or destroyed.

hasInstruction

Holds if this element generates an instruction with opcode opcode and result type resultType. tag must be unique for each instruction generated from the same AST node (not just from the same TranslatedElement). If the instruction does not return a result, resultType should be VoidType.

Inherited predicates

getAChild

Get the immediate child elements of this element.

from TranslatedElement
getALastInstruction

Gets an instruction within this TranslatedElement (including its transitive children) which will be followed by an instruction outside the TranslatedElement.

from TranslatedElement
getAST

DEPRECATED: Alias for getAst

from TranslatedInitialization
getAst

Gets the AST node being translated.

from TranslatedInitialization
getChild

Gets the immediate child element of this element. The id is unique among all children of this element, but the values are not necessarily consecutive.

from TranslatedDirectInitialization
getChildSuccessor

Gets the successor instruction to which control should flow after the child element specified by child has finished execution. The successor edge kind is specified by kind.

from TranslatedElement
getContext

Gets the initialization context that describes the location being initialized.

from TranslatedInitialization
getEnclosingFunctionfrom TranslatedInitialization
getExceptionSuccessorInstruction

Gets the instruction to which control should flow if an exception is thrown within this element. This will generally return first catch block of the nearest enclosing try, or the Unwind instruction for the function if there is no enclosing try. The successor edge kind is specified by kind.

from TranslatedElement
getExpr

Gets the expression that is doing the initialization.

from TranslatedInitialization
getFirstDestructorCallIndex

Gets the child index of the first destructor call that should be executed after this TranslatedElement

from TranslatedElement
getFirstInstruction

Get the first instruction to be executed in the evaluation of this element when the edge kind is kind.

from TranslatedDirectInitialization
getFunction

Gets the Function that contains this element.

from TranslatedInitialization
getId

Gets the an identifier string for the element. This id is unique within the scope of the element’s function.

from TranslatedElement
getInitializerfrom TranslatedDirectInitialization
getInstruction

Gets the instruction generated by this element with tag tag.

from TranslatedElement
getInstructionBuiltInOperation

If the instruction specified by tag is a BuiltInInstruction, gets the built-in operation.

from TranslatedElement
getInstructionConstantValue

If the instruction specified by tag is a ConstantValueInstruction, gets the constant value for that instruction.

from TranslatedElement
getInstructionElementSize

If the instruction specified by tag is a PointerArithmeticInstruction, gets the size of the type pointed to by the pointer.

from TranslatedElement
getInstructionExceptionType

If the instruction specified by tag is a CatchByTypeInstruction, gets the type of the exception to be caught.

from TranslatedElement
getInstructionField

If the instruction specified by tag is a FieldInstruction, gets the Field for that instruction.

from TranslatedElement
getInstructionFunction

If the instruction specified by tag is a FunctionInstruction, gets the Function for that instruction.

from TranslatedElement
getInstructionIndex

If the instruction specified by tag is an IndexedInstruction, gets the index for that instruction.

from TranslatedElement
getInstructionInheritance

If the instruction specified by tag is an InheritanceConversionInstruction, gets the inheritance relationship for that instruction.

from TranslatedElement
getInstructionMemoryOperandType

Gets the type of the memory operand specified by operandTag on the the instruction specified by tag.

from TranslatedElement
getInstructionOperandSize

Gets the size of the memory operand specified by operandTag on the the instruction specified by tag. Only holds for operands whose type is UnknownType.

from TranslatedElement
getInstructionStringLiteral

If the instruction specified by tag is a StringConstantInstruction, gets the StringLiteral for that instruction.

from TranslatedElement
getInstructionSuccessor

Gets the successor instruction of the instruction that was generated by this element for tag tag. The successor edge kind is specified by kind.

from TranslatedElement
getInstructionVariable

If the instruction specified by tag is a VariableInstruction, gets the IRVariable for that instruction.

from TranslatedElement
getLocation

Gets the location of this element.

from TranslatedElement
getParent

Gets the parent element of this element.

from TranslatedElement
getPrimaryInstructionForSideEffect

Gets the primary instruction for the side effect instruction that was generated by this element for tag tag.

from TranslatedElement
getTempVariable

Gets the temporary variable generated by this element with tag tag.

from TranslatedElement
handlesDestructorsExplicitly

Holds if this TranslatedElement includes any destructor calls that must be performed after it in its getChildSuccessorInternal, getInstructionSuccessorInternal, and getALastInstructionInternal relations, rather than needing them inserted.

from TranslatedElement
hasAnImplicitDestructorCall

Holds if this element has implicit destructor calls that should follow it.

from TranslatedElement
hasTempVariable

Holds if this element generates a temporary variable with type type. tag must be unique for each variable generated from the same AST node (not just from the same TranslatedElement).

from TranslatedElement
needsUnknownOpaqueType

Holds if the generated IR refers to an opaque type with size byteSize.

from TranslatedElement
toStringfrom TranslatedInitialization