Home
last modified time | relevance | path

Searched refs:wrapped_string_lit (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtree.c5540 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5541 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5542 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c27586 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
27587 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
27588 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
27589 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()