static std::shared_ptr< ReferenceType > create(const std::shared_ptr< Context > &context, const std::shared_ptr< Type > &referencedType, unsigned bitWidth=0)
Definition: reference_type.cpp:38
ReferenceType(const std::shared_ptr< Type > &referencedType, unsigned bitWidth=0)
Constructs new reference type.
Definition: reference_type.cpp:19
Container for all C functions and types.