21 "#line 1 \"gcc_builtin_headers_types.h\"\n"
22#include "compiler_headers/gcc_builtin_headers_types.inc"
26 "#line 1 \"gcc_builtin_headers_types_gcc7plus.h\"\n"
28#include "compiler_headers/gcc_builtin_headers_types_gcc7plus.inc"
32 "#line 1 \"gcc_builtin_headers_generic.h\"\n"
33#include "compiler_headers/gcc_builtin_headers_generic.inc"
37 "#line 1 \"gcc_builtin_headers_math.h\"\n"
38#include "compiler_headers/gcc_builtin_headers_math.inc"
42 "#line 1 \"gcc_builtin_headers_mem_string.h\"\n"
44#include "compiler_headers/gcc_builtin_headers_mem_string.inc"
48#include "compiler_headers/gcc_builtin_headers_omp.inc"
52#include "compiler_headers/gcc_builtin_headers_tm.inc"
56 "#line 1 \"gcc_builtin_headers_ubsan.h\"\n"
57#include "compiler_headers/gcc_builtin_headers_ubsan.inc"
61 "#line 1 \"gcc_builtin_headers_ia32.h\"\n"
62#include "compiler_headers/gcc_builtin_headers_ia32.inc"
65#include "compiler_headers/gcc_builtin_headers_ia32-2.inc"
68#include "compiler_headers/gcc_builtin_headers_ia32-3.inc"
71#include "compiler_headers/gcc_builtin_headers_ia32-4.inc"
74#include "compiler_headers/gcc_builtin_headers_ia32-5.inc"
77#include "compiler_headers/gcc_builtin_headers_ia32-6.inc"
81 "#line 1 \"gcc_builtin_headers_alpha.h\"\n"
82#include "compiler_headers/gcc_builtin_headers_alpha.inc"
86#include "compiler_headers/gcc_builtin_headers_arm.inc"
90 "#line 1 \"gcc_builtin_headers_mips.h\"\n"
91#include "compiler_headers/gcc_builtin_headers_mips.inc"
95 "#line 1 \"gcc_builtin_headers_power.h\"\n"
96#include "compiler_headers/gcc_builtin_headers_power.inc"
100#include "compiler_headers/arm_builtin_headers.inc"
104#include "compiler_headers/cw_builtin_headers.inc"
108#include "compiler_headers/clang_builtin_headers.inc"
112#include "cprover_builtin_headers.inc"
116#include "compiler_headers/windows_builtin_headers.inc"
121 return std::string(
"const char *" CPROVER_PREFIX "architecture_") +
122 std::string(s) +
"=\"" + value +
"\";\n";
130 std::string(s) +
"=" + std::to_string(value) +
";\n";
153 const auto offset_bits = pointer_width - object_bits;
166 "#line 1 \"<built-in-additions>\"\n"
202 "extern " CPROVER_PREFIX "thread_local const char __PRETTY_FUNCTION__["
214 " short next_avail;\n"
215 " short next_unread;\n"
288 code+=
"typedef long double __float128;\n";
306 code+=
"typedef signed __int128 __int128_t;\n"
307 "typedef unsigned __int128 __uint128_t;\n";
313 code +=
"int __assume(int);\n";
333 code +=
"#line 1 \"<builtin-architecture-strings>\"\n";
irep_idt rounding_mode_identifier()
Return the identifier of the program symbol used to store the current rounding mode.
static std::string architecture_string(const std::string &value, const char *s)
const char gcc_builtin_headers_types[]
const char cprover_builtin_headers[]
const char gcc_builtin_headers_ia32[]
const char gcc_builtin_headers_ia32_2[]
const char gcc_builtin_headers_ia32_5[]
const char gcc_builtin_headers_ubsan[]
const char windows_builtin_headers[]
const char gcc_builtin_headers_mem_string[]
const char gcc_builtin_headers_ia32_4[]
const char gcc_builtin_headers_generic[]
void ansi_c_internal_additions(std::string &code)
const char gcc_builtin_headers_tm[]
const char cw_builtin_headers[]
const char gcc_builtin_headers_math[]
const char gcc_builtin_headers_arm[]
const char gcc_builtin_headers_ia32_6[]
const char gcc_builtin_headers_mips[]
const char clang_builtin_headers[]
const char gcc_builtin_headers_alpha[]
const char gcc_builtin_headers_types_gcc7plus[]
const char arm_builtin_headers[]
const char gcc_builtin_headers_omp[]
const char gcc_builtin_headers_ia32_3[]
const char gcc_builtin_headers_power[]
void ansi_c_architecture_strings(std::string &code)
static mp_integer max_malloc_size(std::size_t pointer_width, std::size_t object_bits)
The maximum allocation size is determined by the number of bits that are left in the pointer of width...
ansi_c_parsert ansi_c_parser
std::string c_type_as_string(const irep_idt &c_type)
signedbv_typet signed_size_type()
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
bool ts_18661_3_Floatn_types
struct configt::bv_encodingt bv_encoding
struct configt::ansi_ct ansi_c
const std::string & id2string(const irep_idt &d)
const std::string integer2string(const mp_integer &n, unsigned base)
#define PRECONDITION(CONDITION)
#define INITIALIZE_FUNCTION
static std::string os_to_string(ost)