Home
last modified time | relevance | path

Searched refs:subtime (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c1095 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in lookup_arg_dependent() local
1098 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_arg_dependent()
2289 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in supplement_binding() local
2291 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in supplement_binding()
3183 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in pushdecl() local
3185 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl()
3879 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in pushdecl_outermost_localscope() local
3887 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in pushdecl_outermost_localscope()
4231 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in poplevel_class() local
4258 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel_class()
[all …]
H A Dcall.c4271 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_user_type_conversion() local
4287 timevar_cond_stop (TV_OVERLOAD, subtime); in build_user_type_conversion()
4499 bool subtime = timevar_cond_start (TV_OVERLOAD); in perform_overload_resolution() local
4531 timevar_cond_stop (TV_OVERLOAD, subtime); in perform_overload_resolution()
4906 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_op_call() local
4908 timevar_cond_stop (TV_OVERLOAD, subtime); in build_op_call()
5725 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_conditional_expr() local
5727 timevar_cond_stop (TV_OVERLOAD, subtime); in build_conditional_expr()
6585 bool subtime = timevar_cond_start (TV_OVERLOAD); in build_new_op() local
6588 timevar_cond_stop (TV_OVERLOAD, subtime); in build_new_op()
[all …]
H A Ddecl.c580 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in poplevel() local
802 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in poplevel()
883 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in determine_local_discriminator() local
919 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in determine_local_discriminator()
3218 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in lookup_label() local
3220 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in lookup_label()
3227 bool subtime = timevar_cond_start (TV_NAME_LOOKUP); in declare_local_label() local
3229 timevar_cond_stop (TV_NAME_LOOKUP, subtime); in declare_local_label()
15124 bool subtime; in xref_tag() local
15125 subtime = timevar_cond_start (TV_NAME_LOOKUP); in xref_tag()
[all …]
/netbsd-src/external/mpl/bind/dist/fuzz/
H A Ddns_message_checksig.c362 bool subtime = false; in create_message()
370 * subtime), whether dns_message_setquerytsig and dns_message_settsigkey in create_message()
386 subtime = (*data & 0x04) != 0; in create_message()
396 "settsigkey=%u subtime=%u withring=%u\nwithview=%u\n", in create_message()
398 subtime, withring, withview); in create_message()
414 if (subtime) { in LLVMFuzzerTestOneInput()
423 bool subtime = false; LLVMFuzzerTestOneInput() local