Searched refs:wrapped_string_cst (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree.cc | 15012 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()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree.c | 15515 tree wrapped_string_cst = maybe_wrap_with_location (string_cst, loc); in test_location_wrappers() local 15516 ASSERT_TRUE (location_wrapper_p (wrapped_string_cst)); in test_location_wrappers() 15517 ASSERT_EQ (VIEW_CONVERT_EXPR, TREE_CODE (wrapped_string_cst)); in test_location_wrappers() 15518 ASSERT_EQ (loc, EXPR_LOCATION (wrapped_string_cst)); in test_location_wrappers() 15519 ASSERT_EQ (string_cst, tree_strip_any_location_wrapper (wrapped_string_cst)); in test_location_wrappers() 15542 check_strip_nops (wrapped_string_cst, string_cst); in test_location_wrappers()
|