#include "timevar.def"


Go to the source code of this file.
Data Types | |
| type | timevar_time_def |
Defines | |
| #define | DEFTIMEVAR(identifier__, name__) identifier__, |
| #define | POP_TIMEVAR_AND_RETURN(TV, E) return (timevar_pop (TV), (E)) |
Enumerations | |
| enum | timevar_id_t { TIMEVAR_LAST, TIMEVAR_LAST, TIMEVAR_LAST, TIMEVAR_LAST } |
Functions/Subroutines | |
| void init_timevar | PARAMS ((void)) |
| void timevar_push | PARAMS ((timevar_id_t)) |
| void timevar_get | PARAMS ((timevar_id_t, struct timevar_time_def *)) |
| void timevar_print | PARAMS ((FILE *)) |
| void print_time | PARAMS ((const char *, long)) |
| #define POP_TIMEVAR_AND_RETURN | ( | TV, | |||
| E | ) | return (timevar_pop (TV), (E)) |
Definition at line 80 of file timevar.h.
Referenced by add_binding(), add_using_namespace(), decl_namespace(), define_label(), do_identifier(), do_scoped_id(), find_binding(), identifier_type_value(), lookup_arg_dependent(), lookup_label(), lookup_name_current_level(), lookup_name_innermost_nonclass_level(), lookup_name_real(), lookup_namespace_name(), lookup_tag(), lookup_tag_reverse(), lookup_template_class(), lookup_type_current_level(), lookup_type_scope(), lookup_using_namespace(), maybe_inject_for_scope_var(), namespace_ancestor(), poplevel(), push_class_binding(), push_class_level_binding(), push_local_name(), push_overloaded_decl(), push_using_decl(), push_using_directive(), pushdecl(), pushdecl_class_level(), pushdecl_maybe_friend(), pushdecl_namespace_level(), pushdecl_top_level_1(), pushdecl_with_scope(), pushtag(), qualified_lookup_using_namespace(), select_decl(), store_bindings(), supplement_binding(), unqualified_namespace_lookup(), and xref_tag().
| enum timevar_id_t |
| void timevar_get PARAMS | ( | (timevar_id_t, struct timevar_time_def *) | ) |
| void timevar_push PARAMS | ( | (timevar_id_t) | ) |
Definition at line 77 of file cplus-dem.c.
1.5.6