Searched refs:wrapped_string_lit (Results 1 – 4 of 4) sorted by relevance
6208 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local6209 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()
30993 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local30994 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()
5878 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_lvalue_kind() local5879 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()
29792 tree wrapped_string_lit = maybe_wrap_with_location (string_lit, loc); in test_build_non_dependent_expr() local29793 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()