Home
last modified time | relevance | path

Searched refs:user (Results 176 – 200 of 610) sorted by path

12345678910>>...25

/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa.c1213 struct cgraph_node *user, **f; in meet() local
1221 user = *f; in meet()
1223 return user; in meet()
1224 else if (function != user) in meet()
1293 cgraph_node *user, *orig_user, **f; in ipa_single_use() local
1303 user = propagate_single_user (var, orig_user, single_user_map); in ipa_single_use()
1308 if (user != orig_user) in ipa_single_use()
1313 single_user_map.put (var, user); in ipa_single_use()
1333 if (user == BOTTOM) in ipa_single_use()
H A Dpredict.def65 /* Hints dropped by user via __builtin_expect feature. Note: the
180 of memory. This predictor only occurs when the user explicitly asked
193 only occurs when the user explicitly asked for a return status. By default,
H A Dprofile-count.h136 class GTY((user)) profile_probability in class() argument
H A Dreorg.c153 rtx user = next_nonnote_insn (insn); in link_cc0_insns() local
155 if (NONJUMP_INSN_P (user) && GET_CODE (PATTERN (user)) == SEQUENCE) in link_cc0_insns()
156 user = XVECEXP (PATTERN (user), 0, 0); in link_cc0_insns()
158 add_reg_note (user, REG_CC_SETTER, insn); in link_cc0_insns()
159 add_reg_note (insn, REG_CC_USER, user); in link_cc0_insns()
H A Drtl.def173 6: is the user-given name of the label, if any. */
H A Dsymbol-summary.h35 class GTY((user)) function_summary <T *> in class() argument
270 class GTY((user)) call_summary <T *> in class() argument
H A Dsync-builtins.def27 /* Synchronization Primitives. The "_N" version is the one that the user
H A Dtarget.def241 used for user-level functions and variables. Otherwise, certain programs\n\
764 @var{text} is a command line switch that has been set by the user.\n\
4083 be presented to the user and must be localized using @samp{_(@var{msg})}.\n\
H A Dtimevar.c178 def->elapsed.user = 0; in push()
219 now->user = 0; in get_time()
238 now->user = clock () * clocks_to_msec; in get_time()
250 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
605 phase_user += tv->elapsed.user; in validate_phases()
612 if (phase_user > total->user * tolerance in validate_phases()
619 if (phase_user > total->user) in validate_phases()
645 elapsed.user, in print_row()
646 (total->user == 0 ? 0 : elapsed.user / total->user) * 100); in print_row()
679 return (elapsed.user < tiny in all_zero()
[all …]
H A Dtimevar.h55 double user; member
H A Dtree-ssa-reassoc.c5180 if (!user || !is_gimple_assign (user)) in repropagate_negates()
5193 if (gimple_assign_rhs1 (user) == negate) in repropagate_negates()
5195 swap_ssa_operands (user, in repropagate_negates()
5196 gimple_assign_rhs1_ptr (user), in repropagate_negates()
5197 gimple_assign_rhs2_ptr (user)); in repropagate_negates()
5202 if (gimple_assign_rhs2 (user) == negate) in repropagate_negates()
5208 update_stmt (user); in repropagate_negates()
5213 if (gimple_assign_rhs1 (user) == negate) in repropagate_negates()
5226 tree b = gimple_assign_rhs2 (user); in repropagate_negates()
5233 user = gsi_stmt (gsi2); in repropagate_negates()
[all …]
H A Dvec.h406 struct GTY((user)) vec
563 struct GTY((user)) vec<T, A, vl_embed>
H A Dwide-int.h1330 class GTY((user)) trailing_wide_ints
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dc++config520 // user code are decorated with this macro. For some targets, this
557 // user hooks are listed above.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Doptional94 // Do not user-declare default constructor at all for
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dmemory129 // and destroys objects with a user-provided allocator.
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dbitset554 // in the bitset class will prevent the user from getting this far,
556 // user might call _Unchecked_set directly, in which case this /needs/
H A Distream88 * This ctor is almost never called by the user directly, rather from
H A Doptional62 // Do not user-declare default constructor at all for
H A Dostream79 * This ctor is almost never called by the user directly, rather from
/dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/
H A Dexception75 * abandoned for any reason. It can also be called by the user. */
H A Dnew118 * does nothing) may not be replaced by a user's program.
/dragonfly/contrib/gdb-7/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
H A DCOPYING3100 parties to make or receive copies. Mere interaction with a user through
103 An interactive user interface displays "Appropriate Legal Notices"
106 tells the user that there is no warranty for the work (except to the
109 the interface presents a list of user commands or options, such as a
230 d) If the work has interactive user interfaces, each must display
302 product received by a particular user, "normally used" refers to a
304 of the particular user or of the way in which the particular user
/dragonfly/contrib/gdb-7/bfd/
H A DCOPYING100 parties to make or receive copies. Mere interaction with a user through
103 An interactive user interface displays "Appropriate Legal Notices"
106 tells the user that there is no warranty for the work (except to the
109 the interface presents a list of user commands or options, such as a
230 d) If the work has interactive user interfaces, each must display
302 product received by a particular user, "normally used" refers to a
304 of the particular user or of the way in which the particular user

12345678910>>...25