Skip to content

mangleFunctionName

Returns a mangled form of a C++ function name, as an SgName object.

Synopsis

Declared in <SageIII/manglingSupport.h>

SgName
mangleFunctionName(
    SgName const& n,
    SgName const& ret_type_name = SgName(""));

Return Value

This class represents strings within the IR nodes.

Parameters

Name

Description

n

This class represents strings within the IR nodes.

ret_type_name

This class represents strings within the IR nodes.

Created with MrDocs