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

Module IRFunction

Provides the class IRFunction, which represents the Intermediate Representation for the definition of a function.

Import path

import semmle.code.cpp.ir.implementation.unaliased_ssa.IRFunction

Imports

IRFunctionBase

Provides a base class, IRFunctionBase, for the stage-independent portions of IRFunction.

Instruction

Provides classes that represent the individual instructions in the IR for a function.

Classes

IRFunction

The IR for a function.