Searched refs:BYTES_TO_EXP_ELEM (Results 1 – 9 of 9) sorted by relevance
90 (*pos) += 4 + BYTES_TO_EXP_ELEM (nargs + 1); in print_subexp_standard()170 (*pos) += 3 + BYTES_TO_EXP_ELEM (nargs + 1); in print_subexp_standard()176 (*pos) += 3 + BYTES_TO_EXP_ELEM (nargs + 1); in print_subexp_standard()186 += 3 + BYTES_TO_EXP_ELEM ((nargs + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT); in print_subexp_standard()192 (*pos) += 3 + BYTES_TO_EXP_ELEM (nargs + 1); in print_subexp_standard()293 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in print_subexp_standard()334 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in print_subexp_standard()343 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in print_subexp_standard()1007 elt = dump_subexp (exp, stream, elt + 3 + BYTES_TO_EXP_ELEM (len + 1)); in dump_subexp_body_standard()1025 elt += 4 + BYTES_TO_EXP_ELEM (len + 1); in dump_subexp_body_standard()
214 (*pos) += 3 + BYTES_TO_EXP_ELEM (len + 1); in evaluate_subexp_scm()222 (*pos) += 3 + BYTES_TO_EXP_ELEM (len + 1); in evaluate_subexp_scm()
289 lenelt = 2 + BYTES_TO_EXP_ELEM (len + 1); in write_exp_string()338 lenelt = 2 + BYTES_TO_EXP_ELEM (len); in write_exp_bitstring()851 oplen = 5 + BYTES_TO_EXP_ELEM (oplen + 1); in operator_length_standard()920 oplen = 4 + BYTES_TO_EXP_ELEM (oplen + 1); in operator_length_standard()926 oplen = 4 + BYTES_TO_EXP_ELEM (oplen); in operator_length_standard()
185 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in get_label()407 (*pos) += 4 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()469 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()476 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()486 += 3 + BYTES_TO_EXP_ELEM ((tem + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT); in evaluate_subexp_standard()684 (*pos) += 3 + BYTES_TO_EXP_ELEM (len + 1); in evaluate_subexp_standard()1049 *pos += 3 + BYTES_TO_EXP_ELEM (tem2 + 1); in evaluate_subexp_standard()1304 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()1322 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()1928 (*pos) += 3 + BYTES_TO_EXP_ELEM (temm + 1); in evaluate_subexp_standard()
374 #define BYTES_TO_EXP_ELEM(bytes) \ macro
924 (*pos) += 3 + BYTES_TO_EXP_ELEM (i + 1); in evaluate_subexp_java()
1696 (*pc) += 4 + BYTES_TO_EXP_ELEM (length + 1); in gen_expr()
2559 *pos += 4 + BYTES_TO_EXP_ELEM (exp->elts[pc + 1].longconst + 1); in resolve_subexp()2565 + BYTES_TO_EXP_ELEM (longest_to_int (exp->elts[pc + 1].longconst) in resolve_subexp()7804 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in ada_evaluate_subexp()
7411 * eval.c (evaluate_subexp): Use new BYTES_TO_EXP_ELEM macro.7413 * expprint.c (print_subexp): Use new BYTES_TO_EXP_ELEM macro.7418 * expression.h (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): New7430 Use new BYTES_TO_EXP_ELEM macro.