CBMC
|
C Language Type Checking. More...
#include <util/expr.h>
Go to the source code of this file.
Functions | |
exprt | get_component_rec (const exprt &struct_union, const irep_idt &component_name, const namespacet &ns) |
bool | has_component_rec (const typet &struct_union_type, const irep_idt &component_name, const namespacet &ns) |
C Language Type Checking.
Definition in file anonymous_member.h.
exprt get_component_rec | ( | const exprt & | struct_union, |
const irep_idt & | component_name, | ||
const namespacet & | ns | ||
) |
Definition at line 40 of file anonymous_member.cpp.
bool has_component_rec | ( | const typet & | struct_union_type, |
const irep_idt & | component_name, | ||
const namespacet & | ns | ||
) |
Definition at line 69 of file anonymous_member.cpp.