Searched refs:action (Results 26 - 50 of 79) sorted by relevance

1234

/haiku-buildtools/jam/
H A Dmake1.c316 if( actions->action->status > t->status )
317 t->status = actions->action->status;
320 if( t->status > actions->action->status )
321 actions->action->status = t->status;
428 RULE *rule = a0->action->rule;
438 /* If this action has already been executed, use saved status */
440 if( !rule->actions || a0->action->running )
443 a0->action->running = 1;
449 nt = make1list( L0, a0->action->targets, 0 , &missingTargets );
455 ns = make1list( L0, a0->action
[all...]
H A Dcompile.c38 * 04/12/94 (seiwald) - actionlist() now just appends a single action.
565 /* then construct the action for make(). */
570 ACTION *action;
572 /* The action is associated with this instance of this rule */
574 action = (ACTION *)malloc( sizeof( ACTION ) );
575 memset( (char *)action, '\0', sizeof( *action ) );
577 action->rule = rule;
578 action->targets = targetlist( (TARGETS *)0, lol_get( args, 0 ) );
579 action
569 ACTION *action; local
[all...]
H A Drules.h24 * 04/12/94 (seiwald) - actionlist() now just appends a single action.
81 ACTION *action; member in struct:_actions
184 ACTIONS *actionlist( ACTIONS *chain, ACTION *action );
H A Drules.c27 * 04/12/94 (seiwald) - actionlist() now just appends a single action.
223 ACTION *action )
227 actions->action = action;
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_config.h334 # define __STL_UNWIND(action) catch(...) { action; throw; }
341 # define __STL_UNWIND(action)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbackspace_10.f9017 open (iunit, action="read", status="old")
H A Ddirect_io_10.f27 $ action='readwrite')
/haiku-buildtools/gcc/gcc/
H A Dregrename.c1038 scan_rtx_reg (rtx_insn *insn, rtx *loc, enum reg_class cl, enum scan_actions action, argument
1047 if (action == mark_write)
1054 if ((type == OP_OUT) != (action == terminate_write || action == mark_access))
1076 if (action == mark_read || action == mark_access)
1088 scan_actions_name[(int) action]);
1136 depends on the action and this being an exact match.
1139 if ((action == terminate_dead || action
1193 scan_rtx_address(rtx_insn *insn, rtx *loc, enum reg_class cl, enum scan_actions action, machine_mode mode, addr_space_t as) argument
1343 scan_rtx(rtx_insn *insn, rtx *loc, enum reg_class cl, enum scan_actions action, enum op_type type) argument
[all...]
H A Dtsan.c295 enum tsan_atomic_action action; member in struct:tsan_map_atomic
299 #define TRANSFORM(fcode, tsan_fcode, action, code) \
300 { BUILT_IN_##fcode, BUILT_IN_##tsan_fcode, action, code }
532 switch (tsan_atomic_table[i].action)
542 if (tsan_atomic_table[i].action == fetch_op)
557 tsan_atomic_table[i].action
563 if (tsan_atomic_table[i].action == fetch_op_seq_cst)
637 if (tsan_atomic_table[i].action == val_cas && lhs)
H A Dexcept.c45 so that we may remember what action is supposed to be taken if
53 select the action to perform among different CATCH and EH_FILTER
97 same associated action within the exception region tree, meaning
205 int action;
209 we represent entries in the action table as 1-based indices.
212 0: null action record, non-null landing pad; implies cleanups
213 -1: null action record, null landing pad; implies no action
891 /* Generate the action filter values to be used for CATCH and
945 will need an action recor
204 int action; variable
1087 int action, call_site; local
2460 add_call_site(rtx landing_pad, int action, int section) argument
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-xtensa.c3577 valid. If the do_it parameter is non-zero, then perform the action
3721 valid. If the do_it parameter is non-zero, then the action should
4559 "ta_remove_literal" remove a literal; this action is
4562 "ta_add_literal" insert a new literal; this action is
4569 removed by performing the text action. In the case of a "ta_widen"
4590 /* Structure for a text action record. */
4593 text_action_t action;
4623 /* When the action is another fill at the same address,
4625 if (t->offset == offset && t->action == ta_fill)
4646 BFD_ASSERT (ta == NULL || ta->action
4577 text_action_t action; member in struct:text_action_struct
4665 text_action_add(text_action_list *l, text_action_t action, asection *sec, bfd_vma offset, int removed) argument
4706 text_action_add_literal(text_action_list *l, text_action_t action, const r_reloc *loc, const literal_value *value, int removed) argument
5353 text_action_t action; member in struct:proposed_action_struct
5609 ebb_propose_action(ebb_constraint *c, enum ebb_target_enum align_type, bfd_vma alignment_pow, text_action_t action, bfd_vma offset, int removed_bytes, bfd_boolean do_action) argument
6685 proposed_action *action = NULL; local
6798 proposed_action *action = &ebb_table->actions[i]; local
6867 proposed_action *action = &ebb_table->actions[i]; local
6875 proposed_action *action; local
7123 proposed_action *action = &constraint->actions[j]; local
7189 const proposed_action *action = &constraint->actions[i]; local
7209 proposed_action *action = &ebb_table->actions[i]; local
8016 text_action *action = local
8170 text_action *action = relax_info->action_list.head; local
[all...]
H A Delf-eh-frame.c824 unsigned int action; local
829 action = (sec_info->entry[i].make_relative ? 1 : 0)
846 while (action)
850 if (action & 2)
854 action &= ~2;
869 if (action & 4)
879 action &= ~4;
884 if (action & 1)
888 action &= ~1;
/haiku-buildtools/gcc/libgcc/
H A Dunwind.inc152 int action;
160 action = _UA_FORCE_UNWIND | _UA_CLEANUP_PHASE;
162 action |= _UA_END_OF_STACK;
163 stop_code = (*stop) (1, action, exc->exception_class, exc,
/haiku-buildtools/gcc/contrib/testsuite-management/
H A Dvalidate_failures.py483 parser.add_option('--build_dir', action='store', type='string',
486 parser.add_option('--clean_build', action='store', type='string',
494 parser.add_option('--force', action='store_true', dest='force',
498 parser.add_option('--ignore_missing_failures', action='store_true',
506 parser.add_option('--manifest', action='store', type='string',
511 parser.add_option('--produce_manifest', action='store_true',
515 parser.add_option('--results', action='store', type='string',
521 parser.add_option('--verbosity', action='store', dest='verbosity',
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pragma.c159 enum { set, push, pop } action; local
167 action = set;
175 action = set;
181 #define GCC_BAD_ACTION do { if (action != pop) \
189 action = push;
191 action = pop;
193 GCC_BAD2 ("unknown action %qE for %<#pragma pack%> - ignored", x);
202 else if (token == CPP_NUMBER && action == push && align == -1)
208 action = set;
227 if (action !
685 enum { bad, push, pop } action = bad; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-xtensa.c4461 the action in-place directly into the contents and return TRUE. Otherwise,
4630 the action in-place directly into the contents and return TRUE. Otherwise,
5380 "ta_remove_literal" remove a literal; this action is
5383 "ta_add_literal" insert a new literal; this action is
5390 removed by performing the text action. In the case of a "ta_widen"
5411 /* Structure for a text action record. */
5414 text_action_t action;
5458 a.action = ta_fill;
5481 BFD_ASSERT (ta == NULL || ta->action == ta_fill);
5530 if (pa->action
5399 text_action_t action; member in struct:text_action_struct
5531 action_next(text_action_list *action_list, text_action *action) argument
5544 text_action_add(text_action_list *l, text_action_t action, asection *sec, bfd_vma offset, int removed) argument
5589 text_action_add_literal(text_action_list *l, text_action_t action, const r_reloc *loc, const literal_value *value, int removed) argument
5786 static const text_action_t action[] = local
6411 text_action_t action; member in struct:proposed_action_struct
6669 ebb_propose_action(ebb_constraint *c, enum ebb_target_enum align_type, bfd_vma alignment_pow, text_action_t action, bfd_vma offset, int removed_bytes, bfd_boolean do_action) argument
8038 proposed_action *action = NULL; local
8151 proposed_action *action = &ebb_table->actions[i]; local
8222 proposed_action *action = &ebb_table->actions[i]; local
8230 proposed_action *action; local
8455 proposed_action *action = &constraint->actions[i]; local
8531 proposed_action *action = &constraint->actions[j]; local
8606 const proposed_action *action = &constraint->actions[i]; local
8626 proposed_action *action = &ebb_table->actions[i]; local
9363 text_action *action = (text_action *)node->value; local
9459 text_action *action = local
9673 text_action *action; local
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dcgen.sh26 # cgen.sh action srcdir cgen cgendir cgenflags arch prefix \
48 action=$1
82 case $action in
159 echo "$0: bad action: ${action}" >&2
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun.go225 action string // "compile", "build", etc.
417 t.action = "skip"
419 fmt.Printf("%-20s %-20s: %s\n", t.action, t.goFileName(), why)
423 action := t.src[:pos]
424 if nl := strings.Index(action, "\n"); nl >= 0 && strings.Contains(action[:nl], "+build") {
426 action = action[nl+1:]
428 if strings.HasPrefix(action, "//") {
429 action
[all...]
/haiku-buildtools/binutils/opcodes/
H A Dcgen.sh26 # cgen.sh action srcdir cgen cgendir cgenflags arch prefix \
48 action=$1
85 case $action in
169 echo "$0: bad action: ${action}" >&2
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr54121.c57 lzma_action action);
/haiku-buildtools/binutils/include/vms/
H A Dlbr.h326 unsigned char action[2]; /* 1: delete, 2: insert, 3: replaced. */ member in struct:vms_leh
/haiku-buildtools/legacy/gcc/gcc/
H A Dmbchar.c57 * state/action tables for processing JIS encoding
163 JIS_ACTION action; local
209 action = JIS_action_table[curr_state][ch];
212 switch (action)
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dtiming.c55 TREE_PURPOSE (TREE_PURPOSE (after_stack)) = label at the end of AFTER action
197 * build AT action
210 * to-action-list
243 * build CYCLE action
310 action */
328 * action-list
330 * to-action-list
401 /* jump to the end of AFTER action */
404 /* mark we are in TIMEOUT part of AFTER action */
/haiku-buildtools/gcc/gcc/config/pdp11/
H A Dpdp11.c503 pdp11_action *action, pdp11_partorder order)
594 if (action != NULL)
595 action[op] = no_action;
603 gcc_assert (action != NULL);
604 action[op] = dec_before;
615 gcc_assert (action != NULL);
616 action[op] = inc_after;
670 pdp11_action action[2];
675 pdp11_expand_operands (operands, exops, 2, action, either);
678 if (action[
499 pdp11_expand_operands(rtx *operands, rtx exops[][2], int opcount, pdp11_action *action, pdp11_partorder order) argument
667 pdp11_action action[2]; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddwarf-mode.el79 (defun dwarf-die-button-action (button)
98 'action #'dwarf-die-button-action)

Completed in 322 milliseconds

1234