Class IRVoidType
A void type, which has no values. Used to represent the result type of an instruction that does not produce a result.
Import path
import semmle.code.cpp.ir.IRDirect 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 |