|
coan 4.2.4
|
#include "integer_constant.h"#include "report.h"#include "chew.h"#include <stdio.h>#include <limits.h>
Go to the source code of this file.
Functions | |
| static int | char_escape_val (char const **cpp) |
| static unsigned long long | decode_utf8 (char const **cpp) |
| static unsigned long long | eval_numeral_helper (char const **pnum, unsigned int base, bool *overflow) |
| static unsigned long long | eval_numerical_character_constant (char const **cpp, int base) |
| static unsigned long long | eval_octal_character_constant (char const **cpp) |
| static unsigned long long | eval_hex_character_constant (char const **cpp) |
| int_spec_t | eval_numeral (char const *num, char const **numend) |
| int_spec_t | eval_character_constant (char const **cpp) |
This file implements the Integer Constant component
Definition in file integer_constant.c.