CBMC
|
C++ Language Type Checking. More...
#include <util/irep.h>
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 & | src, |
const namespacet & | ns | ||
) |
turns a type into an exception ID
Definition at line 94 of file cpp_exception_id.cpp.
irept cpp_exception_list | ( | const typet & | src, |
const namespacet & | ns | ||
) |
turns a type into a list of relevant exception IDs
Definition at line 77 of file cpp_exception_id.cpp.