CBMC
convert_float_literal.h File Reference

C Language Conversion. More...

#include <string>
#include <util/expr.h>
+ Include dependency graph for convert_float_literal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

exprt convert_float_literal (const std::string &src)
 build an expression from a floating-point literal More...
 

Detailed Description

C Language Conversion.

Definition in file convert_float_literal.h.

Function Documentation

◆ convert_float_literal()

exprt convert_float_literal ( const std::string &  src)

build an expression from a floating-point literal

Returns
either a constant_exprt or a complex_exprt

Definition at line 25 of file convert_float_literal.cpp.