Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 25 of 1021) sorted by relevance

12345678910>>...41

/openbsd-src/regress/usr.bin/snmp/
H A DMakefile103 CLEANFILES+= agent_udp_v4.res agent_udp_v4.exp
105 printf "sysServices.0 = INTEGER: 74\n" > $@.exp
107 diff -up $@.exp $@.res
110 CLEANFILES+= agent_udp_v4_port.res agent_udp_v4_port.exp
112 printf "sysServices.0 = INTEGER: 74\n" > $@.exp
114 diff -up $@.exp $@.res
117 CLEANFILES+= agent_udp_v4_service.res agent_udp_v4_service.exp
119 printf "sysServices.0 = INTEGER: 74\n" > $@.exp
121 diff -up $@.exp $@.res
124 CLEANFILES+= agent_v4_port.res agent_v4_port.exp
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A DChangeLog-1999-20033 * mi2-basics.exp: Copy base MI .exp file, set MIFLAGS to -i=mi2.
4 * mi2-break.exp, mi2-cli.exp, mi2-console.exp: Ditto.
5 * mi2-disassemble.exp, mi2-eval.exp, mi2-file.exp: Ditto.
6 * mi2-hack-cli.exp, mi2-pthreads.exp, mi2-read-memory.exp: Ditto.
7 * mi2-regs.exp, mi2-return.exp, mi2-simplerun.exp: Ditto.
8 * mi2-stack.exp, mi2-stepi.exp, mi2-syn-frame.exp: Ditto.
9 * mi2-until.exp, mi2-var-block.exp, mi2-var-child.exp: Ditto.
10 * mi2-var-cmd.exp, mi2-var-display.exp, mi2-watch.exp: Ditto.
15 * mi1-symbol.exp (-symbol-list-lines): New test file to
20 * gdb792.exp: Skip when C++.
[all …]
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dplural.y52 struct expression *exp; member
146 %type <exp> exp
150 start: exp
158 exp: exp '?' exp ':' exp
162 | exp '|' exp
166 | exp '&' exp
170 | exp EQUOP2 exp
174 | exp CMPOP2 exp
178 | exp ADDOP2 exp
182 | exp MULOP2 exp
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm2-exp.y153 %type <voidval> exp type_exp start set
205 start : exp
218 exp : exp '^' %prec UNARY
222 exp : '-'
224 exp %prec UNARY
229 exp : '+' exp %prec UNARY
233 exp : not_exp exp %prec UNARY
241 exp : CAP '(' exp ')'
245 exp : ORD '(' exp ')'
249 exp : ABS '(' exp ')'
[all …]
H A Dexpprint.c40 print_expression (struct expression *exp, struct ui_file *stream) in print_expression() argument
43 print_subexp (exp, &pc, stream, PREC_NULL); in print_expression()
52 print_subexp (struct expression *exp, int *pos, in print_subexp() argument
55 exp->language_defn->la_exp_desc->print_subexp (exp, pos, stream, prec); in print_subexp()
61 print_subexp_standard (struct expression *exp, int *pos, in print_subexp_standard() argument
77 op_print_tab = exp->language_defn->la_op_print_tab; in print_subexp_standard()
79 opcode = exp->elts[pc].opcode; in print_subexp_standard()
87 fputs_filtered (type_name_no_tag (exp->elts[pc + 1].type), stream); in print_subexp_standard()
89 nargs = longest_to_int (exp->elts[pc + 2].longconst); in print_subexp_standard()
91 fputs_filtered (&exp->elts[pc + 3].string, stream); in print_subexp_standard()
[all …]
H A Dada-exp.y167 %type <voidval> exp exp1 simple_exp start variable
224 exp1 : exp
225 | exp1 ';' exp
249 simple_exp : type '(' exp ')'
257 simple_exp : type '\'' save_qualifier { type_qualifier = $1; } '(' exp ')'
270 simple_exp '(' exp DOTDOT exp ')'
284 exp : simple_exp
287 exp : exp ASSIGN exp /* Extension for convenience */
291 exp : '-' exp %prec UNARY
295 exp : '+' exp %prec UNARY
[all …]
H A Df-exp.y156 %type <voidval> exp type_exp start variable
228 start : exp
238 exp : '(' exp ')'
243 exp : '*' exp %prec UNARY
247 exp : '&' exp %prec UNARY
251 exp : '-' exp %prec UNARY
255 exp : BOOL_NOT exp %prec UNARY
259 exp : '~' exp %prec UNARY
263 exp : SIZEOF exp %prec UNARY
272 exp : exp '('
[all …]
H A Dobjc-exp.y157 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
242 exp1 : exp
243 | exp1 ',' exp
248 exp : '*' exp %prec UNARY
252 exp : '&' exp %prec UNARY
256 exp : '-' exp %prec UNARY
260 exp : '!' exp %prec UNARY
264 exp : '~' exp %prec UNARY
268 exp : INCREMENT exp %prec UNARY
272 exp : DECREMENT exp %prec UNARY
[all …]
H A Dc-exp.y152 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
241 exp1 : exp
242 | exp1 ',' exp
247 exp : '*' exp %prec UNARY
251 exp : '&' exp %prec UNARY
255 exp : '-' exp %prec UNARY
259 exp : '!' exp %prec UNARY
263 exp : '~' exp %prec UNARY
267 exp : INCREMENT exp %prec UNARY
271 exp : DECREMENT exp %prec UNARY
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y56 struct expression *exp; member
174 %type <exp> exp
178 start: exp
186 exp: exp '?' exp ':' exp
190 | exp '|' exp
194 | exp '&' exp
198 | exp EQUOP2 exp
202 | exp CMPOP2 exp
206 | exp ADDOP2 exp
210 | exp MULOP2 exp
[all …]
/openbsd-src/gnu/gcc/intl/
H A Dplural.y52 struct expression *exp; member
170 %type <exp> exp
174 start: exp
182 exp: exp '?' exp ':' exp
186 | exp '|' exp
190 | exp '&' exp
194 | exp EQUOP2 exp
198 | exp CMPOP2 exp
202 | exp ADDOP2 exp
206 | exp MULOP2 exp
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-mmix.c112 expressionS exp; member
462 mmix_current_location (fn, exp)
464 expressionS *exp; variable
466 (*fn) (exp);
475 get_operands (max_operands, s, exp) in get_operands() argument
478 expressionS exp[];
507 expression (&exp[numexp]);
509 if (exp[numexp].X_op == O_illegal)
513 else if (exp[numexp].X_op == O_absent)
535 exp[numexp].X_op = O_illegal;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mmix.c110 expressionS exp; member
441 mmix_current_location (void (*fn) (expressionS *), expressionS *exp) in mmix_current_location() argument
443 (*fn) (exp); in mmix_current_location()
452 get_operands (int max_operands, char *s, expressionS *exp) in get_operands() argument
481 expression (&exp[numexp]); in get_operands()
483 if (exp[numexp].X_op == O_illegal) in get_operands()
487 else if (exp[numexp].X_op == O_absent) in get_operands()
509 exp[numexp].X_op = O_illegal; in get_operands()
541 expressionS *exp) in get_putget_operands() argument
559 exp[0].X_op = O_illegal; in get_putget_operands()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Dgenattrtab.c714 check_attr_test (rtx exp, int is_const, int lineno) in check_attr_test() argument
721 switch (GET_CODE (exp)) in check_attr_test()
725 if (XSTR (exp, 1)[0] == '!') in check_attr_test() local
727 attr_eq (XSTR (exp, 0), in check_attr_test()
728 &XSTR (exp, 1)[1])), in check_attr_test()
731 else if (n_comma_elts (XSTR (exp, 1)) == 1) in check_attr_test()
733 attr = find_attr (&XSTR (exp, 0), 0); in check_attr_test()
736 if (! strcmp (XSTR (exp, 0), "alternative")) in check_attr_test()
737 return mk_attr_alt (1 << atoi (XSTR (exp, 1))); in check_attr_test()
739 fatal ("unknown attribute `%s' in EQ_ATTR", XSTR (exp, 0)); in check_attr_test()
[all …]
H A Dgenpreds.c38 validate_exp (rtx exp, const char *name, int lineno) in validate_exp() argument
40 if (exp == 0) in validate_exp()
46 switch (GET_CODE (exp)) in validate_exp()
50 if (validate_exp (XEXP (exp, 2), name, lineno)) in validate_exp()
55 if (validate_exp (XEXP (exp, 1), name, lineno)) in validate_exp()
59 return validate_exp (XEXP (exp, 0), name, lineno); in validate_exp()
65 for (p = XSTR (exp, 1); *p; p++) in validate_exp()
70 "string '%s'", name, XSTR (exp, 1)); in validate_exp()
86 name, GET_RTX_NAME (GET_CODE (exp))); in validate_exp()
111 pred->exp = XEXP (defn, 1); in process_define_predicate()
[all …]
H A Dsreal.c71 x->sig_hi, x->sig_lo, x->exp); in dump_sreal()
73 fprintf (file, "(" HOST_WIDE_INT_PRINT_UNSIGNED " * 2^%d)", x->sig, x->exp); in dump_sreal()
88 r->exp = a->exp; in copy()
102 gcc_assert (x->exp + s <= SREAL_MAX_EXP); in shift_right()
104 x->exp += s; in shift_right()
143 x->exp = -SREAL_MAX_EXP; in normalize()
152 x->exp -= SREAL_PART_BITS; in normalize()
158 x->exp--; in normalize()
162 if (x->exp < -SREAL_MAX_EXP) in normalize()
164 x->exp = -SREAL_MAX_EXP; in normalize()
[all …]
H A Ddojump.c99 jumpifnot (tree exp, rtx label) in jumpifnot() argument
101 do_jump (exp, label, NULL_RTX); in jumpifnot()
107 jumpif (tree exp, rtx label) in jumpif() argument
109 do_jump (exp, NULL_RTX, label); in jumpif()
161 do_jump (tree exp, rtx if_false_label, rtx if_true_label) in do_jump() argument
163 enum tree_code code = TREE_CODE (exp); in do_jump()
176 temp = integer_zerop (exp) ? if_false_label : if_true_label; in do_jump()
191 if (TREE_CODE (TREE_OPERAND (exp, 0)) == COMPONENT_REF in do_jump()
192 || TREE_CODE (TREE_OPERAND (exp, 0)) == BIT_FIELD_REF in do_jump()
193 || TREE_CODE (TREE_OPERAND (exp, 0)) == ARRAY_REF in do_jump()
[all …]
/openbsd-src/usr.bin/vi/ex/
H A Dex_argv.c45 EX_PRIVATE *exp; in argv_init() local
47 exp = EXP(sp); in argv_init()
48 exp->argsoff = 0; in argv_init()
51 excp->argv = exp->args; in argv_init()
52 excp->argc = exp->argsoff; in argv_init()
65 EX_PRIVATE *exp; in argv_exp0() local
67 exp = EXP(sp); in argv_exp0()
69 memcpy(exp->args[exp->argsoff]->bp, cmd, cmdlen); in argv_exp0()
70 exp->args[exp->argsoff]->bp[cmdlen] = '\0'; in argv_exp0()
71 exp->args[exp->argsoff]->len = cmdlen; in argv_exp0()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c918 check_attr_test (exp, is_const, lineno) in check_attr_test() argument
919 rtx exp; in check_attr_test()
928 switch (GET_CODE (exp))
932 if (XSTR (exp, 1)[0] == '!') local
934 attr_eq (XSTR (exp, 0),
935 &XSTR (exp, 1)[1])),
938 else if (n_comma_elts (XSTR (exp, 1)) == 1)
940 attr = find_attr (XSTR (exp, 0), 0);
943 if (! strcmp (XSTR (exp, 0), "alternative"))
945 XSTR (exp, 0) = alternative_name;
[all …]
/openbsd-src/gnu/gcc/gcc/cp/
H A Dexcept.c126 tree exp; in eh_type_info() local
132 exp = build_java_class_ref (TREE_TYPE (type)); in eh_type_info()
134 exp = get_tinfo_decl (type); in eh_type_info()
136 return exp; in eh_type_info()
145 tree exp = eh_type_info (type); in build_eh_type_type() local
147 if (!exp) in build_eh_type_type()
150 mark_used (exp); in build_eh_type_type()
152 return convert (ptr_type_node, build_address (exp)); in build_eh_type_type()
355 initialize_handler_parm (tree decl, tree exp) in initialize_handler_parm() argument
378 exp = build_unary_op (ADDR_EXPR, exp, 1); in initialize_handler_parm()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c127 tree exp; local
133 exp = build_java_class_ref (TREE_TYPE (type));
135 exp = get_tinfo_decl (type);
137 mark_used (exp);
138 exp = build1 (ADDR_EXPR, ptr_type_node, exp);
140 return exp;
330 initialize_handler_parm (decl, exp) in initialize_handler_parm() argument
332 tree exp;
356 exp = build_unary_op (ADDR_EXPR, exp, 1);
358 exp = ocp_convert (init_type, exp, CONV_IMPLICIT|CONV_FORCE_TEMP, 0);
[all …]
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldgram.y96 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
174 NAME '=' exp
201 CHIP exp
202 | CHIP exp ',' exp
211 | PUBLIC NAME '=' exp
213 | PUBLIC NAME ',' exp
215 | PUBLIC NAME exp
219 | SECT NAME ',' exp
221 | SECT NAME exp
223 | SECT NAME '=' exp
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/
H A DChangeLog7 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
13 * gdb.threads/schedlock.exp: Adjust regex to handle the new
15 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
28 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
33 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
36 * gdb.threads/pthread_cond_wait.exp: Ditto.
40 * gdb.base/overlays.exp: Update copyright years.
44 * gdb.base/overlays.exp: Disable if target is Linux.
48 * config/gdbserver.exp (gdb_load): Use right filename on remote.
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldgram.y94 %type <etree> exp opt_exp_with_type mustbe_exp opt_at phdr_type phdr_val
174 NAME '=' exp
201 CHIP exp
202 | CHIP exp ',' exp
211 | PUBLIC NAME '=' exp
213 | PUBLIC NAME ',' exp
215 | PUBLIC NAME exp
219 | SECT NAME ',' exp
221 | SECT NAME exp
223 | SECT NAME '=' exp
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c161 get_variable_decl (exp) in get_variable_decl() argument
162 tree exp; in get_variable_decl()
164 if (TREE_CODE (exp) == VAR_DECL)
166 if (! TREE_STATIC (exp) || FIELD_FINAL (exp))
167 return exp;
170 else if (TREE_CODE (exp) == PARM_DECL)
172 if (DECL_FINAL (exp))
173 return exp;
176 else if (TREE_CODE (exp) == COMPONENT_REF)
178 tree op0 = TREE_OPERAND (exp, 0);
[all …]

12345678910>>...41