CBMC
cegis_verifier.cpp File Reference

Verifier for Counterexample-Guided Synthesis. More...

+ Include dependency graph for cegis_verifier.cpp:

Go to the source code of this file.

Functions

static bool contains_symbol_prefix (const exprt &expr, const std::string &prefix)
 
static const exprtget_checked_pointer_from_null_pointer_check (const exprt &violation)
 

Detailed Description

Verifier for Counterexample-Guided Synthesis.

Definition in file cegis_verifier.cpp.

Function Documentation

◆ contains_symbol_prefix()

static bool contains_symbol_prefix ( const exprt expr,
const std::string &  prefix 
)
static

Definition at line 41 of file cegis_verifier.cpp.

◆ get_checked_pointer_from_null_pointer_check()

static const exprt& get_checked_pointer_from_null_pointer_check ( const exprt violation)
static

Definition at line 56 of file cegis_verifier.cpp.