CBMC
anonymous_member.h File Reference

C Language Type Checking. More...

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

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)
 

Detailed Description

C Language Type Checking.

Definition in file anonymous_member.h.

Function Documentation

◆ get_component_rec()

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.

◆ has_component_rec()

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.