CBMC
require_symbol Namespace Reference

Functions

const symboltrequire_symbol_exists (const symbol_tablet &symbol_table, const irep_idt &symbol_identifier)
 Verify whether a given identifier is found in the symbol table and return it. More...
 

Function Documentation

◆ require_symbol_exists()

const symbolt & require_symbol::require_symbol_exists ( const symbol_tablet symbol_table,
const irep_idt symbol_identifier 
)

Verify whether a given identifier is found in the symbol table and return it.

Parameters
symbol_tableThe symbol table to look in
symbol_identifierThe name of the symbol

Definition at line 18 of file require_symbol.cpp.