Class IRUnknownType
An unknown type. Generally used to represent results and operands that access an unknown set of memory locations, such as the side effects of a function call.
Import path
import semmle.code.cpp.ir.IR
Direct supertypes
Indirect supertypes
Predicates
getByteSize | Gets the size of the type, in bytes, if known. |
getCanonicalLanguageType | Gets a single instance of |
toString | Gets a textual representation of this type. |
Inherited predicates
getIdentityString | Gets a string that uniquely identifies this | from IRType |