CBMC
goto_function.cpp File Reference

Goto Function. More...

#include "goto_function.h"
#include <util/namespace.h>
#include <util/symbol.h>
+ Include dependency graph for goto_function.cpp:

Go to the source code of this file.

Functions

void get_local_identifiers (const goto_functiont &goto_function, std::set< irep_idt > &dest)
 Return in dest the identifiers of the local variables declared in the goto_function and the identifiers of the paramters of the goto_function. More...
 

Detailed Description

Goto Function.

Definition in file goto_function.cpp.

Function Documentation

◆ get_local_identifiers()

void get_local_identifiers ( const goto_functiont goto_function,
std::set< irep_idt > &  dest 
)

Return in dest the identifiers of the local variables declared in the goto_function and the identifiers of the paramters of the goto_function.

Definition at line 21 of file goto_function.cpp.