Function markBackendSpecificFunctionsAsCompilerGenerated#
Defined in File markBackendCompilerSpecificFunctions.h
Function Documentation#
-
void markBackendSpecificFunctionsAsCompilerGenerated(SgNode *node)#
Mark an backend specific functions as compiler generated.
This function the function marks back end (vendor compiler) specific functions as compiler generated. Such declarations appear in the file: rose_edg_macros_and_functions_required_for_gnu.h and are specific to the use of the GNU gcc and g++ backend. Other backends can expect to use similarly specific declarations. These are what should have perhaps been accepted by EDG without requiring there explicit declaration, but this is likely an oversight in the GNU gcc and g++ compatability mode of EDG.