CBMC
Loading...
Searching...
No Matches
goto_asm.cpp
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: Assembler -> Goto
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#include "goto_convert_class.h"
13
15{
16 // copy as OTHER
17 copy(code, OTHER, dest);
18}
codet representation of an inline assembler statement.
Definition std_code.h:1253
void copy(const codet &code, goto_program_instruction_typet type, goto_programt &dest)
void convert_asm(const code_asmt &code, goto_programt &dest)
Definition goto_asm.cpp:14
A generic container class for the GOTO intermediate representation of one function.
Program Transformation.
@ OTHER