| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | expressionsem.c | 74 Expression *semanticY(DotIdExp *exp, Scope *sc, int flag); 75 Expression *semanticY(DotTemplateInstanceExp *exp, Scope *sc, int flag); 76 StringExp *semanticString(Scope *sc, Expression *exp, const char *s); 284 void visit(IdentifierExp *exp) in visit() argument 286 if (exp->type) // This is used as the dummy expression in visit() 288 result = exp; in visit() 293 Dsymbol *s = sc->search(exp->loc, exp->ident, &scopesym); in visit() 324 …exp->error("with symbol %s is shadowing local symbol %s", s->toPrettyChars(), s2->toPrettyChars()); in visit() 333 e = new VarExp(exp->loc, withsym->withstate->wthis); in visit() 334 e = new DotIdExp(exp->loc, e, exp->ident); in visit() [all …]
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| H A D | ChangeLog-1999-2003 | 3 * 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 …]
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| H A D | ChangeLog-1999-2003 | 3 * 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 …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | expressionsem.d | 150 StringExp semanticString(Scope *sc, Expression exp, const char* s) in semanticString() argument 153 exp = exp.expressionSemantic(sc); in semanticString() 154 exp = resolveProperties(sc, exp); in semanticString() 157 if (exp.op == EXP.error) in semanticString() 160 auto e = exp; in semanticString() 161 if (exp.type.isString()) in semanticString() 171 exp.error("`string` expected for %s, not `(%s)` of type `%s`", in semanticString() 172 s, exp.toChars(), exp.type.toChars()); in semanticString() 1554 private Expression rewriteOpAssign(BinExp exp) in rewriteOpAssign() argument 1556 ArrayLengthExp ale = exp.e1.isArrayLengthExp(); in rewriteOpAssign() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/src/ |
| H A D | get_d128.c | 116 long int exp = 0; in string_to_Decimal128() local 139 exp = strtol (s + 1, endptr, 10); in string_to_Decimal128() 141 MPFR_ASSERTN(-6176 <= exp && exp <= (long) (6145 - n)); in string_to_Decimal128() 145 exp --; in string_to_Decimal128() 154 exp += 6176; in string_to_Decimal128() 156 MPFR_ASSERTN(exp >= -33); in string_to_Decimal128() 157 if (exp < 0) in string_to_Decimal128() 160 n = -exp; in string_to_Decimal128() 170 exp = 0; in string_to_Decimal128() 174 exp -= 6176; in string_to_Decimal128() [all …]
|
| H A D | get_d64.c | 123 x.s.exp = 1984; /* G[0]..G[4] = 11111: quiet NaN */ in get_decimal64_nan() 143 x.s.exp = 1920; /* G[0]..G[4] = 11110: Inf */ in get_decimal64_inf() 189 long int exp; in string_to_Decimal64() local 210 exp = n; in string_to_Decimal64() 215 exp -= n; /* we will consider an integer mantissa */ in string_to_Decimal64() 219 exp += strtol (s + 1, endptr, 10); in string_to_Decimal64() 221 MPFR_ASSERTN(-398 <= exp && exp <= (long) (385 - n)); in string_to_Decimal64() 225 exp --; in string_to_Decimal64() 231 exp += 398; in string_to_Decimal64() 233 MPFR_ASSERTN(exp >= -15); in string_to_Decimal64() [all …]
|
| H A D | set_d64.c | 122 int exp; /* exponent */ in decimal64_to_string() local 156 (unsigned int) x.s.sig, (unsigned int) x.s.exp, in decimal64_to_string() 159 Gh = x.s.exp >> 6; in decimal64_to_string() 187 exp = (x.s.exp >> 1) & 768; in decimal64_to_string() 192 exp = (x.s.exp & 384) << 1; in decimal64_to_string() 195 exp |= (x.s.exp & 63) << 2; in decimal64_to_string() 196 exp |= x.s.manh >> 18; in decimal64_to_string() 215 exp = x.s.exp >> 1; in decimal64_to_string() 217 rp[1] = ((x.s.exp & 1) << 20) | x.s.manh; in decimal64_to_string() 223 exp = (x.s.exp & 511) << 1; in decimal64_to_string() [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
| H A D | Makefile.am | 6 aead_aes256gcm.exp \ 7 aead_chacha20poly1305.exp \ 8 aead_xchacha20poly1305.exp \ 9 auth.exp \ 10 auth2.exp \ 11 auth3.exp \ 12 auth5.exp \ 13 auth6.exp \ 14 auth7.exp \ 15 box.exp \ [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | plural.y | 54 struct expression *exp; member 148 %type <exp> exp 152 start: exp 160 exp: exp '?' exp ':' exp 164 | exp '|' exp 168 | exp '&' exp 172 | exp EQUOP2 exp 176 | exp CMPOP2 exp 180 | exp ADDOP2 exp 184 | exp MULOP2 exp [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/intl/ |
| H A D | plural.y | 54 struct expression *exp; member 148 %type <exp> exp 152 start: exp 160 exp: exp '?' exp ':' exp 164 | exp '|' exp 168 | exp '&' exp 172 | exp EQUOP2 exp 176 | exp CMPOP2 exp 180 | exp ADDOP2 exp 184 | exp MULOP2 exp [all …]
|
| /netbsd-src/external/gpl2/grep/dist/intl/ |
| H A D | plural.y | 54 struct expression *exp; member 172 %type <exp> exp 176 start: exp 184 exp: exp '?' exp ':' exp 188 | exp '|' exp 192 | exp '&' exp 196 | exp EQUOP2 exp 200 | exp CMPOP2 exp 204 | exp ADDOP2 exp 208 | exp MULOP2 exp [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/intl/ |
| H A D | plural.y | 57 struct expression *exp; member 180 %type <exp> exp 184 start: exp 192 exp: exp '?' exp ':' exp 196 | exp '|' exp 200 | exp '&' exp 204 | exp EQUOP2 exp 208 | exp CMPOP2 exp 212 | exp ADDOP2 exp 216 | exp MULOP2 exp [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/intl/ |
| H A D | plural.y | 57 struct expression *exp; member 180 %type <exp> exp 184 start: exp 192 exp: exp '?' exp ':' exp 196 | exp '|' exp 200 | exp '&' exp 204 | exp EQUOP2 exp 208 | exp CMPOP2 exp 212 | exp ADDOP2 exp 216 | exp MULOP2 exp [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/intl/ |
| H A D | plural.y | 57 struct expression *exp; member 180 %type <exp> exp 184 start: exp 192 exp: exp '?' exp ':' exp 196 | exp '|' exp 200 | exp '&' exp 204 | exp EQUOP2 exp 208 | exp CMPOP2 exp 212 | exp ADDOP2 exp 216 | exp MULOP2 exp [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mmix.c | 108 expressionS exp; member 447 mmix_current_location (void (*fn) (expressionS *), expressionS *exp) in mmix_current_location() argument 449 (*fn) (exp); in mmix_current_location() 458 get_operands (int max_operands, char *s, expressionS *exp) in get_operands() argument 487 expression (&exp[numexp]); in get_operands() 489 if (exp[numexp].X_op == O_illegal) in get_operands() 493 else if (exp[numexp].X_op == O_absent) in get_operands() 515 exp[numexp].X_op = O_illegal; in get_operands() 547 expressionS *exp) in get_putget_operands() argument 565 exp[0].X_op = O_illegal; in get_putget_operands() [all …]
|
| H A D | rl78-parse.c | 118 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz); argument 142 static int exp_val (expressionS exp); 493 expressionS exp; member 2176 { B1 (0x0c|(yyvsp[-4].regno)); O1 ((yyvsp[0].exp)); } in yyparse() 2182 {SA((yyvsp[0].exp))} in yyparse() 2188 …{ B1 (0x0a|(yyvsp[-5].regno)); SET_SA ((yyvsp[-4].exp)); O1 ((yyvsp[-4].exp)); O1 ((yyvsp[0].exp))… in yyparse() 2212 {SA((yyvsp[0].exp))} in yyparse() 2218 { B1 (0x0b|(yyvsp[-4].regno)); SET_SA ((yyvsp[-1].exp)); O1 ((yyvsp[-1].exp)); } in yyparse() 2224 { B1 (0x0f|(yyvsp[-5].regno)); O2 ((yyvsp[0].exp)); rl78_linkrelax_addr16 (); } in yyparse() 2236 { B1 (0x0e|(yyvsp[-8].regno)); O1 ((yyvsp[-1].exp)); } in yyparse() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mmix.c | 108 expressionS exp; member 447 mmix_current_location (void (*fn) (expressionS *), expressionS *exp) in mmix_current_location() argument 449 (*fn) (exp); in mmix_current_location() 458 get_operands (int max_operands, char *s, expressionS *exp) in get_operands() argument 487 expression (&exp[numexp]); in get_operands() 489 if (exp[numexp].X_op == O_illegal) in get_operands() 493 else if (exp[numexp].X_op == O_absent) in get_operands() 515 exp[numexp].X_op = O_illegal; in get_operands() 547 expressionS *exp) in get_putget_operands() argument 565 exp[0].X_op = O_illegal; in get_putget_operands() [all …]
|
| H A D | rl78-parse.c | 118 #define FE(exp,pos,sz) rl78_field (exp_val (exp), pos, sz); argument 142 static int exp_val (expressionS exp); 493 expressionS exp; member 2176 { B1 (0x0c|(yyvsp[-4].regno)); O1 ((yyvsp[0].exp)); } in yyparse() 2182 {SA((yyvsp[0].exp))} in yyparse() 2188 …{ B1 (0x0a|(yyvsp[-5].regno)); SET_SA ((yyvsp[-4].exp)); O1 ((yyvsp[-4].exp)); O1 ((yyvsp[0].exp))… in yyparse() 2212 {SA((yyvsp[0].exp))} in yyparse() 2218 { B1 (0x0b|(yyvsp[-4].regno)); SET_SA ((yyvsp[-1].exp)); O1 ((yyvsp[-1].exp)); } in yyparse() 2224 { B1 (0x0f|(yyvsp[-5].regno)); O2 ((yyvsp[0].exp)); rl78_linkrelax_addr16 (); } in yyparse() 2236 { B1 (0x0e|(yyvsp[-8].regno)); O1 ((yyvsp[-1].exp)); } in yyparse() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_reordering.c | 27 isl_reordering *exp; in isl_reordering_alloc() local 29 exp = isl_alloc(ctx, struct isl_reordering, in isl_reordering_alloc() 31 if (!exp) in isl_reordering_alloc() 34 exp->ref = 1; in isl_reordering_alloc() 35 exp->src_len = src_len; in isl_reordering_alloc() 36 exp->dst_len = dst_len; in isl_reordering_alloc() 37 exp->space = NULL; in isl_reordering_alloc() 39 return exp; in isl_reordering_alloc() 59 __isl_give isl_reordering *isl_reordering_copy(__isl_keep isl_reordering *exp) in isl_reordering_copy() argument 61 if (!exp) in isl_reordering_copy() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | genattrtab.cc | 688 check_attr_test (file_location loc, rtx exp, attr_desc *attr) in check_attr_test() argument 694 switch (GET_CODE (exp)) in check_attr_test() 698 if (XSTR (exp, 1)[0] == '!') in check_attr_test() local 701 attr_eq (XSTR (exp, 0), in check_attr_test() 702 &XSTR (exp, 1)[1])), in check_attr_test() 705 else if (n_comma_elts (XSTR (exp, 1)) == 1) in check_attr_test() 707 attr_desc *attr2 = find_attr (&XSTR (exp, 0), 0); in check_attr_test() 710 if (! strcmp (XSTR (exp, 0), "alternative")) in check_attr_test() 712 << atoi (XSTR (exp, 1))); in check_attr_test() 715 " attribute `%s'", XSTR (exp, 0), attr->name); in check_attr_test() [all …]
|
| H A D | genpreds.cc | 40 validate_exp (rtx exp, const char *name, file_location loc) in validate_exp() argument 42 if (exp == 0) in validate_exp() 48 switch (GET_CODE (exp)) in validate_exp() 52 if (validate_exp (XEXP (exp, 2), name, loc)) in validate_exp() 57 if (validate_exp (XEXP (exp, 1), name, loc)) in validate_exp() 61 return validate_exp (XEXP (exp, 0), name, loc); in validate_exp() 67 for (p = XSTR (exp, 1); *p; p++) in validate_exp() 72 "string '%s'", name, XSTR (exp, 1)); in validate_exp() 86 name, GET_RTX_NAME (GET_CODE (exp))); in validate_exp() 149 XEXP (and_exp, 0) = p->exp; in write_predicate_subfunction() [all …]
|
| H A D | tree-dfa.cc | 381 get_ref_base_and_extent (tree exp, poly_int64_pod *poffset, in get_ref_base_and_extent() argument 394 if (TREE_CODE (exp) == COMPONENT_REF) in get_ref_base_and_extent() 395 size_tree = DECL_SIZE (TREE_OPERAND (exp, 1)); in get_ref_base_and_extent() 396 else if (TREE_CODE (exp) == BIT_FIELD_REF) in get_ref_base_and_extent() 397 size_tree = TREE_OPERAND (exp, 1); in get_ref_base_and_extent() 398 else if (TREE_CODE (exp) == WITH_SIZE_EXPR) in get_ref_base_and_extent() 400 size_tree = TREE_OPERAND (exp, 1); in get_ref_base_and_extent() 401 exp = TREE_OPERAND (exp, 0); in get_ref_base_and_extent() 403 else if (!VOID_TYPE_P (TREE_TYPE (exp))) in get_ref_base_and_extent() 405 machine_mode mode = TYPE_MODE (TREE_TYPE (exp)); in get_ref_base_and_extent() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | genattrtab.c | 688 check_attr_test (file_location loc, rtx exp, attr_desc *attr) in check_attr_test() argument 694 switch (GET_CODE (exp)) in check_attr_test() 698 if (XSTR (exp, 1)[0] == '!') in check_attr_test() local 701 attr_eq (XSTR (exp, 0), in check_attr_test() 702 &XSTR (exp, 1)[1])), in check_attr_test() 705 else if (n_comma_elts (XSTR (exp, 1)) == 1) in check_attr_test() 707 attr_desc *attr2 = find_attr (&XSTR (exp, 0), 0); in check_attr_test() 710 if (! strcmp (XSTR (exp, 0), "alternative")) in check_attr_test() 712 << atoi (XSTR (exp, 1))); in check_attr_test() 715 " attribute `%s'", XSTR (exp, 0), attr->name); in check_attr_test() [all …]
|
| H A D | genpreds.c | 40 validate_exp (rtx exp, const char *name, file_location loc) in validate_exp() argument 42 if (exp == 0) in validate_exp() 48 switch (GET_CODE (exp)) in validate_exp() 52 if (validate_exp (XEXP (exp, 2), name, loc)) in validate_exp() 57 if (validate_exp (XEXP (exp, 1), name, loc)) in validate_exp() 61 return validate_exp (XEXP (exp, 0), name, loc); in validate_exp() 67 for (p = XSTR (exp, 1); *p; p++) in validate_exp() 72 "string '%s'", name, XSTR (exp, 1)); in validate_exp() 86 name, GET_RTX_NAME (GET_CODE (exp))); in validate_exp() 149 XEXP (and_exp, 0) = p->exp; in write_predicate_subfunction() [all …]
|
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_argv.c | 53 EX_PRIVATE *exp; in argv_init() local 55 exp = EXP(sp); in argv_init() 56 exp->argsoff = 0; in argv_init() 59 excp->argv = exp->args; in argv_init() 60 excp->argc = exp->argsoff; in argv_init() 73 EX_PRIVATE *exp; in argv_exp0() local 75 exp = EXP(sp); in argv_exp0() 77 MEMCPY(exp->args[exp->argsoff]->bp, cmd, cmdlen); in argv_exp0() 78 exp->args[exp->argsoff]->bp[cmdlen] = '\0'; in argv_exp0() 79 exp->args[exp->argsoff]->len = cmdlen; in argv_exp0() [all …]
|