Home
last modified time | relevance | path

Searched refs:t_bool (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dfixlib.h110 typedef enum t_bool enum
113 } t_bool; typedef
252 t_bool is_cxx_header ( tCC* filename, tCC* filetext );
269 t_bool mn_get_regexps ( regex_t** label_re, regex_t** name_re, tCC *who );
Dserver.c52 STATIC volatile enum t_bool read_pipe_timeout;
83 t_bool got_done = BOOL_FALSE; in load_data()
246 t_bool retry = BOOL_TRUE; in run_shell()
Dfixlib.c81 t_bool
214 t_bool
Dfixincl.c64 t_bool curr_data_mapped;
1136 static t_bool
1143 t_bool saw_sum_test = BOOL_FALSE; in fix_applies()
1144 t_bool one_sum_passed = BOOL_FALSE; in fix_applies()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-scalar-evolution.cc871 enum t_bool { enum
878 static t_bool follow_ssa_edge_expr (class loop *loop, gimple *, tree, gphi *,
884 static t_bool
890 t_bool res = t_false; in follow_ssa_edge_binary()
992 static inline t_bool
1028 static t_bool
1037 t_bool res = follow_ssa_edge_in_condition_phi_branch (0, loop, condition_phi, in follow_ssa_edge_in_condition_phi()
1075 static t_bool
1088 t_bool res = t_false; in follow_ssa_edge_inner_loop_phi()
1122 static t_bool
[all …]
DChangeLog-200128308 * fixinc/fixlib.h (t_bool): Add identifier `t_bool' in typedef.
28309 * fixinc/server.c (read_pipe_timeout): Use enum t_bool instead of
28310 t_bool in declaration because pcc can't combine volatile with typedef
DChangeLog-19995542 * fixincl/fixlib.h: protect against doubly defining t_bool
5543 * fixincl/server.h: protect against doubly defining t_bool
DChangeLog-20054630 t_bool to track results from follow_ssa_edge.
6665 (t_bool): New enum.
6669 Change return type to t_bool. Use a parameter to limit the size of