Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc15012 tree wrapped_string_cst = maybe_wrap_with_location (string_cst, loc); in test_location_wrappers() local
15013 ASSERT_TRUE (location_wrapper_p (wrapped_string_cst)); in test_location_wrappers()
15014 ASSERT_EQ (VIEW_CONVERT_EXPR, TREE_CODE (wrapped_string_cst)); in test_location_wrappers()
15015 ASSERT_EQ (loc, EXPR_LOCATION (wrapped_string_cst)); in test_location_wrappers()
15016 ASSERT_EQ (string_cst, tree_strip_any_location_wrapper (wrapped_string_cst)); in test_location_wrappers()
15039 check_strip_nops (wrapped_string_cst, string_cst); in test_location_wrappers()