Import path
import semmle.code.cpp.ir.implementation.internal.TOperand
Modules
AliasedSsaOperands | Provides wrappers for the constructors of each branch of TOperand that is used by the aliased SSA stage. These wrappers are not parameterized because it is not possible to invoke an IPA constructor via a class alias.
|
RawOperands | Provides wrappers for the constructors of each branch of TOperand that is used by the raw IR stage. These wrappers are not parameterized because it is not possible to invoke an IPA constructor via a class alias.
|
UnaliasedSsaOperands | Provides wrappers for the constructors of each branch of TOperand that is used by the unaliased SSA stage. These wrappers are not parameterized because it is not possible to invoke an IPA constructor via a class alias.
|