cprover
remove_asm.cpp File Reference

Remove 'asm' statements by compiling into suitable standard code. More...

#include "remove_asm.h"
#include <util/c_types.h>
#include <util/string_constant.h>
#include <assembler/assembler_parser.h>
#include "goto_model.h"
#include "remove_skip.h"
Include dependency graph for remove_asm.cpp:

Go to the source code of this file.

Classes

class  remove_asmt
 

Functions

void remove_asm (goto_functionst &goto_functions, symbol_tablet &symbol_table)
 removes assembler More...
 
void remove_asm (goto_modelt &goto_model)
 removes assembler More...
 

Detailed Description

Remove 'asm' statements by compiling into suitable standard code.

Definition in file remove_asm.cpp.

Function Documentation

◆ remove_asm() [1/2]

◆ remove_asm() [2/2]

void remove_asm ( goto_modelt goto_model)

removes assembler

Definition at line 489 of file remove_asm.cpp.

References goto_modelt::goto_functions, remove_asm(), and goto_modelt::symbol_table.