CBMC
c_typecheck_base.h File Reference

ANSI-C Language Type Checking. More...

#include <util/namespace.h>
#include <util/std_code.h>
#include <util/symbol.h>
#include <util/typecheck.h>
#include "designator.h"
#include <map>
+ Include dependency graph for c_typecheck_base.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c_typecheck_baset
 
class  already_typechecked_exprt
 
class  already_typechecked_typet
 

Functions

already_typechecked_exprtto_already_typechecked_expr (exprt &expr)
 
already_typechecked_typetto_already_typechecked_type (typet &type)
 

Detailed Description

ANSI-C Language Type Checking.

Definition in file c_typecheck_base.h.

Function Documentation

◆ to_already_typechecked_expr()

already_typechecked_exprt& to_already_typechecked_expr ( exprt expr)
inline

Definition at line 362 of file c_typecheck_base.h.

◆ to_already_typechecked_type()

already_typechecked_typet& to_already_typechecked_type ( typet type)
inline

Definition at line 370 of file c_typecheck_base.h.