Class CppGLValueAddressType
A CppType
that represents a glvalue of an existing Type
.
Import path
import semmle.code.cpp.ir.internal.CppType
Direct supertypes
Inherited fields
ctype | from CppWrappedType |
Predicates
getDumpString | Gets a string used in IR dumps |
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 |
hasUnderlyingType | Holds if this type represents the C++ type | from CppType |
hasUnspecifiedType | Holds if this type represents the C++ unspecified type | from CppType |