Home
last modified time | relevance | path

Searched refs:newexp (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dgenattrtab.c719 rtx orexp, newexp; in check_attr_test() local
794 newexp = attr_eq (XSTR (exp, 0), p); in check_attr_test()
795 orexp = insert_right_side (IOR, orexp, newexp, -2, -2); in check_attr_test()
1074 rtx newexp; in convert_set_attr() local
1086 newexp = rtx_alloc (SET_ATTR_ALTERNATIVE); in convert_set_attr()
1087 XSTR (newexp, 0) = XSTR (exp, 0); in convert_set_attr()
1088 XVEC (newexp, 1) = rtvec_alloc (n); in convert_set_attr()
1094 XVECEXP (newexp, 1, n++) = attr_rtx (CONST_STRING, p); in convert_set_attr()
1096 return convert_set_attr_alternative (newexp, id); in convert_set_attr()
1170 rtx newexp; in make_canonical() local
[all …]
/freebsd-9-stable/contrib/gdb/gdb/
Dada-lang.c2779 struct expression *newexp = (struct expression *) in replace_operator_with_call() local
2784 newexp->nelts = exp->nelts + 7 - oplen; in replace_operator_with_call()
2785 newexp->language_defn = exp->language_defn; in replace_operator_with_call()
2786 memcpy (newexp->elts, exp->elts, EXP_ELEM_TO_BYTES (pc)); in replace_operator_with_call()
2787 memcpy (newexp->elts + pc + 7, exp->elts + pc + oplen, in replace_operator_with_call()
2790 newexp->elts[pc].opcode = newexp->elts[pc + 2].opcode = OP_FUNCALL; in replace_operator_with_call()
2791 newexp->elts[pc + 1].longconst = (LONGEST) nargs; in replace_operator_with_call()
2793 newexp->elts[pc + 3].opcode = newexp->elts[pc + 6].opcode = OP_VAR_VALUE; in replace_operator_with_call()
2794 newexp->elts[pc + 4].block = block; in replace_operator_with_call()
2795 newexp->elts[pc + 5].symbol = sym; in replace_operator_with_call()
[all …]
/freebsd-9-stable/sys/netinet/libalias/
Dalias_sctp.c147 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
2424 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() argument
2426 if (newexp < assoc->exp) { in sctp_ResetTimeOut()
2428 assoc->exp = newexp; in sctp_ResetTimeOut()
2431 assoc->exp = newexp; in sctp_ResetTimeOut()