Searched refs:subtime (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | name-lookup.c | 588 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in supplement_binding() local 590 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in supplement_binding() 1242 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in pushdecl_maybe_friend() local 1244 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_maybe_friend() 2230 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in pushdecl_with_scope() local 2232 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_with_scope() 2393 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in push_overloaded_decl() local 2395 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in push_overloaded_decl() 2843 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in poplevel_class() local 2870 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel_class() [all …]
|
H A D | call.c | 3634 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_user_type_conversion() local 3650 timevar_cond_stop (TV_OVERLOAD, subtime); in build_user_type_conversion() 3770 bool subtime = timevar_cond_start (TV_OVERLOAD); in perform_overload_resolution() local 3805 timevar_cond_stop (TV_OVERLOAD, subtime); in perform_overload_resolution() 4145 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_op_call() local 4147 timevar_cond_stop (TV_OVERLOAD, subtime); in build_op_call() 4727 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_conditional_expr() local 4729 timevar_cond_stop (TV_OVERLOAD, subtime); in build_conditional_expr() 5259 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_new_op() local 5261 timevar_cond_stop (TV_OVERLOAD, subtime); in build_new_op() [all …]
|
H A D | decl.c | 2617 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in lookup_label() local 2619 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_label() 11776 bool subtime; in xref_tag() local 11777 subtime = timevar_cond_start (TV_NAME_LOOKUP); in xref_tag() 11779 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in xref_tag()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | name-lookup.c | 1094 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in lookup_arg_dependent() local 1097 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_arg_dependent() 2286 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in supplement_binding() local 2288 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in supplement_binding() 3151 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in pushdecl() local 3153 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl() 3994 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in pushdecl_outermost_localscope() local 4002 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_outermost_localscope() 4396 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in poplevel_class() local 4423 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel_class() [all …]
|
H A D | call.c | 3999 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_user_type_conversion() local 4015 timevar_cond_stop (TV_OVERLOAD, subtime); in build_user_type_conversion() 4185 bool subtime = timevar_cond_start (TV_OVERLOAD); in perform_overload_resolution() local 4220 timevar_cond_stop (TV_OVERLOAD, subtime); in perform_overload_resolution() 4604 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_op_call() local 4606 timevar_cond_stop (TV_OVERLOAD, subtime); in build_op_call() 5402 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_conditional_expr() local 5404 timevar_cond_stop (TV_OVERLOAD, subtime); in build_conditional_expr() 6069 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_new_op() local 6072 timevar_cond_stop (TV_OVERLOAD, subtime); in build_new_op() [all …]
|
H A D | decl.c | 583 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in poplevel() local 882 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel() 3114 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in lookup_label() local 3116 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_label() 3123 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in declare_local_label() local 3125 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in declare_local_label() 13908 bool subtime; in xref_tag() local 13909 subtime = timevar_cond_start (TV_NAME_LOOKUP); in xref_tag() 13911 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in xref_tag()
|