CBMC
|
C++ Language Type Checking. More...
#include "cpp_typecheck.h"
#include <util/arith_tools.h>
#include <util/c_types.h>
#include <util/config.h>
#include <util/expr_initializer.h>
#include <util/mathematical_types.h>
#include <util/pointer_expr.h>
#include <util/pointer_offset_size.h>
#include <util/symbol_table_base.h>
#include <ansi-c/c_qualifiers.h>
#include "cpp_exception_id.h"
#include "cpp_type2name.h"
#include "cpp_typecheck_fargs.h"
#include "cpp_util.h"
#include "expr2cpp.h"
Go to the source code of this file.
Classes | |
struct | operator_entryt |
Functions | |
static exprt | collect_comma_expression (const exprt &src) |
Variables | |
struct operator_entryt | operators [] |
C++ Language Type Checking.
Definition in file cpp_typecheck_expr.cpp.
Definition at line 833 of file cpp_typecheck_expr.cpp.
struct operator_entryt operators[] |