CBMC
goto_asm.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Assembler -> Goto
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#include "
goto_convert_class.h
"
13
14
void
goto_convertt::convert_asm
(
15
const
code_asmt
&code,
16
goto_programt
&dest)
17
{
18
// copy as OTHER
19
copy
(code,
OTHER
, dest);
20
}
code_asmt
codet representation of an inline assembler statement.
Definition:
std_code.h:1252
goto_convertt::copy
void copy(const codet &code, goto_program_instruction_typet type, goto_programt &dest)
Definition:
goto_convert.cpp:300
goto_convert_class.h
OTHER
@ OTHER
Definition:
goto_program.h:37
goto_convertt::convert_asm
void convert_asm(const code_asmt &code, goto_programt &dest)
Definition:
goto_asm.cpp:14
goto_programt
A generic container class for the GOTO intermediate representation of one function.
Definition:
goto_program.h:72
src
goto-programs
goto_asm.cpp
Generated by
1.8.17