|
CBMC
|
#include <util/irep.h>
Include dependency graph for cpp_exception_id.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| irep_idt | cpp_exception_id (const typet &, const namespacet &) |
| turns a type into an exception ID More... | |
| irept | cpp_exception_list (const typet &, const namespacet &) |
| turns a type into a list of relevant exception IDs More... | |
C++ Language Type Checking
Definition in file cpp_exception_id.h.
| irep_idt cpp_exception_id | ( | const typet & | , |
| const namespacet & | |||
| ) |
turns a type into an exception ID
Definition at line 94 of file cpp_exception_id.cpp.
| irept cpp_exception_list | ( | const typet & | , |
| const namespacet & | |||
| ) |
turns a type into a list of relevant exception IDs
Definition at line 77 of file cpp_exception_id.cpp.