Home
last modified time | relevance | path

Searched refs:ovf (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dtree-ssa-loop-manip.c88 bool ovf; in create_iv() local
90 if (!tree_expr_nonnegative_warnv_p (step, &ovf) in create_iv()
Dc-typeck.c3298 bool ovf; in build_conditional_expr() local
3309 && tree_expr_nonnegative_warnv_p (op1, &ovf)) in build_conditional_expr()
3311 && tree_expr_nonnegative_warnv_p (op2, &ovf))) in build_conditional_expr()
8351 bool ovf; in build_binary_op() local
8363 if (tree_expr_nonnegative_warnv_p (sop, &ovf)) in build_binary_op()
/freebsd-9-stable/contrib/gcc/config/s390/
Ds390.c7916 tree gpr, fpr, ovf, sav, t; in s390_va_start() local
7926 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in s390_va_start()
7954 t = make_tree (TREE_TYPE (ovf), virtual_incoming_args_rtx); in s390_va_start()
7962 t = build2 (PLUS_EXPR, TREE_TYPE (ovf), t, build_int_cst (NULL_TREE, off)); in s390_va_start()
7964 t = build2 (MODIFY_EXPR, TREE_TYPE (ovf), ovf, t); in s390_va_start()
8012 tree gpr, fpr, ovf, sav, reg, t, u; in s390_gimplify_va_arg() local
8024 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in s390_gimplify_va_arg()
8122 t = ovf; in s390_gimplify_va_arg()
8134 t = build2 (MODIFY_EXPR, ptr_type_node, ovf, t); in s390_gimplify_va_arg()
/freebsd-9-stable/contrib/gcc/config/i386/
Di386.c4537 tree gpr, fpr, ovf, sav, t; in ix86_va_start() local
4555 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in ix86_va_start()
4586 type = TREE_TYPE (ovf); in ix86_va_start()
4591 t = build2 (MODIFY_EXPR, type, ovf, t); in ix86_va_start()
4614 tree gpr, fpr, ovf, sav, t; in ix86_gimplify_va_arg() local
4635 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in ix86_gimplify_va_arg()
4822 t = ovf; in ix86_gimplify_va_arg()
4826 t = build2 (PLUS_EXPR, TREE_TYPE (ovf), ovf, in ix86_gimplify_va_arg()
4827 build_int_cst (TREE_TYPE (ovf), align - 1)); in ix86_gimplify_va_arg()
4838 t = build2 (MODIFY_EXPR, TREE_TYPE (ovf), ovf, t); in ix86_gimplify_va_arg()
/freebsd-9-stable/contrib/gcc/config/rs6000/
Drs6000.c5841 tree gpr, fpr, ovf, sav, t; in rs6000_va_start() local
5859 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in rs6000_va_start()
5891 t = make_tree (TREE_TYPE (ovf), virtual_incoming_args_rtx); in rs6000_va_start()
5893 t = build2 (PLUS_EXPR, TREE_TYPE (ovf), t, in rs6000_va_start()
5895 t = build2 (MODIFY_EXPR, TREE_TYPE (ovf), ovf, t); in rs6000_va_start()
5923 tree gpr, fpr, ovf, sav, reg, t, u; in rs6000_gimplify_va_arg() local
5974 ovf = build3 (COMPONENT_REF, TREE_TYPE (f_ovf), valist, f_ovf, NULL_TREE); in rs6000_gimplify_va_arg()
6066 t = ovf; in rs6000_gimplify_va_arg()
6079 t = build2 (MODIFY_EXPR, TREE_TYPE (ovf), ovf, t); in rs6000_gimplify_va_arg()