Class 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.
Import path
import semmle.code.cpp.ir.IR
Direct supertypes
Known direct subtypes
Fields
Predicates
getFunction |
Gets the function whose IR is represented. |
getLocation |
Gets the location of the function. |
toString |
Gets a textual representation of this element. |