Home
last modified time | relevance | path

Searched refs:longest_to_int (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/
Dexpprint.c89 nargs = longest_to_int (exp->elts[pc + 2].longconst); in print_subexp_standard()
127 longest_to_int (exp->elts[pc + 1].longconst)); in print_subexp_standard()
132 int regnum = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
143 longest_to_int (exp->elts[pc + 1].longconst) in print_subexp_standard()
155 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
169 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
175 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
184 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
191 nargs = longest_to_int (exp->elts[pc + 1].longconst); in print_subexp_standard()
202 nargs = longest_to_int (exp->elts[pc + 2].longconst); in print_subexp_standard()
[all …]
Dparse.c847 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
873 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
878 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
916 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
921 oplen = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
928 args = longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
929 args -= longest_to_int (expr->elts[endpos - 3].longconst); in operator_length_standard()
942 args = 1 + longest_to_int (expr->elts[endpos - 2].longconst); in operator_length_standard()
Deval.c187 int tem = longest_to_int (exp->elts[pc + 1].longconst); in get_label()
409 tem = longest_to_int (exp->elts[pc + 2].longconst); in evaluate_subexp_standard()
448 access_value_history (longest_to_int (exp->elts[pc + 1].longconst)); in evaluate_subexp_standard()
452 int regno = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
471 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
478 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
487 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
497 tem2 = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
498 tem3 = longest_to_int (exp->elts[pc + 2].longconst); in evaluate_subexp_standard()
685 int len = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
[all …]
Dscm-lang.c215 len = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_scm()
223 len = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_scm()
Dvalarith.c263 unsigned int elt_offs = elt_size * longest_to_int (index - lowerbound); in value_subscripted_rvalue()
657 count = longest_to_int (value_as_long (inval1)); in value_concat()
1235 return longest_to_int (value_as_long (value_binop (arg1, arg2, in value_equal()
1292 return longest_to_int (value_as_long (value_binop (arg1, arg2, in value_less()
Dada-lang.c1976 nargs = longest_to_int (exp->elts[pc + 1].longconst) + 1; in ada_resolve_subexp()
2110 nargs = longest_to_int (exp->elts[pc + 2].longconst) + 1; in ada_resolve_subexp()
2111 nargs -= longest_to_int (exp->elts[pc + 1].longconst); in ada_resolve_subexp()
6978 tem2 = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
6979 tem3 = longest_to_int (exp->elts[pc + 2].longconst); in ada_evaluate_subexp()
7000 nargs = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
7517 tem = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
7545 tem = longest_to_int (exp->elts[pc + 1].longconst); in ada_evaluate_subexp()
Ddefs.h853 extern int longest_to_int (LONGEST);
Dvalprint.c458 longest_to_int (LONGEST arg) in longest_to_int() function
Djv-lang.c921 i = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_java()
Dbreakpoint.c7430 longest_to_int (value_as_long (parse_and_eval (p))), in ignore_command()