class SgFunctionType : public SgType

Function Types have a returned value type. variant == T_FUNCTION

Inheritance:

SgFunctionType < SgType


Public Methods

void changeReturnedValue(SgType &rv)
SgType* returnedValue()
SgFunctionType(SgType &return_val_type)
~SgFunctionType()

Inherited from SgType:

Public Fields

PTR_TYPE thetype

Public Methods

void addAttribute(SgAttribute *att)
void addAttribute(int type, void *a, int size)
void addAttribute(int type)
void addAttribute(void *a, int size)
int attributeType(int i)
void* attributeValue(int i, int type)
void* attributeValue(int i)
SgType* baseType()
SgType& copy()
SgType* copyPtr()
void* deleteAttribute(int i)
int equivalentToType(SgType *type)
int equivalentToType(SgType &type)
SgAttribute* getAttribute(int i, int type)
SgAttribute* getAttribute(int i)
SgType* getTrueType(int mask = MASK_MOST_DESCRIPTORS, int follow_typedefs = 0)
int hasBaseType()
int id()
SgType* internalBaseType()
int isTheElementType()
SgExpression* length()
SgType* maskDescriptors(int mask)
SgType* next()
int numberOfAttributes(int type)
int numberOfAttributes()
SgSymbol* symbol()
int variant()

Documentation

Function Types have a returned value type. variant == T_FUNCTION
SgFunctionType(SgType &return_val_type)

SgType* returnedValue()

void changeReturnedValue(SgType &rv)

~SgFunctionType()


This class has no child classes.

alphabetic index hierarchy of classes


Email contact: zgs@npac.syr.edu

generated by doc++