| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | emit-rtl.c | 3480 rtx before = PREV_INSN (trial); in try_split() local 3851 add_insn_before (rtx insn, rtx before, basic_block bb) in add_insn_before() 4135 emit_pattern_before_noloc (rtx x, rtx before, rtx last, basic_block bb, in emit_pattern_before_noloc() argument 4182 emit_insn_before_noloc (rtx x, rtx before, basic_block bb) in emit_insn_before_noloc() 4191 emit_jump_insn_before_noloc (rtx x, rtx before) in emit_jump_insn_before_noloc() 4201 emit_call_insn_before_noloc (rtx x, rtx before) in emit_call_insn_before_noloc() 4211 emit_debug_insn_before_noloc (rtx x, rtx before) in emit_debug_insn_before_noloc() 4221 emit_barrier_before (rtx before) in emit_barrier_before() 4234 emit_label_before (rtx label, rtx before) in emit_label_before() 4250 emit_note_before (enum insn_note subtype, rtx before) in emit_note_before() [all …]
|
| H A D | graphite-interchange.c | 541 lst_perfect_nestify (lst_p loop1, lst_p loop2, lst_p *before, in lst_perfect_nestify() 591 lst_p before = NULL, nest = NULL, after = NULL; in lst_try_interchange_loops() local
|
| H A D | graphite-poly.h | 1191 lst_insert_in_sequence (lst_p lst1, lst_p lst2, bool before) in lst_insert_in_sequence() 1267 lst_distribute_lst (lst_p loop, lst_p lst, bool before) in lst_distribute_lst() 1284 lst_remove_all_before_including_pbb (lst_p loop, poly_bb_p pbb, bool before) in lst_remove_all_before_including_pbb() 1333 lst_remove_all_before_excluding_pbb (lst_p loop, poly_bb_p pbb, bool before) in lst_remove_all_before_excluding_pbb()
|
| H A D | cfgrtl.c | 1473 rtx before; in rtl_split_edge() local 1566 rtx before = NULL_RTX, after = NULL_RTX, insns, tmp, last; in commit_one_edge_insertion() local
|
| H A D | store-motion.c | 751 rtx before = BB_HEAD (bb); in insert_insn_start_basic_block() local
|
| H A D | sese.c | 811 basic_block before = block_before_sese (region); in scalar_evolution_in_region() local
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gimplify-me.c | 110 tree var, bool before, in force_gimple_operand_gsi_1() 138 bool simple_p, tree var, bool before, in force_gimple_operand_gsi()
|
| H A D | emit-rtl.c | 3830 rtx_insn *before, *after; in try_split() local 4202 add_insn_before_nobb (rtx_insn *insn, rtx_insn *before) in add_insn_before_nobb() 4266 rtx_insn *before = as_a <rtx_insn *> (uncast_before); in add_insn_before() local 4521 emit_pattern_before_noloc (rtx x, rtx before, rtx last, basic_block bb, in emit_pattern_before_noloc() argument 4568 emit_insn_before_noloc (rtx x, rtx_insn *before, basic_block bb) in emit_insn_before_noloc() 4577 emit_jump_insn_before_noloc (rtx x, rtx_insn *before) in emit_jump_insn_before_noloc() 4588 emit_call_insn_before_noloc (rtx x, rtx_insn *before) in emit_call_insn_before_noloc() 4598 emit_debug_insn_before_noloc (rtx x, rtx before) in emit_debug_insn_before_noloc() 4608 emit_barrier_before (rtx before) in emit_barrier_before() 4621 emit_label_before (rtx label, rtx_insn *before) in emit_label_before() [all …]
|
| H A D | lra-constraints.c | 923 enum reg_class goal_class, rtx_insn **before, in match_reload() 1173 rtx_insn *before; in check_and_process_move() local 1369 process_addr_reg (rtx *loc, bool check_only_p, rtx_insn **before, rtx_insn **after, in process_addr_reg() 1468 insert_move_for_subreg (rtx_insn **before, rtx_insn **after, rtx origreg, in insert_move_for_subreg() 1498 rtx_insn *before, *after; in simplify_operand_subreg() local 3238 rtx_insn **before, rtx_insn **after) in process_address_1() 3538 rtx_insn **before, rtx_insn **after) in process_address() 3743 rtx_insn *before, *after; in curr_insn_transform() local
|
| H A D | multiple_target.c | 391 cgraph_function_version_info *before = NULL; in expand_target_clones() local
|
| H A D | lra.c | 1839 rtx_insn *before = next_nonnote_nondebug_insn_bb (last); in setup_sp_offset() local 1851 lra_process_new_insns (rtx_insn *insn, rtx_insn *before, rtx_insn *after, in lra_process_new_insns()
|
| H A D | store-motion.c | 726 rtx_insn *before = BB_HEAD (bb); in insert_insn_start_basic_block() local
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| H A D | tinfo2.cc | 35 type_info::before (const type_info &arg) const in before() function in type_info
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
| H A D | tinfo2.cc | 34 type_info::before (const type_info &arg) const _GLIBCXX_NOEXCEPT in before() function in type_info
|
| /dflybsd-src/usr.bin/truss/ |
| H A D | truss.h | 43 struct timespec before; member
|
| /dflybsd-src/contrib/ncurses/ncurses/tty/ |
| H A D | lib_mvcur.c | 787 struct timeval before, after; in onscreen_mvcur() local 1239 struct timeval before, after; in main() local 1252 struct timeval before, after; in main() local
|
| /dflybsd-src/usr.bin/time/ |
| H A D | time.c | 243 showtime(FILE *out, struct timespec *before, struct timespec *after, in showtime()
|
| /dflybsd-src/usr.bin/ncal/ |
| H A D | ncal.c | 214 int before, after; in main() local 593 monthrangeb(int y, int m, int jd_flag, int before, int after) in monthrangeb() 683 monthranger(int y, int m, int jd_flag, int before, int after) in monthranger()
|
| /dflybsd-src/crypto/libressl/tls/ |
| H A D | tls_conninfo.c | 110 ASN1_TIME *before, *after; in tls_get_peer_cert_times() local
|
| /dflybsd-src/lib/libc/include/isc/ |
| H A D | list.h | 91 #define INSERT_BEFORE(list, before, elt, link) \ argument
|
| /dflybsd-src/contrib/ncurses/ncurses/trace/ |
| H A D | lib_trace.c | 174 bool before = FALSE; in _nc_va_tracef() local
|
| /dflybsd-src/contrib/lvm2/dist/lib/format_text/ |
| H A D | archiver.c | 82 static char *_build_desc(struct dm_pool *mem, const char *line, int before) in _build_desc()
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | cli-out.c | 176 int before = 0; in cli_field_string() local
|
| /dflybsd-src/sbin/md5/ |
| H A D | md5.c | 455 struct rusage before, after; in MDTimeTrial() local
|
| /dflybsd-src/sys/dev/drm/i915/ |
| H A D | intel_uncore.c | 861 const bool before) in __unclaimed_reg_debug() 875 const bool before) in unclaimed_reg_debug()
|