Skip to content

markBackendSpecificFunctionsAsCompilerGenerated

Mark an backend specific functions as compiler generated.

Synopsis

Declared in <SageIII/astPostProcessing/markBackendCompilerSpecificFunctions.h>

void
markBackendSpecificFunctionsAsCompilerGenerated(SgNode* node);

Description

This function marks backend (vendor compiler) specific declarations as compiler generated. These declarations appear in the ROSE preinclude file rose_required_macros_and_functions.h and are specific to the selected backend compiler.

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs