Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtree.cc6208 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
6209 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
6210 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.cc30993 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
30994 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
30995 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
30996 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtree.c5878 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local
5879 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_lvalue_kind()
5880 ASSERT_EQ (clk_ordinary, lvalue_kind (wrapped_string_lit)); in test_lvalue_kind()
H A Dpt.c29792 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local
29793 ASSERT_TRUE (location_wrapper_p (wrapped_string_lit)); in test_build_non_dependent_expr()
29794 ASSERT_EQ (wrapped_string_lit, in test_build_non_dependent_expr()
29795 build_non_dependent_expr (wrapped_string_lit)); in test_build_non_dependent_expr()