Class IRFloatingPointType
A floating-point type.
Import path
import semmle.code.cpp.ir.IR
Direct supertypes
Indirect supertypes
Inherited fields
byteSize | from IRSizedType |
Predicates
getBase |
Gets the numeric base of the type. Can be either 2 (binary) or 10 (decimal). |
getByteSize |
Gets the size of the type, in bytes, if known. |
getCanonicalLanguageType |
Gets a single instance of |
getDomain |
Gets the type domain of the type. Can be |
toString |
Gets a textual representation of this type. |
Inherited predicates
getIdentityString |
Gets a string that uniquely identifies this |
from IRType |