Searched refs:rule (Results 1 - 25 of 43) sorted by relevance

12

/haiku-buildtools/jam/
H A Dcommand.c29 RULE *rule,
37 cmd->rule = rule;
48 if( var_string( rule->actions, cmd->buf, maxline, &cmd->args ) < 0 )
28 cmd_new( RULE *rule, LIST *targets, LIST *sources, LIST *shell, int maxline ) argument
H A Dcommand.h10 * Both ACTION and CMD contain a rule, targets, and sources. An
11 * ACTION describes a rule to be applied to the given targets and
44 RULE *rule; /* rule->actions contains shell script */ member in struct:_cmd
51 RULE *rule, /* rule (referenced) */
H A DJambase20 # 08/25/94 (seiwald) - new ObjectCcFlags rule to append to per-target CCFLAGS
21 # 08/29/94 (seiwald) - new ObjectHdrs rule to append to per-target HDRS
117 # rule RULE - statements to process a rule
121 # together - multiple instances of same rule on target get executed
142 # $(<) - targets of a rule (to the left of the :)
143 # $(>) - sources of a rule (to the right of the :)
151 # HDRRULE - rule to call to handle include files
625 rule As
632 rule Bul
[all...]
H A Dcompile.c13 * compile_break() - compile 'break/continue/return' rule
16 * compile_if() - compile 'if' rule
21 * compile_on() - run rule under influence of on-target variables
22 * compile_rule() - compile a single user defined rule
25 * compile_setcomp() - support for `rule` - save parse tree
28 * compile_switch() - compile 'switch' rule
32 * debug_compile() - printf with indent to show rule expansion.
33 * evaluate_rule() - execute a rule invocation
45 * 01/22/95 (seiwald) - Exit rule.
46 * 02/02/95 (seiwald) - Always rule; LEAVE
549 RULE *rule = bindrule( rulename ); local
746 RULE *rule = bindrule( parse->string ); local
800 RULE *rule = bindrule( parse->string ); local
[all...]
H A Drules.c60 RULE rule, *r = &rule;
379 RULE *rule;
381 printf("# invoked total time (us) rule\n");
385 for (rule = profiling_rule_list;
386 rule;
387 rule = rule->next_profiling_rule)
389 printf("%9d %15lld %s\n", rule->invocations,
390 (long long)rule
59 RULE rule, *r = &rule; local
378 RULE *rule; local
[all...]
H A Dmake1.c285 if( DEBUG_MAKEQ || ! ( cmd->rule->flags & RULE_QUIETLY ) )
287 printf( "%s ", cmd->rule->name );
361 if( status == EXEC_CMD_FAIL && ( cmd->rule->flags & RULE_IGNORE ) )
376 printf( "...failed %s ", cmd->rule->name );
387 if( status != EXEC_CMD_OK && !( cmd->rule->flags & RULE_UPDATED ) )
428 RULE *rule = a0->action->rule; local
435 int ruleFlags = rule->flags;
440 if( !rule->actions || a0->action->running )
446 /* If `execute together` has been specified for this rule, tac
[all...]
H A Djamgram.yy22 * 03/23/01 (seiwald) - "[ on target rule ]" support
91 * rule - any one of jam's rules
101 rules : rule
103 | rule rules
111 rule : `{` block `}`
135 | `if` expr `{` block `}` `else` rule
139 | `rule` ARG params `{` block `}`
141 | `on` arg rule
202 * right-recursive rule so cases can be examined in order.
216 * params - optional parameter names to rule definitio
[all...]
H A Djamgram.y68 * 03/23/01 (seiwald) - "[ on target rule ]" support
137 * rule - any one of jam's rules
147 rules : rule
149 | rule rules
157 rule : _LBRACE_t block _RBRACE_t label
181 | IF_t expr _LBRACE_t block _RBRACE_t ELSE_t rule
187 | ON_t arg rule
248 * right-recursive rule so cases can be examined in order.
262 * params - optional parameter names to rule definition
263 * right-recursive rule s
[all...]
H A DJamfile68 # Include rule profiling support, if specified in the environment.
182 rule CompileResources
195 rule AddResources
243 rule Ball
H A Drules.h16 * RULE - a generic jam rule, the product of RULE and ACTIONS
50 /* RULE - a generic jam rule, the product of RULE and ACTIONS */
87 RULE *rule; member in struct:_action
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D930510-1.c10 register __const struct rule * __const rulep;
/haiku-buildtools/gcc/libgcc/
H A Dstatic-object.mk9 # Copy c_flags to a rule-specific copy and use the copy, to avoid the
/haiku-buildtools/gcc/gcc/
H A Ddiagnostic-color.c284 colorize_init (diagnostic_color_rule_t rule) argument
286 switch (rule)
H A Dpretty-print.h154 /* Current prefixing rule. */
155 diagnostic_prefixing_rule_t rule; member in struct:pp_wrapping_mode_t
166 /* Prefixing rule used in formatting a diagnostic message. */
167 #define pp_prefixing_rule(PP) (PP)->wrapping.rule
H A Dgenmultilib59 # Each element in the list is a separate exclusion rule. Each rule is
61 # on the rule are grouped as an AND operation, and all options much match
62 # for the rule to exclude a set. Options can be preceded with a '!' to
466 # The left part of the rule are the options we used to build multilib.
467 # The right part of the rule are the options that can reuse this multilib.
471 # multilib from. If the combination in the left part of reuse rule isn't
473 # rule. Thus the reuse purpose specified by current rule is meaningless.
482 echo "The rule
[all...]
H A Ddiagnostic.h207 #define diagnostic_prefixing_rule(DC) ((DC)->printer->wrapping.rule)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dxtensa-relax.h49 TransitionRule *rule; member in struct:transition_list
60 /* The required options for a rule are represented with a two-level
H A Dtc-xtensa.c2774 /* Return the transition rule that matches or NULL if none matches. */
2777 xg_instruction_matches_rule (TInsn *insn, TransitionRule *rule)
2781 if (rule->opcode != insn->opcode)
2784 for (condition_l = rule->conditions;
2859 if (!xg_instruction_matches_options (insn, rule->options))
2943 TransitionRule *rule = l->rule;
2944 if (xg_instruction_matches_rule (insn, rule))
2945 return rule;
2987 TransitionRule *rule
2771 xg_instruction_matches_rule(TInsn *insn, TransitionRule *rule) argument
2937 TransitionRule *rule = l->rule; local
2980 TransitionRule *rule = l->rule; local
3014 TransitionRule *rule = l->rule; local
3060 TransitionRule *rule = l->rule; local
3106 TransitionRule *rule = l->rule; local
3492 TransitionRule *rule = l->rule; local
3829 TransitionRule *rule; local
[all...]
H A Dxtensa-relax.c32 unexpected results if you don't match the rule against the operand
59 options which must be TRUE for this rule to be valid. Examples are
497 tl->rule = t;
507 if (cmp && cmp (t, (*t_p)->rule) < 0)
1541 as_warn (_("invalid configuration option '%s' in transition rule '%s'"),
1769 as_warn (_("invalid opcode '%s' in transition rule '%s'"),
/haiku-buildtools/binutils/gas/config/
H A Dxtensa-relax.h49 TransitionRule *rule; member in struct:transition_list
60 /* The required options for a rule are represented with a two-level
H A Dtc-xtensa.c2896 /* Return the transition rule that matches or NULL if none matches. */
2899 xg_instruction_matches_rule (TInsn *insn, TransitionRule *rule)
2903 if (rule->opcode != insn->opcode)
2906 for (condition_l = rule->conditions;
2981 if (!xg_instruction_matches_options (insn, rule->options))
3065 TransitionRule *rule = l->rule;
3066 if (xg_instruction_matches_rule (insn, rule))
3067 return rule;
3109 TransitionRule *rule
2893 xg_instruction_matches_rule(TInsn *insn, TransitionRule *rule) argument
3059 TransitionRule *rule = l->rule; local
3102 TransitionRule *rule = l->rule; local
3136 TransitionRule *rule = l->rule; local
3182 TransitionRule *rule = l->rule; local
3228 TransitionRule *rule = l->rule; local
3632 TransitionRule *rule = l->rule; local
3979 TransitionRule *rule; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dmul.s1 # One of the rule on restricted sequence is consecutive IU instruction
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dmul.s1 # One of the rule on restricted sequence is consecutive IU instruction
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.h45 #define RULE( rule ) printf ( "jv_yacc:%d: rule %s\n", lineno, rule )
47 #define RULE( rule )
163 are requested. Works in the context of a parser rule. */
/haiku-buildtools/gcc/gmp/doc/
H A Dconfiguration125 order to get an ansi2knr rule). If the file is only in

Completed in 180 milliseconds

12