Searched refs:timevar_cond_stop (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | name-lookup.c | 1098 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_arg_dependent() 2291 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in supplement_binding() 3185 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl() 3887 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_outermost_localscope() 4258 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel_class() 4348 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_class_level() 4604 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in push_class_level_binding() 4781 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in get_namespace_binding() 4803 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in set_global_binding() 5123 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_namespace_level() [all …]
|
H A D | call.c | 4287 timevar_cond_stop (TV_OVERLOAD, subtime); in build_user_type_conversion() 4531 timevar_cond_stop (TV_OVERLOAD, subtime); in perform_overload_resolution() 4908 timevar_cond_stop (TV_OVERLOAD, subtime); in build_op_call() 5727 timevar_cond_stop (TV_OVERLOAD, subtime); in build_conditional_expr() 6588 timevar_cond_stop (TV_OVERLOAD, subtime); in build_new_op() 10528 timevar_cond_stop (TV_OVERLOAD, subtime); in build_new_method_call()
|
H A D | decl.c | 802 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel() 919 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in determine_local_discriminator() 3220 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_label() 3229 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in declare_local_label() 3593 timevar_cond_stop (TV_NAME_LOOKUP, running); in define_label() 15127 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in xref_tag()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | timevar.h | 101 extern void timevar_cond_stop (timevar_id_t, bool);
|
H A D | timevar.c | 532 timevar_cond_stop (timevar_id_t timevar, bool running) in timevar_cond_stop() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | timevar.h | 101 extern void timevar_cond_stop (timevar_id_t, bool);
|
H A D | timevar.cc | 530 timevar_cond_stop (timevar_id_t timevar, bool running) in timevar_cond_stop() function
|
H A D | ChangeLog-2011 | 27249 (timevar_cond_stop): New for stopping a timer when it was not already 27254 (timevar_cond_stop): New as above.
|
H A D | ChangeLog-2015 | 33222 (timevar_cond_stop): Likewise, from here...
|