CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
anonymous_member.h
Go to the documentation of this file.
1/*******************************************************************\
2
3Module: C Language Type Checking
4
5Author: Daniel Kroening, kroening@kroening.com
6
7\*******************************************************************/
8
11
12#ifndef CPROVER_ANSI_C_ANONYMOUS_MEMBER_H
13#define CPROVER_ANSI_C_ANONYMOUS_MEMBER_H
14
15#include <util/expr.h>
16
17class namespacet;
18
20 const exprt &struct_union,
21 const irep_idt &component_name,
22 const namespacet &ns);
23
26 const irep_idt &component_name,
27 const namespacet &ns);
28
29#endif // CPROVER_ANSI_C_ANONYMOUS_MEMBER_H
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)
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition ai.h:562
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
Definition dstring.h:38
Base class for all expressions.
Definition expr.h:56
A namespacet is essentially one or two symbol tables bound together, to allow for symbol lookups in t...
Definition namespace.h:91
The type of an expression, extends irept.
Definition type.h:29