#include "expression.h"
#include "symtab.h"
#include "expop.h"
Go to the source code of this file.
|
const char * | find_template_name_end (const char *) |
|
std::string | copy_name (struct stoken) |
|
bool | parse_float (const char *p, int len, const struct type *type, gdb_byte *data) |
|
bool | fits_in_type (int n_sign, ULONGEST n, int type_bits, bool type_signed_p) |
|
bool | fits_in_type (int n_sign, const gdb_mpz &n, int type_bits, bool type_signed_p) |
|
void | parser_fprintf (FILE *, const char *,...) ATTRIBUTE_PRINTF(2 |
|
◆ copy_name()
std::string copy_name |
( |
struct stoken | token | ) |
|
|
extern |
Definition at line 319 of file parse.c.
References token.
Referenced by partial_symtab::add_psymbol(), classify_inner_name(), classify_inner_name(), classify_name(), classify_name(), classify_name(), classify_packaged_name(), classify_unsafe_function(), general_symbol_info::compute_and_set_names(), lex_one_token(), lex_one_token(), lex_one_token(), parser_state::push_dollar(), minimal_symbol_reader::record_full(), record_minimal_symbol(), write_name_assoc(), yylex(), yylex(), yylex(), yylex(), and yyparse().
◆ find_template_name_end()
const char * find_template_name_end |
( |
const char * | p | ) |
|
|
extern |
◆ fits_in_type() [1/2]
bool fits_in_type |
( |
int | n_sign, |
|
|
const gdb_mpz & | n, |
|
|
int | type_bits, |
|
|
bool | type_signed_p ) |
|
extern |
◆ fits_in_type() [2/2]
bool fits_in_type |
( |
int | n_sign, |
|
|
ULONGEST | n, |
|
|
int | type_bits, |
|
|
bool | type_signed_p ) |
|
extern |
◆ parse_float()
bool parse_float |
( |
const char * | p, |
|
|
int | len, |
|
|
const struct type * | type, |
|
|
gdb_byte * | data ) |
|
extern |
◆ parser_fprintf()
void parser_fprintf |
( |
FILE * | , |
|
|
const char * | , |
|
|
| ... ) |
|
extern |