Searched refs:tree_strip_any_location_wrapper (Results 1 – 2 of 2) sorted by relevance
14507 ASSERT_EQ (int_cst, tree_strip_any_location_wrapper (wrapped_int_cst)); in test_location_wrappers()14526 ASSERT_EQ (string_cst, tree_strip_any_location_wrapper (wrapped_string_cst)); in test_location_wrappers()14539 ASSERT_EQ (int_var, tree_strip_any_location_wrapper (wrapped_int_var)); in test_location_wrappers()14545 ASSERT_EQ (r_cast, tree_strip_any_location_wrapper (r_cast)); in test_location_wrappers()
490 (EXP) = tree_strip_any_location_wrapper (CONST_CAST_TREE (EXP))3783 tree_strip_any_location_wrapper (tree exp) in tree_strip_any_location_wrapper() function