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

Module IRFunctionBase

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

Import path

import semmle.code.cpp.ir.implementation.internal.IRFunctionBase

Classes

IRFunctionBase

The IR for a function. This base class contains only the predicates that are the same between all phases of the IR. Each instantiation of IRFunction extends this class.