Home
last modified time | relevance | path

Searched refs:tree_single_nonzero_warnv_p (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvalue-query.cc224 if (tree_single_nonzero_warnv_p (expr, &ov)) in get_tree_range()
H A Dfold-const.h162 extern bool tree_single_nonzero_warnv_p (tree, bool *);
H A Dgimple-range-fold.cc756 if (tree_single_nonzero_warnv_p (expr, &strict_overflow_p)) in range_of_address()
H A Dtree-ssa-phiopt.cc1261 && tree_single_nonzero_warnv_p (rval, NULL)); in absorbing_element_p()
H A Dvr-values.cc358 return tree_single_nonzero_warnv_p (gimple_assign_rhs1 (stmt), in gimple_assign_nonzero_p()
H A Dfold-const.cc10712 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p()
10739 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p()
15319 tree_single_nonzero_warnv_p (tree t, bool *strict_overflow_p) in tree_single_nonzero_warnv_p() function
H A Dipa-prop.cc2296 else if (tree_single_nonzero_warnv_p (arg, &strict_overflow)) in ipa_compute_jump_functions_for_edge()
H A Dmatch.pd5482 (if (tree_single_nonzero_warnv_p (@0, NULL))
H A DChangeLog.tuples4231 (tree_single_nonzero_warnv_p): New.
H A DChangeLog-200823807 (tree_single_nonzero_warnv_p): Make it public.
23817 (tree_single_nonzero_warnv_p): Declare.
25617 (tree_single_nonzero_warnv_p): New.
H A DChangeLog-200928282 * fold-const.c (tree_single_nonzero_warnv_p): Pass non-static
28318 * fold-const.c (tree_single_nonzero_warnv_p): Always treat decls
H A DChangeLog-201626901 * fold-const.c (tree_single_nonzero_warnv_p): For TARGET_EXPR, use
29287 (tree_single_nonzero_warnv_p): Call maybe_nonzero_address.
H A DChangeLog-201733386 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
40645 (tree_single_nonzero_warnv_p): Don't handle function local objects
H A DChangeLog-201417751 * fold-const.c (tree_single_nonzero_warnv_p): Use get_create.
31877 (tree_single_nonzero_warnv_p): Use symtab to determine
H A DChangeLog-201031943 * fold-const.c (tree_single_nonzero_warnv_p): Properly
H A DChangeLog-20138355 (tree_single_nonzero_warnv_p): Moved to fold-const.h.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h150 extern bool tree_single_nonzero_warnv_p (tree, bool *);
H A Dtree-ssa-phiopt.c1047 && tree_single_nonzero_warnv_p (rval, NULL)); in absorbing_element_p()
H A Dvr-values.c306 return tree_single_nonzero_warnv_p (gimple_assign_rhs1 (stmt), in gimple_assign_nonzero_p()
H A Dfold-const.c10083 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p()
10110 return tree_single_nonzero_warnv_p (t, strict_overflow_p); in tree_expr_nonzero_warnv_p()
14364 tree_single_nonzero_warnv_p (tree t, bool *strict_overflow_p) in tree_single_nonzero_warnv_p() function
H A Dipa-prop.c2162 else if (tree_single_nonzero_warnv_p (arg, &strict_overflow)) in ipa_compute_jump_functions_for_edge()
H A Dmatch.pd4339 (if (tree_single_nonzero_warnv_p (@0, NULL))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c446 if (!tree_single_nonzero_warnv_p (op, &strict_overflow_p) in ubsan_maybe_instrument_reference_or_call()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.cc473 if (!tree_single_nonzero_warnv_p (op, &strict_overflow_p) in ubsan_maybe_instrument_reference_or_call()