cprover
rename.cpp File Reference
#include "rename.h"
#include <string>
#include "symbol.h"
#include "namespace.h"
+ Include dependency graph for rename.cpp:

Go to the source code of this file.

Functions

void get_new_name (symbolt &symbol, const namespacet &ns)
 automated variable renaming More...
 
void get_new_name (irep_idt &new_name, const namespacet &ns, char delimiter)
 automated variable renaming More...
 

Function Documentation

◆ get_new_name() [1/2]

void get_new_name ( irep_idt new_name,
const namespacet ns,
char  delimiter 
)

automated variable renaming

parameters: symbol to be renamed, namespace
Returns
new symbol

Definition at line 27 of file rename.cpp.

◆ get_new_name() [2/2]

void get_new_name ( symbolt symbol,
const namespacet ns 
)

automated variable renaming

parameters: symbol to be renamed, namespace
Returns
new symbol

Definition at line 19 of file rename.cpp.