cprover
cpp_exception_id.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module: C++ Language Type Checking
4 
5 Author: Daniel Kroening, kroening@cs.cmu.edu
6 
7 \*******************************************************************/
8 
11 
12 #ifndef CPROVER_CPP_CPP_EXCEPTION_ID_H
13 #define CPROVER_CPP_CPP_EXCEPTION_ID_H
14 
15 // turns a type into an exception ID
16 
17 #include <util/namespace.h>
18 #include <util/type.h>
19 
20 irep_idt cpp_exception_id(const typet &, const namespacet &);
21 irept cpp_exception_list(const typet &, const namespacet &);
22 
23 #endif // CPROVER_CPP_CPP_EXCEPTION_ID_H
The type of an expression.
Definition: type.h:20
TO_BE_DOCUMENTED.
Definition: namespace.h:62
irept cpp_exception_list(const typet &, const namespacet &)
turns a type into a list of relevant exception IDs
Base class for tree-like data structures with sharing.
Definition: irep.h:87
irep_idt cpp_exception_id(const typet &, const namespacet &)
turns a type into an exception ID