gccint: Functions

1 
1 11.8 Functions
1 ==============
1 
1 A function is represented by a 'FUNCTION_DECL' node.  It stores the
1 basic pieces of the function such as body, parameters, and return type
1 as well as information on the surrounding context, visibility, and
1 linkage.
1 

Menu