Home
last modified time | relevance | path

Searched refs:stripped_expr (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c585 tree stripped_expr = tree_strip_any_location_wrapper (expr); in ignore_overflows() local
588 if (TREE_CODE (stripped_expr) == INTEGER_CST in ignore_overflows()
590 && TREE_OVERFLOW (stripped_expr) != TREE_OVERFLOW (stripped_orig)) in ignore_overflows()
594 stripped_expr = wide_int_to_tree (TREE_TYPE (stripped_expr), in ignore_overflows()
595 wi::to_wide (stripped_expr)); in ignore_overflows()
598 return preserve_any_location_wrapper (stripped_expr, expr); in ignore_overflows()
H A Dsemantics.c1880 tree stripped_expr = tree_strip_any_location_wrapper (expr); in finish_parenthesized_expr() local
1881 if (TREE_CODE (stripped_expr) == STRING_CST) in finish_parenthesized_expr()
1882 PAREN_STRING_LITERAL_P (stripped_expr) = 1; in finish_parenthesized_expr()
H A Dparser.c8531 tree stripped_expr in cp_parser_unary_expression() local
8533 if (CONSTANT_CLASS_P (stripped_expr) in cp_parser_unary_expression()
8534 && !integer_zerop (stripped_expr) in cp_parser_unary_expression()
8535 && !TREE_OVERFLOW (stripped_expr)) in cp_parser_unary_expression()
8538 TREE_TYPE (stripped_expr), in cp_parser_unary_expression()
8539 stripped_expr); in cp_parser_unary_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc585 tree stripped_expr = tree_strip_any_location_wrapper (expr); in ignore_overflows() local
588 if (TREE_CODE (stripped_expr) == INTEGER_CST in ignore_overflows()
590 && TREE_OVERFLOW (stripped_expr) != TREE_OVERFLOW (stripped_orig)) in ignore_overflows()
594 stripped_expr = wide_int_to_tree (TREE_TYPE (stripped_expr), in ignore_overflows()
595 wi::to_wide (stripped_expr)); in ignore_overflows()
598 return preserve_any_location_wrapper (stripped_expr, expr); in ignore_overflows()
H A Dsemantics.cc2132 tree stripped_expr = tree_strip_any_location_wrapper (expr); in finish_parenthesized_expr() local
2133 if (TREE_CODE (stripped_expr) == STRING_CST) in finish_parenthesized_expr()
2134 PAREN_STRING_LITERAL_P (stripped_expr) = 1; in finish_parenthesized_expr()
H A Dparser.cc8991 tree stripped_expr in cp_parser_unary_expression() local
8993 if (CONSTANT_CLASS_P (stripped_expr) in cp_parser_unary_expression()
8994 && !integer_zerop (stripped_expr) in cp_parser_unary_expression()
8995 && !TREE_OVERFLOW (stripped_expr)) in cp_parser_unary_expression()
8998 TREE_TYPE (stripped_expr), in cp_parser_unary_expression()
8999 stripped_expr); in cp_parser_unary_expression()