Searched refs:pending (Results 1 - 25 of 49) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dio_constraints_11.f9032 inquire(10, pending=l2) ! { dg-error "Non-default LOGICAL kind" }
H A Dio_constraints_12.f9032 inquire(10, pending=l2) ! { dg-error "Non-default LOGICAL kind" }
H A Dio_constraints_13.f9031 inquire(10, pending=l2)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcppinit.c536 opts->pending = (struct cpp_pending *) xmalloc (sizeof (struct cpp_pending));
537 bzero ((char *) opts->pending, sizeof (struct cpp_pending));
829 p = opts->pending->define_head;
844 p = opts->pending->assert_head;
873 path_include (pfile, opts->pending, path, BRACKET);
891 path_include (pfile, opts->pending, path, SYSTEM);
934 append_include_chain (pfile, opts->pending,
951 append_include_chain (pfile, opts->pending, str, SYSTEM);
1008 p = opts->pending->imacros_head;
1040 p = opts->pending
[all...]
H A Dcppfiles.c83 qtail = opts->pending->quote_tail;
84 btail = opts->pending->brack_tail;
85 stail = opts->pending->systm_tail;
86 atail = opts->pending->after_tail;
88 quote = opts->pending->quote_head;
89 brack = opts->pending->brack_head;
90 systm = opts->pending->systm_head;
91 after = opts->pending->after_head;
H A Dsched.c268 insns, i.e., those that are ready, queued, and pending.
296 insns in the pending list. */
468 /* The *_insns and *_mems are paired lists. Each pending memory operation
477 /* An INSN_LIST containing all insns with pending read operations. */
480 /* An EXPR_LIST containing all MEM rtx's which are pending reads. */
483 /* An INSN_LIST containing all insns with pending write operations. */
486 /* An EXPR_LIST containing all MEM rtx's which are pending writes. */
489 /* Indicates the combined length of the two pending lists. We must prevent
492 a function of the length of these pending lists. */
505 This is an insn which flushed the pending list
1224 rtx pending, pending_mem; local
1372 rtx pending, pending_mem; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsplay-tree.c55 splay_tree_node pending = 0; local
68 node->key = (splay_tree_key)pending;
69 pending = (splay_tree_node)node;
71 /* Now, keep processing the pending list until there aren't any
75 while (pending)
77 active = pending;
78 pending = 0;
90 active->left->key = (splay_tree_key)pending;
91 pending = (splay_tree_node)(active->left);
97 active->right->key = (splay_tree_key)pending;
[all...]
H A Dmaint-tool256 @pending = &deps_for("$srcdir/$f");
257 while (@pending) {
258 @tmp = @pending;
259 @pending = ();
263 push(@pending, split(' ', $deps{$p}));
/haiku-buildtools/gcc/libiberty/
H A Dsplay-tree.c55 splay_tree_node pending = 0; local
68 node->key = (splay_tree_key)pending;
69 pending = (splay_tree_node)node;
71 /* Now, keep processing the pending list until there aren't any
75 while (pending)
77 active = pending;
78 pending = 0;
90 active->left->key = (splay_tree_key)pending;
91 pending = (splay_tree_node)(active->left);
97 active->right->key = (splay_tree_key)pending;
[all...]
H A Dmaint-tool256 @pending = &deps_for("$srcdir/$f");
257 while (@pending) {
258 @tmp = @pending;
259 @pending = ();
263 push(@pending, split(' ', $deps{$p}));
/haiku-buildtools/legacy/binutils/libiberty/
H A Dmaint-tool253 @pending = &deps_for("$srcdir/$f");
254 while (@pending) {
255 @tmp = @pending;
256 @pending = ();
260 push(@pending, split(' ', $deps{$p}));
H A Dsplay-tree.c54 splay_tree_node pending = 0; local
67 node->key = (splay_tree_key)pending;
68 pending = (splay_tree_node)node;
70 /* Now, keep processing the pending list until there aren't any
74 while (pending)
76 active = pending;
77 pending = 0;
89 active->left->key = (splay_tree_key)pending;
90 pending = (splay_tree_node)(active->left);
96 active->right->key = (splay_tree_key)pending;
[all...]
/haiku-buildtools/binutils/zlib/
H A Ddeflate.c407 s->pending = 0;
450 int ZEXPORT deflatePending (strm, pending, bits)
451 unsigned *pending;
456 if (pending != Z_NULL)
457 *pending = strm->state->pending;
516 if (err == Z_BUF_ERROR && s->pending == 0)
624 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
637 * Flush as much pending output as possible. All deflate() output goes
649 len = s->pending;
[all...]
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/haiku-buildtools/gcc/zlib/
H A Ddeflate.c407 s->pending = 0;
450 int ZEXPORT deflatePending (strm, pending, bits)
451 unsigned *pending;
456 if (pending != Z_NULL)
457 *pending = strm->state->pending;
622 * Put a short in the pending buffer. The 16-bit value is put in MSB order.
635 * Flush as much pending output as possible. All deflate() output goes
647 len = s->pending;
656 s->pending
[all...]
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */
102 Bytef *pending_out; /* next pending byte to output to the stream */
103 uInt pending; /* nb of bytes in the pending buffer */ member in struct:internal_state
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/haiku-buildtools/isl/
H A Disl_ast_build.c69 !build->pending || !build->values ||
123 build->pending = isl_set_universe(isl_set_get_space(build->domain));
174 dup->pending = isl_set_copy(build->pending);
192 !dup->pending || !dup->values ||
215 build->pending = isl_set_align_params(build->pending,
257 isl_set_free(build->pending);
571 fprintf(stderr, "pending: ");
572 isl_set_dump(build->pending);
742 isl_basic_set *generated, *pending; local
[all...]
H A Disl_ast_build_private.h51 * "pending" is a superset of "domain" corresponding to the constraints
130 isl_set *pending; member in struct:isl_ast_build
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arc/
H A Djump-around-jump.c34 unsigned char pending; member in struct:rtc_wkalrm
/haiku-buildtools/gcc/gcc/
H A Ddf-core.c176 cause all of the pending rescans to be processed.
930 bitmap pending,
960 bitmap_set_bit (pending, bbindex_to_postorder[ob_index]);
975 bitmap pending,
1005 bitmap_set_bit (pending, bbindex_to_postorder[ob_index]);
1033 bitmap pending,
1052 and pending is for the next. */
1053 while (!bitmap_empty_p (pending))
1058 /* Swap pending and worklist. */
1060 worklist = pending;
926 df_worklist_propagate_forward(struct dataflow *dataflow, unsigned bb_index, unsigned *bbindex_to_postorder, bitmap pending, sbitmap considered, ptrdiff_t age) argument
971 df_worklist_propagate_backward(struct dataflow *dataflow, unsigned bb_index, unsigned *bbindex_to_postorder, bitmap pending, sbitmap considered, ptrdiff_t age) argument
1031 df_worklist_dataflow_doublequeue(struct dataflow *dataflow, bitmap pending, sbitmap considered, int *blocks_in_postorder, unsigned *bbindex_to_postorder, int n_blocks) argument
1116 bitmap pending = BITMAP_ALLOC (&df_bitmap_obstack); local
[all...]
H A Dsched-deps.c1741 /* Add an INSN and MEM reference pair to a pending INSN_LIST and MEM_LIST.
1782 /* Make a dependency between every memory reference on the pending lists
1783 and INSN, thus flushing the pending lists. FOR_READ is true if emitting
2524 /* Flush all pending reads and writes to prevent the pending lists local
2533 rtx_insn_list *pending;
2536 pending = deps->pending_read_insns;
2538 while (pending)
2541 && ! sched_insns_conditions_mutex_p (insn, pending->insn ()))
2542 note_mem_dep (t, pending_mem->element (), pending
2654 rtx_insn_list *pending; local
3027 rtx_insn_list *pending; local
[all...]
H A Dshrink-wrap.c1027 edge pending; local
1032 pending = pending_edge_hot;
1037 pending = pending_edge_cold;
1040 if (*pdest_bb == NULL && pending != NULL)
1042 emit_return_into_block (true, pending->src);
1043 pending->flags &= ~(EDGE_FALLTHRU | EDGE_FAKE);
1044 *pdest_bb = pending->src;
/haiku-buildtools/legacy/gcc/texinfo/util/
H A Dtexindex.c1191 int pending;
1210 pending = 0;
1277 if (pending)
1280 pending = 0;
1312 pending = 1;
1339 if (pending)
1342 pending = 0;
1349 pending = 1;
1363 if (pending++ != 1)
1374 if (pending)
1182 int pending; variable
[all...]
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc60 Link pending[kMaxMutex]; member in struct:__sanitizer::DDPhysicalThread
370 pt->pending[npending++] = mtx->link[li];
373 Link link = pt->pending[--npending];
388 pt->pending[npending++] = Link(kEndId);
396 // FIXME(dvyukov): fast pending check?
398 pt->pending[npending++] = *link1;
/haiku-buildtools/legacy/gcc/gcc/config/vax/
H A Dvax.c673 add it to either that list or the pending definition list. */
676 vms_check_external (decl, name, pending)
679 int pending;
690 if (pending)
693 /* Was pending, but has now been defined; move it to other list. */
707 if (pending)
709 /* Save the size and section type and link to `pending' list. */
737 /* Move next pending declaration to the "done" list. */

Completed in 239 milliseconds

12