Class CppUnknownType
A CppType
that represents an unknown type.
Import path
import semmle.code.cpp.ir.internal.CppType
Direct supertypes
Indirect supertypes
Predicates
getIRType | Gets the |
hasType | Holds if the |
toString | Gets a textual representation of this type. |
Inherited predicates
getByteSize | Gets the size of the type in bytes, if known. | from CppType |
getDumpString | Gets a string used in IR dumps | from CppType |
hasUnderlyingType | Holds if this type represents the C++ type | from CppType |
hasUnspecifiedType | Holds if this type represents the C++ unspecified type | from CppType |