Searched refs:kill (Results 1 - 25 of 40) sorted by relevance

12

/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dsig_die.c11 void sig_die(s, kill) register char *s; int kill;
19 void sig_die(register char *s, int kill) argument
25 if(kill)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dwarnings7.C7 void kill(unsigned i) function in class:X
18 x.kill(0);
20 y.kill(0);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddtor4.C9 void kill() function in class:Z
20 r.kill();
22 s.kill();
/haiku-buildtools/gcc/gmp/
H A Dinvalid.c37 /* Incidentally, kill is not available on mingw, but that's ok, it has raise
40 #define raise(sig) kill (getpid(), sig)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/
H A Dpr43417.c9 void kill (int, int);
41 kill (pid_list[i], 9);
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dkill_.c37 return kill ((pid_t) *pid, *signum) ? errno : 0;
/haiku-buildtools/legacy/binutils/bfd/
H A Dcache.c146 register bfd *kill; local
149 kill = NULL;
152 for (kill = bfd_last_cache->lru_prev;
153 ! kill->cacheable;
154 kill = kill->lru_prev)
156 if (kill == bfd_last_cache)
158 kill = NULL;
164 if (kill == NULL)
170 kill
[all...]
/haiku-buildtools/legacy/gcc/gcc/config/i386/
H A Dxm-os2.h33 #define kill(a,b) raise(b) macro
/haiku-buildtools/legacy/gcc/gcc/config/winnt/
H A Dxm-winnt.h45 #define kill(a,b) raise(b) macro
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-thread-4.c23 const_bitmap kill)
22 bitmap_ior_and_compl(bitmap dst, const_bitmap a, const_bitmap b, const_bitmap kill) argument
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsignals.c136 kill (getpid (), sig);
159 kill (getpid (), sig);
/haiku-buildtools/gcc/gcc/
H A Dlcm.c190 sbitmap *antout, sbitmap *avout, sbitmap *kill,
218 kill[pred->index], temp_bitmap);
397 sbitmap *avloc, sbitmap *antloc, sbitmap *kill,
421 dump_bitmap_vector (dump_file, "kill", "", kill,
427 compute_available (avloc, kill, avout, avin);
446 compute_earliest (edge_list, n_exprs, antin, antout, avout, kill, earliest);
499 sbitmap *avloc, sbitmap *antloc, sbitmap *kill,
508 edge_list = pre_edge_lcm_avs (n_exprs, transp, avloc, antloc, kill,
521 compute_available (sbitmap *avloc, sbitmap *kill, sbitma
188 compute_earliest(struct edge_list *edge_list, int n_exprs, sbitmap *antin, sbitmap *antout, sbitmap *avout, sbitmap *kill, sbitmap *earliest) argument
395 pre_edge_lcm_avs(int n_exprs, sbitmap *transp, sbitmap *avloc, sbitmap *antloc, sbitmap *kill, sbitmap *avin, sbitmap *avout, sbitmap **insert, sbitmap **del) argument
497 pre_edge_lcm(int n_exprs, sbitmap *transp, sbitmap *avloc, sbitmap *antloc, sbitmap *kill, sbitmap **insert, sbitmap **del) argument
520 compute_available(sbitmap *avloc, sbitmap *kill, sbitmap *avout, sbitmap *avin) argument
612 compute_farthest(struct edge_list *edge_list, int n_exprs, sbitmap *st_avout, sbitmap *st_avin, sbitmap *st_antin, sbitmap *kill, sbitmap *farthest) argument
766 pre_edge_rev_lcm(int n_exprs, sbitmap *transp, sbitmap *st_avloc, sbitmap *st_antloc, sbitmap *kill, sbitmap **insert, sbitmap **del) argument
[all...]
H A Ddse.c466 bitmap before applying the kill and gen sets. That vector knocks
480 bitmap kill; member in struct:dse_bb_info
487 intersection problem. However, like the kill set, this is too
497 intersection problem. However, like the kill and in set, this is
571 out, gen and kill bitmaps. This bitmap is all zeros except for
2125 /* Check the address of MEM *LOC and kill any appropriate stores that may
2545 even before reload we need to kill frame pointer based
3015 scan_stores_nospill (store_info_t store_info, bitmap gen, bitmap kill)
3029 if (kill)
3030 bitmap_clear_bit (kill, inde
3011 scan_stores_nospill(store_info_t store_info, bitmap gen, bitmap kill) argument
3038 scan_stores_spill(store_info_t store_info, bitmap gen, bitmap kill) argument
3062 scan_reads_nospill(insn_info_t insn_info, bitmap gen, bitmap kill) argument
3156 scan_reads_spill(read_info_t read_info, bitmap gen, bitmap kill) argument
[all...]
H A Dcollect-utils.c57 kill (getpid (), signum);
H A Ddf-problems.c148 2) There are two kill sets, one if the number of defs is less or
152 <= : Data is built directly in the kill set.
155 strings of 1 bits in the kill sets. Bitvectors that are indexed
161 The kill and sparse_kill and the dense_invalidated_by_call and
186 bitmap_clear (&bb_info->kill);
233 if (bb_info->kill.obstack)
235 bitmap_clear (&bb_info->kill);
241 bitmap_initialize (&bb_info->kill, &problem_data->rd_bitmaps);
300 gen and kill sets and hence deal with the two possible representations
301 of kill set
513 bitmap kill = &bb_info->kill; local
1559 bitmap kill = &bb_info->kill; local
4179 bitmap kill = &df_md_get_bb_info (bb_index)->kill; local
4220 bitmap kill = &bb_info->kill; local
[all...]
H A Dmode-switching.c513 sbitmap *kill, *del, *insert, *antic, *transp, *comp;
564 kill = sbitmap_vector_alloc (last_basic_block_for_fn (cfun),
715 bitmap_not (kill[bb->index], transp[bb->index]);
718 kill, avin, avout, &insert, &del);
812 /* modes kill each other inside a basic block. */
848 sbitmap_vector_free (kill);
512 sbitmap *kill, *del, *insert, *antic, *transp, *comp; local
H A Dbitmap.c1875 bitmap_ior_and_compl (bitmap dst, const_bitmap a, const_bitmap b, const_bitmap kill)
1882 const bitmap_element *kill_elt = kill->first;
1886 gcc_assert (dst != a && dst != b && dst != kill);
1888 /* Special cases. We don't bother checking for bitmap_equal_p (b, kill). */
1889 if (b == kill || bitmap_empty_p (b))
1896 if (bitmap_empty_p (kill))
1899 return bitmap_and_compl (dst, b, kill);
1864 bitmap_ior_and_compl(bitmap dst, const_bitmap a, const_bitmap b, const_bitmap kill) argument
H A Dcprop.c620 compute_local_properties (sbitmap *kill, sbitmap *comp,
626 bitmap_vector_clear (kill, last_basic_block_for_fn (cfun));
643 bitmap_set_bit (kill[DF_REF_BB (def)->index], indx);
650 bitmap_set_bit (kill[DF_REF_BB (def)->index], indx);
616 compute_local_properties(sbitmap *kill, sbitmap *comp, struct hash_table_d *table) argument
H A Ddf.h830 LR&RD problem, the kill set is not complete: It does not contain
835 bitmap_head kill;
852 bitmap_head kill; /* Other definitions that are live at BB out. */
884 bitmap_head kill; /* The set of registers unset in this block. Calls,
834 bitmap_head kill; member in struct:df_rd_bb_info
851 bitmap_head kill; /* Other definitions that are live at BB out. */ member in struct:df_md_bb_info
883 bitmap_head kill; /* The set of registers unset in this block. Calls, member in struct:df_live_bb_info
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dserver.c143 kill ((pid_t) server_id, SIGKILL);
/haiku-buildtools/gcc/fixincludes/
H A Dserver.c143 kill ((pid_t) server_id, SIGKILL);
/haiku-buildtools/gcc/gcc/ada/
H A Dexpect.c220 kill (pid, sig);
377 kill (pid, sig);
H A Dterminals.c946 /* kill a process, as this implementation use CreateProcess on Win32 we need
1289 __enable (s.c_lflag, ICANON); /* erase/kill/eof processing */
1296 s.c_cc[VKILL] = CDISABLE; /* disable kill processing */
1363 kill (desc->child_pid, SIGWINCH);
1493 kill (-pid, SIGINT);
1497 /* __gnat_terminate_process - kill a child process
1504 return kill (desc->child_pid, SIGKILL);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-unix.c470 kill (pid, SIGTERM);
/haiku-buildtools/legacy/gcc/libiberty/
H A Dmpw.c323 kill (int pid, int sig) function
325 fprintf (stderr, "kill not available!\n");

Completed in 666 milliseconds

12