Home
last modified time | relevance | path

Searched refs:timevar_cond_stop (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c1098 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 Dcall.c4287 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 Ddecl.c802 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 Dtimevar.h101 extern void timevar_cond_stop (timevar_id_t, bool);
H A Dtimevar.c532 timevar_cond_stop (timevar_id_t timevar, bool running) in timevar_cond_stop() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtimevar.h101 extern void timevar_cond_stop (timevar_id_t, bool);
H A Dtimevar.cc530 timevar_cond_stop (timevar_id_t timevar, bool running) in timevar_cond_stop() function
H A DChangeLog-201127249 (timevar_cond_stop): New for stopping a timer when it was not already
27254 (timevar_cond_stop): New as above.
H A DChangeLog-201533222 (timevar_cond_stop): Likewise, from here...