cprover
convert_character_literal.cpp File Reference

C Language Conversion. More...

#include "convert_character_literal.h"
#include <cassert>
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/std_expr.h>
#include "unescape_string.h"
+ Include dependency graph for convert_character_literal.cpp:

Go to the source code of this file.

Functions

exprt convert_character_literal (const std::string &src, bool force_integer_type)
 

Detailed Description

C Language Conversion.

Definition in file convert_character_literal.cpp.

Function Documentation

◆ convert_character_literal()

exprt convert_character_literal ( const std::string &  src,
bool  force_integer_type 
)

Definition at line 22 of file convert_character_literal.cpp.