Skip to content

SageInterface::get_name

Generate a useful name to describe the expression

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

std::string
get_name(SgExpression const* expr);

Description

default names are used for expressions that can not be associated
  with a name.

Parameters

Name

Description

expr

This class represents the notion of an expression. Expressions

Created with MrDocs