Lines Matching refs:tem

184       int tem = longest_to_int (exp->elts[pc + 1].longconst);  in get_label()  local
185 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in get_label()
385 int tem, tem2, tem3; in evaluate_subexp_standard() local
406 tem = longest_to_int (exp->elts[pc + 2].longconst); in evaluate_subexp_standard()
407 (*pos) += 4 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
468 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
469 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
472 return value_string (&exp->elts[pc + 2].string, tem); in evaluate_subexp_standard()
475 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
476 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
481 return (struct value *) value_nsstring (&exp->elts[pc + 2].string, tem + 1); in evaluate_subexp_standard()
484 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
486 += 3 + BYTES_TO_EXP_ELEM ((tem + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT); in evaluate_subexp_standard()
489 return value_bitstring (&exp->elts[pc + 2].string, tem); in evaluate_subexp_standard()
522 for (tem = nargs; --nargs >= 0;) in evaluate_subexp_standard()
574 for (tem = 0; tem < nargs; tem++) in evaluate_subexp_standard()
633 for (tem = 0; tem < nargs; tem++) in evaluate_subexp_standard()
636 argvec[tem] = evaluate_subexp_with_coercion (exp, pos, noside); in evaluate_subexp_standard()
941 for (tem = 0; tem < nargs; tem++) in evaluate_subexp_standard()
942 argvec[tem + 3] = evaluate_subexp_with_coercion (exp, pos, noside); in evaluate_subexp_standard()
943 argvec[tem + 3] = 0; in evaluate_subexp_standard()
1038 tem = 2; in evaluate_subexp_standard()
1076 tem = 2; in evaluate_subexp_standard()
1083 tem = 1; in evaluate_subexp_standard()
1089 for (; tem <= nargs && tem <= TYPE_NFIELDS (type); tem++) in evaluate_subexp_standard()
1093 argvec[tem] = evaluate_subexp (TYPE_FIELD_TYPE (type, tem - 1), in evaluate_subexp_standard()
1100 for (; tem <= nargs; tem++) in evaluate_subexp_standard()
1103 argvec[tem] = evaluate_subexp_with_coercion (exp, pos, noside); in evaluate_subexp_standard()
1107 argvec[tem] = 0; in evaluate_subexp_standard()
1263 tem = 1; in evaluate_subexp_standard()
1264 for (; tem <= nargs; tem++) in evaluate_subexp_standard()
1265 argvec[tem] = evaluate_subexp_with_coercion (exp, pos, noside); in evaluate_subexp_standard()
1266 argvec[tem] = 0; /* signal end of arglist */ in evaluate_subexp_standard()
1303 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
1304 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
1321 tem = longest_to_int (exp->elts[pc + 1].longconst); in evaluate_subexp_standard()
1322 (*pos) += 3 + BYTES_TO_EXP_ELEM (tem + 1); in evaluate_subexp_standard()
1714 tem = value_logical_not (arg1); in evaluate_subexp_standard()
1716 (tem ? EVAL_SKIP : noside)); in evaluate_subexp_standard()
1718 (LONGEST) (!tem && !value_logical_not (arg2))); in evaluate_subexp_standard()
1740 tem = value_logical_not (arg1); in evaluate_subexp_standard()
1742 (!tem ? EVAL_SKIP : noside)); in evaluate_subexp_standard()
1744 (LONGEST) (!tem || !value_logical_not (arg2))); in evaluate_subexp_standard()
1758 tem = value_equal (arg1, arg2); in evaluate_subexp_standard()
1759 return value_from_longest (LA_BOOL_TYPE, (LONGEST) tem); in evaluate_subexp_standard()
1773 tem = value_equal (arg1, arg2); in evaluate_subexp_standard()
1774 return value_from_longest (LA_BOOL_TYPE, (LONGEST) ! tem); in evaluate_subexp_standard()
1788 tem = value_less (arg1, arg2); in evaluate_subexp_standard()
1789 return value_from_longest (LA_BOOL_TYPE, (LONGEST) tem); in evaluate_subexp_standard()
1803 tem = value_less (arg2, arg1); in evaluate_subexp_standard()
1804 return value_from_longest (LA_BOOL_TYPE, (LONGEST) tem); in evaluate_subexp_standard()
1818 tem = value_less (arg2, arg1) || value_equal (arg1, arg2); in evaluate_subexp_standard()
1819 return value_from_longest (LA_BOOL_TYPE, (LONGEST) tem); in evaluate_subexp_standard()
1833 tem = value_less (arg1, arg2) || value_equal (arg1, arg2); in evaluate_subexp_standard()
1834 return value_from_longest (LA_BOOL_TYPE, (LONGEST) tem); in evaluate_subexp_standard()