Home
last modified time | relevance | path

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

12345678910>>...22

/dragonfly/contrib/gdb-7/gdb/
H A Dexpprint.c54 exp->language_defn->la_exp_desc->print_subexp (exp, pos, stream, prec); in print_subexp()
78 opcode = exp->elts[pc].opcode; in print_subexp_standard()
105 exp->elts[pc + 2].longconst), in print_subexp_standard()
127 b = exp->elts[pc + 1].block; in print_subexp_standard()
274 && exp->elts[pc + 5].type in print_subexp_standard()
290 || exp->elts[pc + 1].type in print_subexp_standard()
700 exp->language_defn->la_name, exp->nelts, in dump_raw_expression()
707 opcode_name = op_name (exp, exp->elts[elt].opcode); in dump_raw_expression()
742 fprintf_filtered (stream, "%-20s ", op_name (exp, exp->elts[elt].opcode)); in dump_subexp()
758 return exp->language_defn->la_exp_desc->dump_subexp_body (exp, stream, elt); in dump_subexp_body()
[all …]
H A Dm2-exp.y413 exp : exp '@' exp
417 exp : exp '*' exp
421 exp : exp '/' exp
429 exp : exp MOD exp
433 exp : exp '+' exp
437 exp : exp '-' exp
441 exp : exp '=' exp
451 exp : exp LEQ exp
455 exp : exp GEQ exp
459 exp : exp '<' exp
[all …]
H A Deval.c2025 unop_promote (exp->language_defn, exp->gdbarch, &tmp); in evaluate_subexp_standard()
2120 unop_promote (exp->language_defn, exp->gdbarch, &arg1); in evaluate_subexp_standard()
2307 type = language_bool_type (exp->language_defn, exp->gdbarch); in evaluate_subexp_standard()
2334 type = language_bool_type (exp->language_defn, exp->gdbarch); in evaluate_subexp_standard()
2352 type = language_bool_type (exp->language_defn, exp->gdbarch); in evaluate_subexp_standard()
2369 type = language_bool_type (exp->language_defn, exp->gdbarch); in evaluate_subexp_standard()
2386 type = language_bool_type (exp->language_defn, exp->gdbarch); in evaluate_subexp_standard()
2403 type = language_bool_type (exp->language_defn, exp->gdbarch); in evaluate_subexp_standard()
2469 unop_promote (exp->language_defn, exp->gdbarch, &arg1); in evaluate_subexp_standard()
2481 unop_promote (exp->language_defn, exp->gdbarch, &arg1); in evaluate_subexp_standard()
[all …]
H A Df-exp.y354 exp : exp '@' exp
362 exp : exp '*' exp
366 exp : exp '/' exp
370 exp : exp '+' exp
374 exp : exp '-' exp
378 exp : exp LSH exp
382 exp : exp RSH exp
394 exp : exp LEQ exp
398 exp : exp GEQ exp
410 exp : exp '&' exp
[all …]
H A Dgo-exp.y362 exp : exp '@' exp
366 exp : exp '*' exp
370 exp : exp '/' exp
374 exp : exp '%' exp
378 exp : exp '+' exp
382 exp : exp '-' exp
386 exp : exp LSH exp
390 exp : exp RSH exp
402 exp : exp LEQ exp
406 exp : exp GEQ exp
[all …]
H A Dc-exp.y588 exp : exp '@' exp
592 exp : exp '*' exp
596 exp : exp '/' exp
600 exp : exp '%' exp
604 exp : exp '+' exp
608 exp : exp '-' exp
612 exp : exp LSH exp
616 exp : exp RSH exp
628 exp : exp LEQ exp
632 exp : exp GEQ exp
[all …]
H A Dp-exp.y415 exp : exp '*' exp
439 exp : exp DIV exp
443 exp : exp MOD exp
447 exp : exp '+' exp
451 exp : exp '-' exp
455 exp : exp LSH exp
459 exp : exp RSH exp
463 exp : exp '=' exp
475 exp : exp LEQ exp
481 exp : exp GEQ exp
[all …]
H A Dax-gdb.c2616 if (*exp == '/') in agent_eval_command_one()
2617 exp = decode_agent_options (exp); in agent_eval_command_one()
2620 arg = exp; in agent_eval_command_one()
2657 if (exp == 0) in agent_command_1()
2667 exp = skip_spaces (exp); in agent_command_1()
2673 exp = skip_spaces (exp); in agent_command_1()
2674 if (exp[0] == ',') in agent_command_1()
2676 exp++; in agent_command_1()
2677 exp = skip_spaces (exp); in agent_command_1()
2733 if (exp == 0) in maint_agent_printf_command()
[all …]
/dragonfly/contrib/bmake/
H A DFILES77 unit-tests/archive.exp
91 unit-tests/cmdline.exp
93 unit-tests/comment.exp
147 unit-tests/cond-op.exp
187 unit-tests/dep.exp
227 unit-tests/depsrc.exp
293 unit-tests/dir.exp
383 unit-tests/error.exp
425 unit-tests/lint.exp
551 unit-tests/opt.exp
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgenpreds.c41 if (exp == 0) in validate_exp()
261 NO_MODE_TEST (exp) = (NO_MODE_TEST (XEXP (exp, 0)) in mark_mode_tests()
269 NO_MODE_TEST (exp) = (NO_MODE_TEST (XEXP (exp, 0)) in mark_mode_tests()
280 NO_MODE_TEST (exp) = ((NO_MODE_TEST (XEXP (exp, 0)) in mark_mode_tests()
337 pos = &p->exp; in add_mode_tests()
500 write_match_code (XSTR (exp, 1), XSTR (exp, 0)); in write_predicate_expr()
567 exp = XEXP (exp, 1); in write_predicate_stmts()
579 exp = XEXP (exp, 1); in write_predicate_stmts()
609 if (!p->exp) in write_one_predicate_function()
732 if (exp && validate_exp (exp, name, lineno)) in add_constraint()
[all …]
H A Dgenattrtab.c770 exp = attr_eq (XSTR (exp, 0), XSTR (exp, 1)); in check_attr_test()
794 XSTR (exp, 1), XSTR (exp, 0)); in check_attr_test()
846 exp = attr_rtx (MATCH_TEST, XSTR (exp, 0)); in check_attr_test()
863 exp = attr_rtx (GET_CODE (exp), in check_attr_test()
875 exp = attr_rtx (SYMBOL_REF, XSTR (exp, 0)); in check_attr_test()
1181 exp = make_numeric_value (INTVAL (exp)); in make_canonical()
1192 XSTR (exp, 0) = DEF_ATTR_STRING (XSTR (exp, 0)); in make_canonical()
1203 exp = check_attr_value (exp, attr); in make_canonical()
3016 XEXP (exp, 2) = XEXP (XEXP (exp, 2), 0); in gen_attr()
3573 XSTR (exp, 1), XINT (exp, 0), GET_MODE_NAME (GET_MODE (exp))); in write_test_expr()
[all …]
H A Dsreal.c86 r->exp = a->exp; in copy()
274 r->exp = exp - 16; in sreal_init()
277 r->exp = exp; in sreal_init()
312 if (a->exp > b->exp) in sreal_compare()
314 if (a->exp < b->exp) in sreal_compare()
351 dexp = a->exp - b->exp; in sreal_add()
352 r->exp = a->exp; in sreal_add()
400 r->exp = a->exp; in sreal_sub()
461 r->exp = a->exp + b->exp + SREAL_PART_BITS; in sreal_mul()
487 r->exp = a->exp + b->exp; in sreal_mul()
[all …]
/dragonfly/contrib/nvi2/ex/
H A Dex_argv.c47 exp = EXP(sp); in argv_init()
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()
218 for (exp = EXP(sp); cmdlen > 0; ++exp->argsoff) { in argv_exp3()
297 exp->args[exp->argsoff]->len = len; in argv_flt_ex()
338 exp->args[exp->argsoff]->bp[0] = '~'; in argv_flt_user()
340 exp->args[exp->argsoff]->len = ulen; in argv_flt_user()
632 n = exp->args[exp->argsoff]->bp; in argv_flt_path()
638 exp->args[exp->argsoff]->len = dlen + 1; in argv_flt_path()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenattrtab.c718 exp = attr_eq (XSTR (exp, 0), XSTR (exp, 1)); in check_attr_test()
794 exp = attr_rtx (MATCH_TEST, XSTR (exp, 0)); in check_attr_test()
812 exp = attr_rtx (GET_CODE (exp), in check_attr_test()
824 exp = attr_rtx (SYMBOL_REF, XSTR (exp, 0)); in check_attr_test()
1124 exp = make_numeric_value (INTVAL (exp)); in make_canonical()
1135 XSTR (exp, 0) = DEF_ATTR_STRING (XSTR (exp, 0)); in make_canonical()
1146 exp = check_attr_value (loc, exp, attr); in make_canonical()
1194 if (GET_CODE (exp) == AND || GET_CODE (exp) == IOR) in copy_boolean()
3686 XSTR (exp, 1), XINT (exp, 0), GET_MODE_NAME (GET_MODE (exp)));
3709 XINT (exp, 0), XINT (exp, 0), XINT (exp, 0));
[all …]
H A Dgenpreds.c42 if (exp == 0) in validate_exp()
258 NO_MODE_TEST (exp) = (NO_MODE_TEST (XEXP (exp, 0)) in mark_mode_tests()
266 NO_MODE_TEST (exp) = (NO_MODE_TEST (XEXP (exp, 0)) in mark_mode_tests()
277 NO_MODE_TEST (exp) = ((NO_MODE_TEST (XEXP (exp, 0)) in mark_mode_tests()
537 write_match_code (XSTR (exp, 1), XSTR (exp, 0)); in write_predicate_expr()
604 exp = XEXP (exp, 1); in write_predicate_stmts()
616 exp = XEXP (exp, 1); in write_predicate_stmts()
646 if (!p->exp) in write_one_predicate_function()
787 if (exp && validate_exp (exp, name, loc)) in add_constraint()
917 c->exp = exp; in add_constraint()
[all …]
H A Dtree-dfa.c550 && (TMR_INDEX (exp) || TMR_INDEX2 (exp))) in get_ref_base_and_extent()
552 exp = TREE_OPERAND (TMR_BASE (exp), 0); in get_ref_base_and_extent()
582 exp = TREE_OPERAND (TREE_OPERAND (exp, 0), 0); in get_ref_base_and_extent()
592 exp = TREE_OPERAND (TREE_OPERAND (exp, 0), 0); in get_ref_base_and_extent()
602 exp = TREE_OPERAND (exp, 0); in get_ref_base_and_extent()
612 return exp; in get_ref_base_and_extent()
623 return exp; in get_ref_base_and_extent()
679 return exp; in get_ref_base_and_extent()
826 if (TMR_INDEX (exp) || TMR_INDEX2 (exp)) in get_addr_base_and_unit_offset_1()
842 exp = TREE_OPERAND (exp, 0); in get_addr_base_and_unit_offset_1()
[all …]
H A Dbuiltins.c280 exp = DECL_INITIAL (exp); in get_object_alignment_2()
756 || (VAR_P (exp) && !TREE_STATIC (exp))))) in builtin_save_expr()
1315 exp = TREE_OPERAND (exp, 0); in get_memory_rtx()
1324 exp = TREE_OPERAND (exp, 0); in get_memory_rtx()
1343 exp = build_fold_addr_expr (exp); in get_memory_rtx()
3968 exp, get_callee_fndecl (exp), maxread); in check_strncat_sizes()
4034 exp, get_callee_fndecl (exp), maxread); in expand_builtin_strncat()
7454 exp = build_call_vec (TREE_TYPE (exp), CALL_EXPR_FN (exp), vec); in expand_builtin()
9520 exp = get_base_address (TREE_OPERAND (exp, 0)); in readonly_data_expr()
9521 if (!exp) in readonly_data_expr()
[all …]
/dragonfly/contrib/binutils-2.27/ld/
H A Dldgram.y932 | exp '*' exp
934 | exp '/' exp
936 | exp '%' exp
938 | exp '+' exp
940 | exp '-' exp
946 | exp EQ exp
948 | exp NE exp
950 | exp LE exp
954 | exp '<' exp
956 | exp '>' exp
[all …]
/dragonfly/contrib/binutils-2.34/ld/
H A Dldgram.y929 | exp '*' exp
931 | exp '/' exp
933 | exp '%' exp
935 | exp '+' exp
937 | exp '-' exp
943 | exp EQ exp
945 | exp NE exp
947 | exp LE exp
949 | exp GE exp
951 | exp '<' exp
[all …]
/dragonfly/contrib/mpfr/src/
H A Dscale2.c31 mpfr_scale2 (double d, int exp) in mpfr_scale2() argument
40 exp ++; in mpfr_scale2()
46 MPFR_ASSERTD (-1073 <= exp && exp <= 1025); in mpfr_scale2()
51 x.s.exp += exp + 52; in mpfr_scale2()
56 x.s.exp += exp; in mpfr_scale2()
68 exp--; in mpfr_scale2()
72 if (exp < 0) in mpfr_scale2()
75 exp = -exp; in mpfr_scale2()
81 while (exp != 0) in mpfr_scale2()
83 if ((exp & 1) != 0) in mpfr_scale2()
[all …]
H A Duceil_exp2.c31 long exp; in __gmpfr_ceil_exp2() local
39 exp = (long) d; in __gmpfr_ceil_exp2()
40 if (d != (double) exp) in __gmpfr_ceil_exp2()
41 exp++; in __gmpfr_ceil_exp2()
45 x.s.exp = exp <= -1022 ? 1 : 1023 + exp; in __gmpfr_ceil_exp2()
47 if (exp >= 0) in __gmpfr_ceil_exp2()
49 while (exp != 0) in __gmpfr_ceil_exp2()
52 exp--; in __gmpfr_ceil_exp2()
57 while (exp != 0) in __gmpfr_ceil_exp2()
60 exp++; in __gmpfr_ceil_exp2()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dexcept.c111 tree exp; in eh_type_info() local
121 return exp; in eh_type_info()
132 if (!exp) in build_eh_type_type()
429 exp = cp_build_addr_expr (exp, tf_warning_or_error); in initialize_handler_parm()
485 tree exp; in expand_start_catch_block() local
507 exp = fold_build_pointer_plus (exp, in expand_start_catch_block()
716 exp = build_min (THROW_EXPR, void_type_node, exp); in build_throw()
733 if (exp && decl_is_java_type (TREE_TYPE (exp), 1)) in build_throw()
867 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), allocate_expr, exp); in build_throw()
915 exp = build1 (THROW_EXPR, void_type_node, exp); in build_throw()
[all …]
/dragonfly/contrib/gmp/mpn/generic/
H A Dget_d.c153 exp = LONG_MAX; in mpn_get_d()
270 exp = 1024; in mpn_get_d()
295 exp = -1023; in mpn_get_d()
300 u.s.exp = exp + 1023; in mpn_get_d()
361 exp = 1024; in mpn_get_d()
386 exp = -1023; in mpn_get_d()
402 u.s.exp = exp + 1023; in mpn_get_d()
428 exp = ABS (exp); in mpn_get_d()
432 if (exp & 1) in mpn_get_d()
445 exp >>= 1; in mpn_get_d()
[all …]
/dragonfly/contrib/gmp/
H A Dextract-dbl.c38 long exp; in __gmp_extract_double() local
72 exp = x.s.exp; in __gmp_extract_double()
80 exp = 1; in __gmp_extract_double()
84 exp--; in __gmp_extract_double()
96 exp = 1; in __gmp_extract_double()
101 exp--; in __gmp_extract_double()
114 exp = 0; in __gmp_extract_double()
171 exp--; in __gmp_extract_double()
185 exp--; in __gmp_extract_double()
213 exp--; in __gmp_extract_double()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dexcept.c120 if (!exp) in build_eh_type_type()
123 mark_used (exp); in build_eh_type_type()
311 exp = cp_build_addr_expr (exp, tf_warning_or_error); in initialize_handler_parm()
369 tree exp; in expand_start_catch_block() local
569 return exp; in build_throw()
575 exp = build_min (THROW_EXPR, void_type_node, exp); in build_throw()
580 if (exp && null_node_p (exp)) in build_throw()
592 if (exp) in build_throw()
729 exp = build2 (COMPOUND_EXPR, TREE_TYPE (exp), allocate_expr, exp); in build_throw()
782 exp = build1 (THROW_EXPR, void_type_node, exp); in build_throw()
[all …]

12345678910>>...22