Skip to content

SageInterface::mangleScalarType

Generate mangled scalar type names according to Itanium C++ ABI, the input type should pass isScalarType() in ROSE

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
std::string
mangleScalarType(SgType* type);

Parameters

Name

Description

type

This class represents the base class for all types.

Created with MrDocs