Home
last modified time | relevance | path

Searched refs:maybe_add_location_wrapper (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2018131 maybe_add_location_wrapper on numeric and string literals.
171 maybe_add_location_wrapper on the result.
5339 * cp-tree.h (cp_expr::maybe_add_location_wrapper): New method.
5350 (cp_parser_postfix_expression): Call maybe_add_location_wrapper on
5359 maybe_add_location_wrapper on it when wrap_locations_p is true.
5360 (cp_parser_unary_expression): Call maybe_add_location_wrapper on
H A Dparser.cc5562 .maybe_add_location_wrapper ()); in cp_parser_primary_expression()
5587 .maybe_add_location_wrapper ()); in cp_parser_primary_expression()
7390 postfix_expression.maybe_add_location_wrapper (); in cp_parser_postfix_expression()
8468 expr.maybe_add_location_wrapper (); in cp_parser_parenthesized_expression_list()
8743 ret_expr = ret_expr.maybe_add_location_wrapper (); in cp_parser_unary_expression()
9178 ret_expr = ret_expr.maybe_add_location_wrapper (); in cp_parser_has_attribute_expression()
10190 current.lhs.maybe_add_location_wrapper (); in cp_parser_binary_expression()
10191 rhs.maybe_add_location_wrapper (); in cp_parser_binary_expression()
10784 expr = expr.maybe_add_location_wrapper (); in cp_parser_builtin_offsetof()
29786 expr.maybe_add_location_wrapper (); in cp_parser_constraint_primary_expression()
[all …]
H A Dcp-tree.h98 cp_expr& maybe_add_location_wrapper () in maybe_add_location_wrapper() function
H A Dsemantics.cc4351 return result.maybe_add_location_wrapper (); in finish_id_expression()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c5286 .maybe_add_location_wrapper ()); in cp_parser_primary_expression()
5311 .maybe_add_location_wrapper ()); in cp_parser_primary_expression()
7054 postfix_expression.maybe_add_location_wrapper (); in cp_parser_postfix_expression()
8008 expr.maybe_add_location_wrapper (); in cp_parser_parenthesized_expression_list()
8283 ret_expr = ret_expr.maybe_add_location_wrapper (); in cp_parser_unary_expression()
8718 ret_expr = ret_expr.maybe_add_location_wrapper (); in cp_parser_has_attribute_expression()
9722 current.lhs.maybe_add_location_wrapper (); in cp_parser_binary_expression()
9723 rhs.maybe_add_location_wrapper (); in cp_parser_binary_expression()
10309 expr = expr.maybe_add_location_wrapper (); in cp_parser_builtin_offsetof()
27611 expr.maybe_add_location_wrapper (); in cp_parser_constraint_primary_expression()
[all …]
H A Dcp-tree.h98 cp_expr& maybe_add_location_wrapper () in maybe_add_location_wrapper() function
H A Dsemantics.c4024 return result.maybe_add_location_wrapper (); in finish_id_expression()